.treatment__top {
    padding: 40px 0;
    background-color: #FAFAFA;
}

@media (max-width: 575px) {
	.treatment__top {
		padding: 32px 0 22px;
		border-radius: 0px 0px 40px 40px;
	}
}

.treatment__top .h1 {
    font-size: 32px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 28px;
}

@media (max-width: 575px) {
	.treatment__top .h1 {
		margin-bottom: 16px;
		font-size: 26px;
	}
}

.treatment__body {
    padding: 60px 0;
}

@media (max-width: 767px) {
    .treatment__body {
        padding: 20px 0 60px;
    }
}


@media (max-width: 767px) {
    .treatment .container {
        padding: 0 24px;
    }
}

.page-search {
    width: 100%;
    margin-bottom: 32px;
}

@media (max-width: 575px) {
	.page-search {
		margin-bottom: 20px;
	}
}

.page-search__item {
    position: relative;
    width: 100%;
    position: relative;
}

.page-search__field {
    width: 100%;
    padding: 18px 72px 18px 24px;
    height: 71px;
    border: 1px solid #DFE9F0;
    border-radius: 12px;
    background-color: #ffffff;
    font-size: 19px;
    line-height: 1.4;
    color: #4D4F60;
    transition: border-color 0.3s ease-in-out;
}

@media (max-width: 575px) {
	.page-search__field {
		height: 60px;
		font-size: 16px;
		padding: 14px 52px 14px 14px;
	}
}

.page-search__field:focus {
    border-color: #4D4F60;
    outline: none;
}

.page-search__field::placeholder {
    color: rgba(77, 79, 96, 0.5);
}

.page-search__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border: none;
    background-color: transparent;
}

@media (max-width: 575px) {
	.page-search__btn {
		width: 24px;
		height: 24px;
	}
}

.page-search__btn .icon {
    fill: rgba(77, 79, 96, 0.5);
    width: 20px;
    height: 20px;
    object-fit: contain;
    transition: fill 0.3s ease-in-out;
}

.page-search__btn:hover,
.page-search__btn:focus {
    outline: none;
}

.page-search__btn:hover .icon,
.page-search__btn:focus .icon {
    fill: rgba(77, 79, 96, 1);
}

