:root {
    --primary-color: #00a9bf;
}

* {
    scroll-behavior: smooth;
    scroll-padding-top: 200px;
    /* this pixel should match fixed header height */
}

html,
body {
    height: 100%;
    margin: 0;
}

body {
    font-family: 'PT Sans', sans-serif;
}

.row {
    margin: 0;
    width: 100%;
}
#app {
    margin-top: 170px;
}

h2, .section-title h1 {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 50px;
    color: #13353f;
}

header {
    position: fixed;
  z-index: 99;
  background: #fff;
  left: 0;
  top: 0;
  width: 100%;
    padding-top: 8px;
    border-bottom: 1px solid #e8eced;
}

.header-contacts-block {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.social-block {
    display: flex;
    gap: 13px;
    margin-right: 34px;
    line-height: 1;
}
footer .social-block {
    margin-right: 0;
}
.header-phone {
    line-height: 1;
    margin-right: 26px;
}

.header-phone a {
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    text-align: right;
    color: var(--primary-color);
}

.select-city,
.select-city option {
    font-weight: 400;
    font-size: 16px;
    color: #13353f;
}

.select-city select {
    border: none;
    cursor: pointer;
}

.select-city select:focus {
    outline: none;
    box-shadow: none;
}

.navbar {
    padding-top: 17px;
    padding-bottom: 25px;
}

.navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar .navbar-nav {
    display: flex;
    flex-direction: row;
    gap: 25px;
}

.navbar-nav .nav-link, .dropdown-menu .dropdown-item {
    font-weight: 400;
    font-size: 14px;
    color: #13353f;
    text-decoration: none;
}
.navbar-nav .nav-link {
    padding: 0;
}
.offcanvas .btn-close {
    opacity: 1;
}

.mobile-menu-btn {
    border: none;
    background: none;
}

.slider-section {
    margin-top: 48px;
}

.owl-prev,
.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 20%;
    display: block !important;
    border: 0px solid black;
}

.owl-prev {
    left: -55px;
}

.owl-next {
    right: -55px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: none !important;
}
.promotion-item {
    text-decoration: none;
}
.promotion-item .title {
    margin-top: 14px;
    font-weight: 700;
    font-size: 23px;
    color: #08c3dc;

}

.slide-item .image {
position: relative;
overflow: hidden;
}
.slide-item img {
    transition: transform .2s,-webkit-transform .2s;
}
.promotion-item .info {
    margin-top: 11px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 107%;
    color: #658692;
}

.analysis-section {
    margin-top: 71px;
    font-weight: 400;
    font-size: 15px;
    color: #13353f;
}

.analysis-section p {
    margin-bottom: 0;
}

.button {
    border-radius: 20px;
    padding: 11px 23px;
    text-align: center;
    color: #fff;
    border: 1px solid #0097b3;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    background: #0097b3;
}

.button span {
    margin-right: 3px;
    display: inline-block;
}

.doctors-visit-section {
    margin-top: 90px;
}

.visit-item {
    height: 100%;
    border: 1px solid #0097b3;
    padding: 27px;
    background: #fff;
}

.visit-item .doctor-name {
    font-weight: 400;
    font-size: 18px;
    color: #0097b3;
}

.visit-item .doctor-name a {
    text-decoration: none;
}

.visit-item .doctor-text {
    font-weight: 400;
    font-size: 15px;
    color: #13353f;
    margin-bottom: 12px;
}

.visit-item h5 {
    font-weight: 700;
    font-size: 20px;
    color: #13353f;
    margin-bottom: 12px;
}

.visit-item .doctor-info {
    margin-bottom: 14px;
}

.visit-item .doctor-city {
    font-size: 14px;
    color: #13353f;
}

.visit-item .prices {
    font-weight: 400;
    font-size: 18px;
    color: #13353f;
}

.visit-item .prices p {
    margin-bottom: 10px;
    line-height: 1;
}

.visit-item .doctor-speciality {
    margin-bottom: 13px;
    font-weight: 700;
    font-size: 24px;
    color: #13353f;
}

.advantage-section {
    margin-top: 52px;
    padding: 56px 0;
    background-color: #F1F9FB;
}

.advantage-section .advantage-item {
    display: flex;
    align-items: center;
    flex-direction: column;

}

.advantage-section .advantage-item .icon {
    margin-bottom: 8px;
}

.advantage-section .advantage-item .title {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #13353f;
}

footer {
    margin-top: 63px;
}
footer .row {
    padding-top: 31px;
    border-top: 1px solid #e8eced;
}

.footer-company-info, .footer-company-info a {
    font-weight: 400;
    font-size: 14px;
    color: #13353f;
}
.footer-company-info a {
    display: inline-block;
}
.footer-company-info p, .footer-company-info a {
    margin-bottom: 13px;
}
footer .copyright-text {
    font-size: 15px;
}
.footer-block h4 {
    margin-bottom: 23px;
    font-weight: 700;
    font-size: 20px;
    color: #13353f;
}

.footer-menu {
    list-style-type: none;
    padding: 0;

}

.footer-menu a {
    font-weight: 400;
    font-size: 15px;
    color: #13353f;
    text-decoration: none;
}
footer .clinic-item {
    font-weight: 400;
    font-size: 15px;
    color: #13353f;
    margin-bottom: 20px;
}

.dropdown-toggle::after {
    border: none;
    background: url('/images/arrow.svg');
    width: 8px;
    height: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.to-analysis {
    text-decoration: none;
    max-width: 300px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-left: auto;
    margin-right: auto;
}


.thanks .container {
    max-width: 750px;
}

.license, .thanks {
    margin-top: 70px;
}
.license .container {
    max-width: 750px;
    border-top: 3px solid #cdcdcd;
    padding-top: 50px !important;
}

.about {
    margin-top: 60px;
    margin-bottom: 50px
}
.about .container {
    max-width: 750px;
}

.about .row {
    background: #dae9ed;
}
.about-text {
    font-size: 14px;
    font-family: 'Istok Web', sans-serif;
    padding: 30px 0 20px;
}

.about-text p {
    margin: 0;
}

.about img {
    width: 100%;
}

.about .col-xl-5 {
    padding-right: 0 !important; 
}

a {
    color: var(--primary-color);
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {
background-color: var(--primary-color) !important;
}


.acceptCookie {
    position: fixed;
    border: 1px solid var(--primary-color);
    padding: 25px;
    color: #000;
    font-size: 14px;
    border-radius: 30px;
    background: #f1f9fb;
    text-align: center;
    bottom: 20px;
    z-index: 10000;
    max-width: 540px;
    left: 50%;
    transform: translateX(-50%);
}
.acceptCookie a {
    color: var(--primary-color);
}

.acceptCookie-btn {
    text-transform: uppercase;
}

#contacts-page .city-name {
    font-size: 20px;
}

#promotions-page h2 {
    margin-bottom: initial;
}

.promotion-image {
    margin-bottom: 50px;
}
