:root {
    --color-secondary: #d18488;
}
p{
	font-weight:300 !important;
}
.list-pd {
    font-weight: 300;
}
.fa-brands, .fab{
	font-size:30px;
}
body {
    background-color: #fff;
}

#page {
    background-color: #e6f1ff;
}

.hero-content h1 {
    color: var(--color-secondary);
}

.about-serction h3 {
    color: var(--color-secondary);
}

.mediic-appoinment h3 {
    color: var(--color-secondary);
}

.mediic-appoinment .submit-btn {
    background-color: var(--color-secondary) !important;
}

.odometer-wrapper.counter-box-title {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.counter-box-title img {
    margin-top: 20px;
    width: 30px;
}

.counter-single-box.bx-1 {
    padding-right: 70px;
}

.header-button a {
    /*background-color: var(--color-secondary);*/
}

.logo-img {
    height: 70px;
}

.hero-text {
    font-size: 27px;
    margin-bottom: 30px;
}

.odometer-wrapper.counter-box-title {
    border: none;
}

.odometer-wrapper.counter-box-title h4 a {
    color: white;
}

.odometer-wrapper.counter-box-title h4:hover a {
    color: var(--secondary-color);
}

.hide {
    display: none;
}

.fda {
    border-radius: 4px;
    overflow: hidden;
    border: 2px solid #435363;
    max-width: 150px;
}

.appoint-video {
    width: 100%;
    border-radius: 20px;
}

.about-block {
    padding: 30px;
}

.video-block video {
    width: 100%;
    border-radius: 30px;
}

#about {
    margin-top: 100px;
}

.list-pd {
    padding-left: 30px;
    color: #435363;
}

.footer-section a {
    color: white;
}

.hero-bg {
    padding-left: 0px;
}

.content {
    padding: 30px;
}

.post-thumbnail {
    max-width: 400px;
    float: right;
}

@media screen and (max-width: 1200px) {
    .post-thumbnail {
        max-width: 400px;
        float: unset;
        height: auto;
        clear: both;
        margin-left: 0;
    }
}

.lang-item {
    list-style: none;
}

.lang-item-first {
    padding-left: 20px;
}

.swiper-pagination-bullet-active {
    background-color: var(--primary-color);
}

.contact-form-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 50px;
}

.mediic-top-section, .testimonial-section {
    background: #d4e5f9;
}

#service, .service-section {
    background: #0099a7 !important;
}

.swiper-scrollbar-drag {
    background: rgb(255 255 255 / 60%) !important;
}

.service-thumb {
    position: relative;
    background-image: linear-gradient(0deg, /*rgba(0, 125, 255, 0.9999999999999999) 0%,*/ /*rgba(0, 125, 255, 0.9999999999999999) 20%,*/ rgb(138 228 236 / 100%) 0%, rgb(96 170 176 / 100%) 20%, rgba(0, 125, 255, 0) 50%, rgba(0, 125, 255, 0) 100%);
    transition: 0.5s;
    border-radius: 18px;
}

.swiper-button-next, .swiper-button-prev {
    color: #fff;
}

.service-content h2 a:hover {
    color: #fff !important;
}

#testimonials h1 {
    color: #0099a8 !important;
}

#logos {
    padding: 100px 0;
}

#logos img {
    height: 90px;
}
#gallery{
	padding: 0px 0px 100px 0px
}
#gallery img{
	border-radius:20px;
}
#gallery .swiper-pagination{
	bottom:-10px;
}
.gallery-slider{
	height:320px;
}
/* Стили только для single post type doctors */
.doctors p,
.doctors li {
    font-weight: 300;
}

.doctors ol,.doctors ul {
    list-style: none;
    counter-reset: list;
    padding: 0;
    margin: 0 !important;
}

.doctors ol li,.doctors ul li {
    counter-increment: list;
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}

.doctors ol li::before,.doctors ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background-color: #0099a8;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='white'><path d='M16 29s-13-8.35-13-17A7 7 0 0 1 16 7a7 7 0 0 1 13 5c0 8.65-13 17-13 17z'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 14px;
    border-radius: 50%;
}

.doctors {
    padding: 30px;
    min-height: 90vh;
}
.doctors h4 {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 30px;
}
#smooth-content{
	padding-top:50px;
}

.langs {
    position: absolute;
    top: 18px;
    right: 60px;
    z-index: 2;
    display: flex;
    gap: 10px;
}

.lang-item-first {
    display: block;
}

.current-lang {
    display: none;
}

.langs-desktop {
    display: flex;
    gap: 10px;
}