@media (max-width: 575px) {
	.treatment-links {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
}

.treatment-links__link {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 32px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    color: #4B69FF;
    border-bottom: 1px dotted;
    text-decoration: none;
}

@media (max-width: 575px) {
	.treatment-links__link {
		margin-bottom: 10px;
	}
}

.treatment-links__link:hover,
.treatment-links__link:focus {
    border-color: transparent;
}

.treatment-content {
    margin: 0;
    padding: 0;
    list-style: none;
}

.treatment-content__body {
    display: none;
    width: 100%;
    padding: 28px 0 80px;
    animation: fadeIn 1.2s forwards;
}

@media (max-width: 575px) {
	.treatment-content__body {
		padding-bottom: 44px;
	}
}

.treatment-content__body.active {
    display: inline-block;
}

.treatment-content__toggler {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding: 24px 0;
    text-align: left;
    border: none;
    border-bottom: 0.5px solid rgba(223, 233, 240, 0.8);
    background-color: transparent;
}

.treatment-content__toggler:hover,
.treatment-content__toggler:focus {
    outline: none;
}

.treatment-content__toggler::after {
    position: relative;
    top: 2px;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.67398 5.82667C5.03842 6.19111 5.63027 6.19111 5.99471 5.82667L9.72659 2.09479C9.99482 1.82656 10.0735 1.42714 9.92776 1.07727C9.78198 0.727411 9.44378 0.5 9.06476 0.5H1.60101C1.22491 0.5 0.883794 0.727411 0.738017 1.07727C0.59224 1.42714 0.673876 1.82656 0.939188 2.09479L4.67106 5.82667H4.67398Z' fill='%23DFE9F0'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    content: "";
}

.treatment-content__title {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 16px;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 500;
    color: #393B48;
    transition: color 0.3s ease-in-out;
}

.treatment-content__subtitle {
    margin: 28px 0 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    color: #393B48;
}

.treatment-content__subtitle:first-child {
    margin-top: 0;
}

.treatment-content__toggler:hover .treatment-content__title,
.treatment-content__toggler:focus .treatment-content__title {
    color: #4B69FF;
}

.treatment-search-empty {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.4;
    color: rgba(77, 79, 96, 0.7);
    text-align: center;
}

.treatment-search-highlight {
    background-color: #fff2a8;
    color: inherit;
    padding: 0;
    border-radius: 2px;
}

.treatment-content__body .s-page-acc-profiles {
    margin-bottom: -28px;
}

.s-page-acc-profiles__acc {
    display: flex;
    flex-wrap: wrap;
    margin-top: 22px;
    margin: 0 -14px;
}

.s-page-acc-profiles__item {
    display: flex;
    flex-direction: column;
    width: calc(100%/3);
    padding: 0 14px;
    margin-bottom: 28px;
}

@media (max-width: 1023px) {
    .s-page-acc-profiles__item {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .s-page-acc-profiles__item {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .s-page-acc-profiles__item {
        margin-bottom: 12px;
    }
}

.s-page-acc-profiles .col-item {
    width: calc(100%/3);
    padding: 0 14px;
}

@media (max-width: 1023px) {
    .s-page-acc-profiles .col-item {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .s-page-acc-profiles .col-item {
        width: 100%;
    }
}

.s-page-acc-profiles .col-item .s-page-acc-profiles__item {
    padding: 0;
    width: 100%;
    max-width: 374px;
}

.s-page-acc-profiles__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.s-page-acc-profiles__list li+li {
    margin-top: 6px;
}

.s-page-acc-profiles__list,
.s-page-acc-profiles__list a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #4D4F60;
}

.s-page-acc-profiles a {
    text-decoration: underline solid transparent;
}

.s-page-acc-profiles a:hover,
.s-page-acc-profiles a:focus {
    text-decoration: underline
}

.s-page-acc-profiles__title {
    padding: 0 0 8px;
    order: -1;
    width: 100%;
    max-width: 346px;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4;
    color: #4B69FF;
}

.s-page-acc-profiles__title a {
    color: #4B69FF;
    text-decoration: none;
    border: none;
}

.s-page-acc-profiles__title .count {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: rgba(77, 79, 96, 0.5);
    padding-left: 12px;
}

.s-page-acc-profiles__content {
    display: none;
    max-width: 346px;
}

.s-page-acc-profiles__content+.s-page-acc-profiles__title {
    position: relative;
    cursor: pointer;
    padding-right: 16px;
}

.s-page-acc-profiles__content+.s-page-acc-profiles__title::after {
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' d='M3.43496 5.16569C3.74733 5.47806 4.25462 5.47806 4.56699 5.16569L7.76565 1.96703C7.99556 1.73712 8.06303 1.39477 7.93808 1.09489C7.81313 0.795016 7.52325 0.600098 7.19839 0.600098L0.801057 0.600097C0.478692 0.600097 0.186314 0.795016 0.0613656 1.09489C-0.0635825 1.39477 0.00638861 1.73712 0.233794 1.96703L3.43246 5.16569L3.43496 5.16569Z' fill='%234D4F60' fill-opacity='0.5'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease-in-out;
    content: "";
}

.s-page-acc-profiles__item.active .s-page-acc-profiles__title::after {
    transform: scaleY(-1);
}

.diseases__inner {
    margin: 0;
    padding: 0;
    list-style: none;
}

.diseases__item {
    margin-bottom: 16px;
}

.diseases__letter {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1.4;
    color: #DFE9F0;
    font-weight: 900;
}

.diseases__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px;
    padding: 0;
    list-style: none;
}

.diseases__disease {
    width: calc(100%/3);
    padding: 0 14px;
    margin-bottom: 12px;
}

@media (max-width: 767px) {
    .diseases__disease {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .diseases__disease {
        width: 100%;
    }
}

.diseases__link {
    display: inline-block;
    vertical-align: baseline;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #393B48;
    text-decoration: none;
}

.diseases__link:hover,
.diseases__link:focus {
    color: #4B69FF;
}

.diseases__link .count {
    display: inline-block;
    vertical-align: top;
    margin-left: 12px;
    font-size: 15px;
    line-height: 1.4;
    color: rgba(77, 79, 96, 0.5);
}

.diseases .text-more-link {
    margin-top: 0;
}

.specialists-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px -12px;
    padding: 0;
    list-style: none;
}

.specialists-list__item {
    width: calc(100%/3);
    padding: 0 14px;
    margin-bottom: 12px;
}

@media (max-width: 767px) {
    .specialists-list__item {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .specialists-list__item {
        width: 100%;
    }
}

.specialists-list__link {
    display: inline-block;
    vertical-align: baseline;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #393B48;
    text-decoration: none;
}

.specialists-list__link:hover,
.specialists-list__link:focus {
    color: #4B69FF;
}

.specialists-list__link .count {
    display: inline-block;
    vertical-align: top;
    margin-left: 12px;
    font-size: 15px;
    line-height: 1.4;
    color: rgba(77, 79, 96, 0.5);
}

.procedures-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px -12px;
    padding: 0;
    list-style: none;
}

.procedures-list__item {
    width: calc(100%/3);
    padding: 0 14px;
    margin-bottom: 28px;
}

@media (max-width: 767px) {
    .procedures-list__item {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .procedures-list__item {
        width: 100%;
    }
}

.procedures-list__name {
    display: inline-block;
    vertical-align: baseline;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #393B48;
    text-decoration: none;
}

.procedures-list__name:hover,
.procedures-list__name:focus {
    color: #4B69FF;
}

.procedures-list__name .count {
    display: inline-block;
    vertical-align: top;
    margin-left: 12px;
    font-size: 15px;
    line-height: 1.4;
    color: rgba(77, 79, 96, 0.5);
}

.procedures-list__level2 {
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
}

.procedures-list__level2-item {
    margin-top: 6px;
}

.procedures-list__level2-link {
    display: inline-block;
    vertical-align: baseline;
    font-size: 16px;
    line-height: 1.3;
    color: rgba(77, 79, 96, 0.5);
    font-weight: 400;
    text-decoration: underline solid transparent;
}

.procedures-list__level2-link:hover,
.procedures-list__level2-link:focus {
    text-decoration: underline;
}

.procedures-list__level2-more {
    display: inline-block;
    vertical-align: baseline;
    padding-top: 2px;
    margin-top: 6px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
    color: rgba(77, 79, 96, 0.5);
    border: none;
    background-color: transparent;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
}

.procedures-list__level2-more:hover,
.procedures-list__level2-more:focus {
    color: #4B69FF;
}

.page-up {
    padding: 60px 0 0;
}

@media (max-width: 575px) {
	.page-up {
		padding-top: 32px;
	}
}

.page-up__btn {
    display: inline-block;
    vertical-align: baseline;
    font-size: 19px;
    line-height: 1.4;
    font-weight: 500;
    color: #C5D8E4;
    border: none;
    border-bottom: 1px dotted;
    background-color: transparent;
}

.page-up__btn:hover,
.page-up__btn:focus {
    color: #4B69FF;
}
