.header .header-phone {
    position: relative;
    padding: 7px 13px 7px 23px;
}

.header .header-phone.active .header-phones {
    display: flex;
}

.header .header-phone.active .arrow::before {
    transform: rotate(-45deg);
}

.header .header-phone.active .arrow::after {
    transform: rotate(45deg);
}

.header-phones {
    position: absolute;
    top: 44px;
    left: 0px;
    display: none;
    flex-flow: column;
    background-color: #f1f8f9;
    padding: 10px 39px 10px 50px;
    z-index: 10;
    border: 1px solid #e4edee;
    border-radius: 20px;
}

.active .header-phones {
    display: flex;
}

.header-phones a {
    display: block;
    white-space: nowrap;
}

.header-phone .arrow {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 10px;
    cursor: pointer;
    margin-left: 4px;
}

.header-phone .arrow::before,
.header-phone .arrow::after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 2px;
    background-color: #00acdb;
}

.header-phone .arrow::before {
    top: 2px;
    left: 2px;
    transform: rotate(45deg);
}

.header-phone .arrow::after {
    top: 2px;
    left: 8px;
    transform: rotate(-45deg);
}

.footer .politics {
    margin-bottom: 20px;
}

.services-list .doctors-item-image a {
    display: block;
    height: 200px;
}

.services-list .doctors-item-image a img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

/* ul,
ol {
    display: flex;
    flex-direction: column;
    padding-inline-start: 0;
    list-style-position: inside
} */

li>p {
    margin: 0 !important;
}

.doctor-text p,
.news-detail p,
.history-text p {
    margin-bottom: 23px;
    line-height: 1.8;
}

.doctor-text li,
.news-detail li,
.history-text li {
    margin-bottom: 23px;

}

.doctor-text ul,
.news-detail ul,
.history-text ul,
.doctor-text ol,
.news-detail ol,
.history-text ol {
    display: table;
    padding: 0;
}

.doctor-text ul li,
.news-detail ul li,
.history-text ul li {
    font-style: italic;
    list-style: none;
    position: relative;
    padding-left: 45px;
    margin-bottom: 20px;
}

.doctor-text ul li:before,
.news-detail ul li:before,
.history-text ul li:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #2491d0;
}
.footer-item-3-socials {
	display: flex;
}
a.telegram {
	padding-top: 3px;
}
.top-bar a.telegram i:hover svg path {
	fill: #00acdb;
}
.header-phone-custom{
    float: none !important; 
    display: flex;

}
.header-phones-custom{
 top: 70px;
}
.header-phones-custom p{
	margin-bottom: 10px;
}
.arrow-custom{
	margin-top: 10px;
}