:root {
    --prime: #0a9f77;
    --sec: #00448b;
    --grad: linear-gradient(97.23deg,
            rgba(0, 68, 139, 1) 0%,
            rgba(10, 159, 119, 1) 100%);
    --grad2: linear-gradient(112deg,
            rgba(213, 223, 233, 1) 0%,
            rgba(213, 223, 235, 1) 22%,
            rgba(216, 225, 236, 1) 61%,
            rgba(230, 233, 239, 1) 100%);
    --grad3: linear-gradient(112deg,
            rgba(147, 161, 172, 1) 0%,
            rgba(96, 125, 147, 1) 22%,
            rgba(105, 130, 158, 1) 61%,
            rgba(76, 114, 174, 1) 100%);
    --gray: #5e85a8;

}

.pad,
.mob {
    display: none;
}

img {
    max-width: 100%
}

a {
    text-decoration: none;
    transition: 0.5s;
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: inherit;

}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin-bottom: 0;
}

body {
    font-family: 'Gotham Pro';
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    overflow-x: hidden;
    color: #032243;
    line-height: 1.3
}



section {
    padding: 100px 0;
    position: relative
}

section.bg {
    margin: 100px 0
}

h1 {
    text-transform: none;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 30px;
}

/*FLEX*/

.fl {
    display: flex;
}

.fw {
    flex-wrap: wrap;
}

.jsb {
    justify-content: space-between;
}

.jc {
    justify-content: center;
}

.jfe {
    justify-content: flex-end;
}

.jsa {
    justify-content: space-around;
}

.ac {
    align-items: center
}

.ae {
    align-items: flex-end
}

.tc {
    text-align: center;
}

.cw {
    color: white
}

.cb {
    color: black;
}

.flc {
    flex-direction: column;
}

.container-fluid {
    padding: 0 30px;

}

main {
    position: relative;
    background: white;
    z-index: 9
}



.title span {
    color: var(--prime);
}


/*BUTTON*/


.but a,
.but button {
    background: var(--grad);
    color: white;
    padding: 13px 24px;
    border-radius: 5px;
    color: white;
    font-weight: 500;
    font-size: 16px;
    transition: 0.5s;
    display: inline-block;
    border: none;
}

.but.arr a,
.but.arr button {
    padding: 18px 43px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.but.arr img {
    margin-left: 12px;
}

.but.border a {
    background: none;
    border: 2px solid;
    color: #607D93;
    padding: 11px 24px;
}

.but a:hover,
.but button:hover {
    background: var(--sec);
    color: #fff;
    border: 1px solid var(--sec);
}

.more a {
    color: var(--prime);
    text-decoration: none;

}


h2 {
    font-size: 41px;
    font-weight: bold;
    margin-bottom: 30px;
}


/*HEADER*/


header {
    background: white;
    width: 100%;
    padding: 0px 0px 62px 0;
}

header .shadow {
    box-shadow: 0px 4px 60px rgba(3, 34, 67, 0.2) !important;
    padding: 22px 0 22px;
}

.inner header {
    background: white;
    width: 100%;
    padding: 0px 0px 0px 0;
}

.inner header .shadow {
    box-shadow: none;
    padding: 22px 0 22px;
}


header .header-left {
    flex-basis: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

header nav ul {
    display: flex;
    position: relative;
    top: -3px;
}

header nav ul li {
    margin-right: 30px;
}

header nav ul ul li {
    margin-right: 0
}

header .header-right {
    flex-basis: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

header .logo {
    margin-bottom: 40px;
    flex-basis: 40%;
}

header .names {
    display: flex;
    flex-basis: 60%;
    margin-top: -30px;
}

header .names .item {
    margin-right: 80px;
}

header .names .item:last-child {
    margin-right: 0px;
}

header .phone {
    display: flex;
    margin-bottom: 10px;
}

header .phone a {
    font-size: 18px;
    font-weight: 700;
}

header .time {
    font-size: 18px;
}

header .phone a + a {
    margin-left: 20px;
}

header .soc {
    display: flex
}

header .soc a + a {
    margin-left: 20px;
}

header .soc a img {
    min-width: 39px;
}

header .adr {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #CBD7E3;
}

header .adr p {
    margin-bottom: 10px;
    font-size: 18px;
}

header .adr p + p {
    margin-bottom: 0px;
}

header nav .arr {
    background: url(../img/down.svg) no-repeat center center;
    width: 24px;
    display: inline-block;
    height: 13px;
    position: relative;
    top: 2px;
}


/*PROMO*/

.promo {
    padding-bottom: 50px;
    padding-top: 30px;
}

.promo .item {
    padding-bottom: 40px
}

.promo .title {
    font-size: 64px;
    margin-bottom: 30px;
    max-width: 700px;
    font-weight: bold;
}

.promo p b {
    font-size: 22px;
    display: block;
    margin-bottom: 15px;
}

.promo ul {
    list-style: disc;
    padding-left: 23px;
}

.promo ul li {
    list-style: disc;
    color: var(--gray);
    font-size: 20px;
    margin-bottom: 5px;
    padding-left: 0px;
}


.promo .let {
    position: absolute;
    bottom: 40px;
    background: #d5dfe9;
    left: -70px;
    display: inline-flex;
    padding: 11px 13px;
    border-radius: 5px;
    width: 235px;
}


.promo .img {
    position: relative;
    margin-right: 9px;
}

.promo .swiper-button-next {
    background: url(../img/next.svg) no-repeat center center;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 40%;
    top: 50%;
    cursor: pointer;
    z-index: 99;
}

.promo .let img {
    width: 40px;
    margin-right: 20px;
}

.promo .let p b {
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 0px;
}

.promo .let p {
    font-size: 15px;
}


.promo .price {
    background: var(--grad);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-size: 22px;
    margin-left: 30px;
}

.promo .actions {
    margin-bottom: 15px;
}

.promo .player {
    position: relative;
}


.promo video {
    border-radius: 5px;
}

.promo .plays {
    position: absolute;
    top: 45%;
    left: 45%;
    z-index: 999;
}


.promo {}



/*ABOUT*/

.about {
    background: linear-gradient(111deg,
            rgba(213, 223, 233, 1) 0%,
            rgba(213, 223, 235, 1) 22%,
            rgba(216, 225, 236, 1) 61%,
            rgba(230, 233, 239, 1) 100%);
}

.about .row {
    align-items: center;
}

.about .text {
    padding-left: 50px
}

.about .subtitle {
    background: var(--grad);
    font-size: 16px;
    padding: 15px 20px;
    margin-bottom: 25px;
    display: inline-block;
    border-radius: 5px;
    color: white;
}

.about p {
    color: var(--gray);
}

.about .metro {
    margin-top: 39px;
}

.metro .item {
    background: var(--prime);
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    min-width: 200px;
    color: white;
    font-weight: 500;
    height: 54px;
    justify-content: center;
    align-items: center;
}

.cont-item .metro .item {
    height: 40px;
    min-width: 170px;
}

.cont-item .metro .item img {
    position: relative;
    top: -2px;
}

.metro .item img {
    margin-right: 10px;

}

.metro .item + .item {
    margin-left: 20px;
    background: var(--sec);
}


/*SERVICES*/

.promo2 + .services {
    padding: 60px 0
}

@media (min-width:1200px) {

    .promo2 h1 {
        max-width: 50%
    }
}

.services .title {
    margin-bottom: 50px;
    font-size: 41px;
    font-weight: bold;
}

.services .fl {
    gap: 10px;
    flex-wrap: wrap;
}

.services .item {
    flex-basis: calc(20% - 10px);
}

.services .item-in {
    background: var(--grad2);
    display: inline-flex;
    border-radius: 5px;
    padding: 15px;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}

.services .item-in img {
    width: 40px;
    margin-bottom: 0px;
}

.services .item-in p b {
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    color: initial;
    font-size: 16px;
}

.services .text {
    margin-top: 30px;
}

.services p {
    color: var(--gray);
    font-size: 15px;
}


.services .item span {
    color: var(--gray)
}

.services .item:hover .item-in {
    background: linear-gradient(112deg,
            rgba(147, 161, 172, 1) 0%,
            rgba(96, 125, 147, 1) 22%,
            rgba(105, 130, 158, 1) 61%,
            rgba(76, 114, 174, 1) 100%);
    color: white;
}

.services .item:hover .item-in p b {
    color: white;
}

.services .item:hover .item-in p {
    color: white;
}

.services .item:hover .item-in span {
    color: white;
}

.services .item:hover .item-in img {
    filter: brightness(100);
}




/*ABOUT 2*/

.about2 {
    border-bottom: 100px solid white;
    background: var(--grad2);
    padding-bottom: 0;
}

.about2 .ae .text {
    flex-basis: 33%;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    height: 100%
}

.about2 .img {
    flex-basis: 67%;
    height: 100%;
}

.about2 .img img {
    border-radius: 5px
}

.about2 p {
    color: var(--gray);
    padding-right: 40px;
}

.about2-fl {
    display: flex;
    align-items: stretch;
    /* Это важно */
}

.text-container {
    flex-basis: 33%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.services2 {
    gap: 15px;
    position: relative;
    margin-top: -20px;
    top: 100px;
    justify-content: space-between;
}

.services2 .item {
    flex-basis: calc(25% - 15px)
}

.services2 .item img {
    width: 60px
}

.services2 .item-in {
    background: var(--grad2);
    display: inline-flex;
    border-radius: 5px;
    padding: 15px;
    flex-direction: column;
    justify-content: space-between;
    height: 220px;
    width: 100%;
}

.services2 .item-in p {
    color: initial;
    font-size: 14px;
}

.services2 .item-in p b {
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    color: initial;
    font-size: 16px;
    margin-top: 11px;
}

.services2 .item:nth-child(1) .item-in,
.services2 .item:nth-child(3) .item-in {
    background: linear-gradient(111.58deg,
            rgba(147, 161, 172, 1) 0%,
            rgba(96, 125, 147, 1) 22.337907552719116%,
            rgba(105, 130, 158, 1) 61.1467719078064%,
            rgba(76, 114, 174, 1) 100%);
    color: white;
}

.services2 .item:nth-child(1) .item-in p b,
.services2 .item:nth-child(3) .item-in p b {
    color: white;
}

.services2 .item:nth-child(1) .item-in p,
.services2 .item:nth-child(3) .item-in p {
    color: white;
}


/*TEAM*/

.team {}

.team .item {
    background: var(--grad2);
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    border-radius: 5px;
    padding: 0;
    height: 540px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
}


.team .item-in {
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    border-radius: 0;
    padding: 10px 10px 10px 10px;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    border-radius: 5px;
}

.team .item .text {
    background: var(--grad2);
    padding: 12px;
    border-radius: 5px;
}

.team .item .name {
    font-size: 20px;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
}

.team .item p {
    font-size: 15px;
    margin-bottom: 30px;
}

.team .item .but a {
    width: 100%;
    display: block;
    border: none;
    text-align: center;
    border-radius: 5px;
}


/*FOOTER*/


footer {
    background: var(--grad2);
    padding: 60px 0;
    margin-top: 0;
}

footer .logo2 {
    margin-bottom: 35px;
    text-align: center;
    border-bottom: 2px solid #4e74ab59;
    padding-bottom: 50px
}

footer .col1 {
    flex-basis: 25%
}

footer .col2 {
    flex-basis: 20%;
}

footer .col3 {
    flex-basis: 25%
}

footer .col4 {
    flex-basis: 30%;
}

footer .col2 p {
    margin-bottom: 15px
}

footer .subtitle {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 30px;
}

footer ul li {
    list-style: none;
    margin-bottom: 15px;
}

footer ul li a {
    font-weight: 400;
}

footer .col3 p + .subtitle {
    margin-top: 50px;
}

footer .col4 p + .subtitle {
    margin-top: 50px;
}

footer .rek {
    border-top: 2px solid #4e74ab59;
    ;
    border-bottom: 2px solid #4e74ab59;
    ;
    margin-top: 30px;
    padding: 30px 0;
    text-align: center;
    color: var(--gray);
}

footer .rek .fl {
    margin-top: 40px;
}

footer .rek .item {
    flex-basis: 40%;
    text-align: left;
}

footer .info {
    margin-top: 30px;
    font-size: 32px;
    font-weight: 900;
    color: #5E85A8;
    text-align: center;
    text-transform: uppercase;
}

/*SERVICES PAGE*/

.promo2 {
    padding: 20px 0 50px;
    background-size: cover;
    background-repeat: no-repeat;
}

.promo2 p {
    max-width: 500px;
    font-size: 20px;
    margin-bottom: 40px;
}

.promo2.spec p {
    max-width: 760px;
    font-size: 20px;
    margin-bottom: 40px;
}



.bread ul {
    display: flex;
    margin-bottom: 30px;
}

.bread ul li a:after {
    content: '/';
    padding: 0 10px;
}

.but.blue a {
    color: white;
    background: var(--grad3);
    min-width: 280px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
}

/*SERV PAGE*/

.but.transparent a {
    color: white;
    background: linear-gradient(112deg, rgb(213 223 233 / 28%) 0%, rgb(213 223 235 / 29%) 22%, rgb(216 225 236 / 33%) 61%, rgb(230 233 239 / 11%) 100%);
    min-width: 280px;
    margin-left: 20px;
    border: 2px solid white;
    border-radius: 5px;
    text-align: center;
    padding: 11px 24px;
}

.prelinks {
    padding: 50px 0;
}

.links {
    margin-bottom: 50px;
}

.links ul {
    display: flex
}

.links ul li {
    background: #d5dfe9;
    border-radius: 5px;
    padding: 15px 40px 15px 40px;
    margin-right: 20px
}

.pre .fl {
    flex-wrap: wrap;
    gap: 10px;
    max-width: 850px;
}

.pre .item {
    flex-basis: calc(33% - 10px);
}

.pre .item-in {
    background: var(--grad2);
    display: inline-flex;
    border-radius: 5px;
    padding: 15px;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    min-height: 140px;
}

.pre .item-in img {
    width: 40px;
    margin-bottom: 0px;
}

.pre .item-in span {
    color: var(--gray);
    font-size: 15px;
}

.pre .item-in p b {
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    color: initial;
    font-size: 16px;
}

.pre .item-in p {
    color: var(--gray);
    font-size: 15px;
}

.prelinks + .team {
    padding: 30px 0
}

.about-serv p {
    font-size: 18px;
    max-width: 850px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.price {
    padding: 30px 0;
}

table tr:first-child td {
    color: white;
    background: var(--sec);
    padding: 20px;
    white-space: nowrap;
}

table tr td {
    border: none;
    border-bottom: 1px solid #4e74ab !important;
    font-size: 18px;
    padding: 20px 20px !important;
}

.about-serv {
    padding: 30px 0;
}

.about-serv ul li {
    list-style: disc;
    margin-left: 20px;
    font-size: 18px;
    margin-bottom: 6px;
}

.about-serv ul {
    margin-bottom: 30px
}


/*TEAM PAGE*/

.promo2 .name {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

.promo2 .dol {
    font-size: 15px;
    margin-bottom: 30px;
    max-width: 620px;
}

.promo2.one-spec .dol {
    text-transform: uppercase;
    font-weight: 500;
    max-width: 700px;
}

.promo2.spec .container {
    background: url(../img/quo.svg) no-repeat 0px 70px;
}



.filter {
    margin: 80px 0 0;
}

.team2 {
    padding-top: 50px
}

.filter ul {
    display: flex;
    flex-wrap: wrap;
}

.filter ul li {
    margin-right: 10px;
    margin-bottom: 26px;
}

.filter ul li a {
    background: #D5DFE9;
    padding: 12px 22px;
    border-radius: 5px;
    font-size: 15px;
}

.filter ul li.active a,
.filter ul li a:hover {
    background: var(--grad3);
    color: white;
}

.team2 {}

.team2 .item {
    padding: 20px 0 0 20px;
    border-radius: 5px;
    background: var(--grad2);
    position: relative;
    margin-bottom: 15px;
}

.team2 .item-in {
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 270px;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 5px;
}

.team2 .name {
    font-size: 28px;
    margin-bottom: 21px;
    font-weight: 500;
}

.team2 .dol {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 30px;
}

.team2 .text {
    line-height: 1.45;
    font-size: 15px;
    max-width: 400px;
}

.team2 .stage {
    background: var(--grad3);
    color: white;
    padding: 15px 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    border-radius: 5px;
}

.team2 .d-top {
    max-width: 70%;
    width: 100%;
}

.team2 .d-bot {
    padding-bottom: 20px
}

.team2 .d-bot .but.border {
    margin-left: 12px;
}



/*ONE TEAM*/

.team-about {
    padding-top: 40px;
}

.team-about .block {
    background: var(--grad2);
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.team-about .block span {
    display: block;
    font-size: 28px;
    font-weight: 500;
    margin-left: 20px;
    position: relative;
    top: 3px;
}

.team-about .block span#doctor-name {
    margin-left: 0;
    margin-bottom: 30px;
    font-size: 20px;
}

.team-about .block .subtitle {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.team-about .title-fl {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.team-about p {
    margin-bottom: 20px;
    font-size: 16px;
}

.team-about p strong {
    display: block;
    margin-bottom: 30px;
    font-weight: 500;
}

.team-about .text {
    margin-right: 20px;
    flex-basis: 75%;
}

.team-about .img {
    background: var(--grad2);
    border-radius: 5px;
    position: sticky;
    top: 20px;
    flex-basis: 25%;
    height: auto;
}

.team-about .fl {
    align-items: flex-start;
}

.team-about .img-in {
    min-height: 567px;
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    height: auto;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    border-radius: 5px;
}

.team-about .stage {
    background: var(--grad3);
    color: white;
    padding: 11px 16px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    border-radius: 5px;
}

.team-about .but {
    width: 100%;
    padding: 0 15px 15px 15px;
}

.team-about .ajax_form .but {
    padding: 0;
    width: 100%;
    display: block;
}

.team-about .ajax_form .but button {
    width: 100%;
    font-weight: 400;
    padding: 15px 24px;
}

.team-about .but a {
    width: 100%;
    text-align: center;
}

.one-spec .container {
    background: none !important;
}

.team-about .ajax_form {
    margin-top: 30px
}

.ajax_form input.form-control {
    border: none;
    border-radius: 5px;
    width: 300px;
}

.ajax_form .form-label {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.agree.text-center {
    margin-top: 20px;
    color: #5E85A8
}

.agree.text-center a {
    color: #00448B
}


/*CONTACTS*/


.contacts {}

.contacts .cont-item {
    box-shadow: 0px 4px 30px 0px rgba(3, 34, 67, 0.1);
    padding: 30px;
    border-radius: 5px;
    flex-basis: 33.333%;
}

.contacts .subtitle {
    color: #5E85A8;
    font-size: 16px;
    margin-bottom: 10px;
}

.contacts .adr,
.contacts .gr,
.contacts .phone a,
.contacts .email a {
    font-size: 24px;
    font-weight: 500;
}

.contacts .adr + .subtitle {
    margin-top: 20px;
}

.contacts .metro + .subtitle {
    margin-top: 30px;
}

.contacts .gr + .subtitle {
    margin-top: 20px;
}

.contacts .phone + .subtitle {
    margin-top: 20px;
}

.contacts .soc {
    margin-top: 30px;
}

.contacts .soc a {
    margin-right: 20px;
}

.contacts .metro .item-green {
    background: var(--sec)
}

.contacts {
    padding-top: 10px;
}

.cont-item.form {
    margin-top: 20px
}

.cont-item.form .title {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 500;
}

.cont-item.form .form-group {
    margin-bottom: 10px;
}

.cont-item.form input {
    background: #e6e9ef;
    border-radius: 5px;
    padding: 20px;
    border: none;
    display: block;
    width: 100%
}

.cont-item.form input[type="checkbox"] {
    width: auto;
    margin-right: 20px;
    position: relative;
    top: 4px;
}

.cont-item.form .but {
    margin-top: 10px;
    width: 100%;
    margin-bottom: 15px;
}

.cont-item.form .but button {
    border: none;
    width: 100%;
}

.cont-item.form .agree {
    text-align: left;
    color: #5e85a8;
    align-items: flex-start;
}

.cont-item.form .agree a {
    color: #00448b;
}


.site-header__menu > .site-header__menu-list-item {
    margin: 0 35px 0 0;
}

.site-header__menu-list-item[data-id="menu-item-8"] .site-header__menu-list,
.site-header__menu-list-item[data-id="menu-item-8"] .site-header__menu-list-link::after {
    display: none;
}

.site-header__menu > .site-header__menu-list-item--has-sublist {
    position: relative;
}

.site-header__menu > .site-header__menu-list-item--has-sublist > .site-header__menu-list-link::after {
    margin-left: 6px;
}

.site-header__menu > .site-header__menu-list-item--has-sublist:hover {
    background-color: transparent;
}

.site-header__menu > .site-header__menu-list-item--has-sublist:hover > .site-header__menu-list-link {
    background-color: transparent;
}

.site-header__menu > .site-header__menu-list-item--has-sublist:hover > .site-header__menu-list-link::after {
    transform: rotate(180deg);
}

.site-header__menu > .site-header__menu-list-item--has-sublist:hover > .site-header__menu-list {
    opacity: 1;
    visibility: visible;
}

.site-header__menu > .site-header__menu-list-item--has-sublist > .site-header__menu-list {
    position: absolute;
    top: 100%;
    left: -15px;
    white-space: nowrap;
    z-index: 1;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}

.site-header__menu > .site-header__menu-list-item--has-sublist > .site-header__menu-list > .site-header__menu-list-item > .site-header__menu-list-link {
    padding: 10px 15px;
    color: black;
}

.site-header__menu > .site-header__menu-list-item--has-sublist > .site-header__menu-list > .site-header__menu-list-item--has-sublist > .site-header__menu-list-link::after {
    transform: rotate(-90deg);
}

li.site-header__menu-list-item.first.active a {
    background: var(--grad2);
}

.site-header__menu > .site-header__menu-list-item--has-sublist > .site-header__menu-list > .site-header__menu-list-item--has-sublist:hover > .site-header__menu-list-link::after {
    transform: rotate(90deg);
}

.site-header__menu > .site-header__menu-list-item--has-sublist > .site-header__menu-list > .site-header__menu-list-item--has-sublist:hover > .site-header__menu-list {
    opacity: 1;
    visibility: visible;
}

.site-header__menu > .site-header__menu-list-item--has-sublist > .site-header__menu-list > .site-header__menu-list-item--has-sublist > .site-header__menu-list {
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    padding: 0;
}

.site-header__menu > .site-header__menu-list-item--has-sublist > .site-header__menu-list > .site-header__menu-list-item--has-sublist > .site-header__menu-list > .site-header__menu-list-item > .site-header__menu-list-link {
    padding: 10px 15px;
    color: black;
}

.site-header__menu-item {
    /* .site-header__menu-item--has-sublist */
}

.site-header__menu-list {
    padding: 10px 0 0;
    display: flex;
    flex-flow: column;
}

.site-header__menu-list-item {
    display: flex;
    align-items: center;
    /* .site-header__menu-list-item--has-sublist */
}

.site-header__menu-list .site-header__menu-list-item:not(:last-child) {
    border-bottom: 1px solid #DBDBDB;
}

.site-header__menu-list-item--has-sublist {
    position: relative;
}

.site-header__menu-list-item--has-sublist > .site-header__menu-list-link {
    display: flex;
    align-items: center;
}

.site-header__menu-list-item--has-sublist > .site-header__menu-list-link::after {
    margin: 0 0 0 auto;
    content: "";
    flex-shrink: 0;
    width: 11px;
    height: 16px;
    background: center/contain no-repeat url("../img/down.svg");
}

.site-header__menu-list-link {
    width: 100%;
}

.site-header__menu-list-link:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.swiper-prev {
    width: 60px;
    height: 60px;
    background: var(--grad2);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-right: 10px;
}

.swiper-next {
    width: 60px;
    height: 60px;
    background: var(--grad2);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-right: 10px;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: -280px;
    background: white;
    height: 100%;
    width: 264px;
    max-width: 100%;
    z-index: 10000;
    overflow-y: scroll;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    transition: all 200ms linear;
    padding-top: 76px
}

section.team .fl {
    margin-bottom: 30px;
}


@media (min-width:767px) {
    .mobile-menu-wrapped {
        display: none;
    }
}

.mobile-menu-wrapped {
    display: flex;
    width: 100%;
    height: 65px;
    padding: 16px 8.6px 9px;
    border-radius: 10px 10px 0 0;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 -12px 30px #6666661a;
    transform: translateY(150%);
    transition: transform .4s .2s ease-in-out;
    position: fixed;
    z-index: 1040;
    bottom: 0;
    left: 0
}

@media screen and (max-width: 1280px) {
    .mobile-menu-wrapped {
        transform: translateY(0)
    }
}



.mobile-menu-wrapped__button {
    width: 64px;
    font-size: 9px;
    font-weight: var(--font-semibold);
    line-height: normal;
    text-align: center;
    position: relative
}

.mobile-menu-wrapped__main-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background-color: var(--main-orange);
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, rgba(0, 174, 229, 1) 3.64583320915699%, rgba(4, 224, 180, 1) 100%), linear-gradient(to left, #ffffff, #ffffff);
}

.mobile-menu-wrapped__main-button:after {
    width: 60px;
    height: 60px;
    content: "";
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    top: -10px;
    z-index: -2
}

.mobile-menu__section {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100 - 100px);
    padding-bottom: 56px;
    background-color: var(--main-white);
    overflow: auto
}

.mobile-menu__container > *:not(:last-child, :first-child) {
    margin-bottom: 16px
}

.mobile-menu__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 18px
}

.mobile-menu__header .header__button-close {
    width: -moz-fit-content;
    width: fit-content;
    border: none;
    padding: 0
}

.mobile-menu__boilerplate {
    margin-top: auto;
    padding: 24px 26px 0
}

@media screen and (min-width: 640px) {
    .mobile-menu__boilerplate {
        margin: 0 auto
    }
}

.mobile-menu__list-item {
    padding: 19.5px 26px
}

.mobile-menu__category {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    flex: 1;
    font-size: 10px;
    line-height: normal;
    text-align: center;
    border: none;
    background: none;
}

.mobile-menu__category.active,
.mobile-menu__category:active {
    color: var(--main-orange)
}

.mobile-menu__category > [data-slot=icon] {
    display: flex;
    flex: 1
}

.mobile-menu__category > [data-slot=icon] > svg {
    width: 24px;
    height: 24px
}

.mobile-menu__category > [data-slot=icon].phone-icon {
    width: 16px;
    height: 16px
}

.mobile-menu__category__items > *:not(:last-child) {
    padding-bottom: 20px
}

.mobile-menu__buttons {
    width: 100%;
    margin: 0 auto
}

.mobile-menu__buttons > *:not(:last-child) {
    margin-bottom: 12px
}

.mobile-menu__service {
    font-size: var(--text-body);
    line-height: var(--leading-body);
    color: var(--main-orange)
}

.mobile-menu__socials {
    padding: 0 20px 16px
}

.mobile-menu__socials .socials {
    justify-content: space-between
}

button#dentolo_mini-widget {
    bottom: 80px;
    z-index: 99;
}

.mobile-menu-wrapped__burger-icon {
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%) translateY(50%);
    width: 18px;
    height: 14px;
}

.mobile-menu-wrapped__burger-icon span,
.mobile-menu-wrapped__burger-icon span:before,
.mobile-menu-wrapped__burger-icon span:after {
    width: 100%;
    position: absolute;
    height: 2px;
    background: #fff;
    display: block;
    transition: .2s;
    border-radius: 5px
}

.mobile-menu-wrapped__burger-icon span:before {
    content: "";
    top: -6px;
    transition: top .2s .2s, transform .2s cubic-bezier(.23, 1, .32, 1)
}

.mobile-menu-wrapped__burger-icon span {
    top: 6px
}

.mobile-menu-wrapped__burger-icon span:after {
    content: "";
    bottom: -6px;
    transition: bottom .2s .2s, transform .2s cubic-bezier(.23, 1, .32, 1)
}

.opened .mobile-menu-wrapped__burger-icon span:before {
    content: "";
    top: 0;
    transform: rotate(45deg);
    transition: top .2s, transform .2s .2s cubic-bezier(.68, -.55, .265, 1.55)
}

.opened .mobile-menu-wrapped__burger-icon span:after {
    content: "";
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom .2s, transform .2s .2s cubic-bezier(.68, -.55, .265, 1.55)
}

.opened .mobile-menu-wrapped__burger-icon span {
    background: #fff0
}

button.mobile-menu__category.swipe-menu-button img {
    width: 36px;
    margin-top: -5px;
}

a.mobile-menu__category img {
    width: 36px;
    position: relative;
    margin-top: -8px;
}

.mobile-menu__category.zap svg {
    width: 16px !important;
}

.contacts .map {
    flex-basis: 66.67%;
    padding-left: 20px;
    margin-top: 0;
}

.contacts .form + .map {
    margin-top: 20px
}

#clinic-tabs {

    justify-content: left;
    /* Центрируем вкладки */
}


.date-tab {
    font-size: 10px;
}

.day-tab {
    font-size: 10px;
}

.tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    /* border-bottom: 2px solid #ddd; */
    flex-wrap: wrap;
    /* Позволяет переносить вкладки на новую строку */
    justify-content: center;
    /* Центрируем вкладки */
}

.tab {
    padding: 9px 20px 7px;
    background: #ffffff;
    cursor: pointer;
    border: none;
    border-bottom: none;
    transition: background 0.3s, color 0.3s;
    text-align: center;
    border-radius: 5px;
    /* Закругленные верхние углы */
}

#date-tabs .tab {
    text-transform: lowercase;
    font-weight: 500;
    flex-basis: 24%;
    padding: 11px 20px 9px;
}

.tab.active {
    background: var(--grad3);
    color: white;
    font-weight: 500;
    border: none;
    border-bottom: none;
}

.tabs-content {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    /* border-bottom: 2px solid #ddd; */
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.time-buttons {
    margin-top: 20px;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}

.time-slot {
    padding: 14px 30px;
    margin: 0;
    background: white;
    color: initial;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s, color 0.3s;
    display: inline-block;
    border: none;
    font-weight: 500;
}

.time-slot.active {
    background: #2B2B2B;
    font-weight: bold;
    color: white;
}

.form-container {
    display: none;
}

.form-container.active {
    display: block;
}

/* Медиазапрос для экранов до 768px (планшеты) */
@media (max-width: 768px) {
    .tab {

        /* Уменьшаем шрифт */
        padding: 5px 15px;
        /* Уменьшаем отступы */
        max-width: 100%;
        /* Ограничиваем максимальную ширину вкладки */
    }

    .tabs {
        gap: 5px;
        /* Уменьшаем расстояние между вкладками */
        justify-content: flex-start;
        /* Располагаем вкладки слева */
    }
}

/* Медиазапрос для экранов до 480px (мобильные телефоны) */
@media (max-width: 480px) {
    #date-tabs .tab {
        font-size: 15px;
        /* Ещё больше уменьшаем шрифт */
        padding: 5px 10px;
        /* Уменьшаем отступы */
        flex-basis: 48%;
    }

    .time-slot {
        font-size: 15px;
        /* Уменьшаем шрифт у кнопок времени */
        padding: 8px 12px;
        /* Уменьшаем отступы */
        flex-basis: 22%;
        text-align: center;
    }
}

.actions {
    margin-bottom: 40px;
}

.actions .but a {
    background: var(--grad3);
    padding: 10px 50px;
    box-shadow: 0px 0px 20px 0px rgba(78, 116, 171, 0.8);
}

.actions .but a img {
    margin-right: 15px;
}

section.text-page.price-page {
    font-size: 18px;
    padding: 40px 0
}

section.text-page.price-page p {
    margin-bottom: 20px
}

.price-info {
    margin-top: 30px;
}

@media (min-width:1200px) {
    .price-info {
        max-width: 50%
    }
}

.price-info p {
    line-height: 1.5;
}

.sitemap-list {
    column-count: 2;
}

.sitemap-list,
.sitemap-list ul {
    margin: 15px 0;
    padding: 0 0 0 15px;
}

.sitemap-list ul li a {
    font-weight: 700;
    display: block;
}

.sitemap-list ul ul li a {
    font-weight: 400
}

.sitemap-list li {
    margin: 0 0 10px 0 !important;
}

section.text-page ul li {
    list-style: disc;
    margin-bottom: 5px
}

section.text-page ul {
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
    .sitemap-list {
        column-count: 1;
    }
}

.text-image {
    margin-bottom: 30px;
}

section.text-page {
    padding: 30px 0;
}

section.actions-all {
    padding: 30px 0 60px;
}

section.actions-all .item {
    margin-bottom: 30px;
}

section.actions-all .text {
    margin-top: 15px;
    font-size: 22px;
    font-weight: 500;
}

.text-image {
    margin-bottom: 30px;
}

section.text-page p {
    margin-bottom: 17px;
}

.pagination ul {
    display: flex;
    align-items: center;
    margin: 30px 0
}

.pagination ul li a {
    border: none;
    color: initial;
    font-size: 20px;
    padding: 6px 15px
}

.pagination ul li.active a {
    background: var(--grad2);
    color: black !important;

}

.pagination .disabled {
    display: none;

}

.aside-menu {
    margin-bottom: 30px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease
}

.aside-menu a {
    display: block;
    color: #1b1e1f;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    padding: 15px 20px;
    background: #f5f5f5;
    border-top: 1px solid #dbdbdb;
    text-decoration: none !important
}

.aside-menu > ul > li:first-of-type > a {
    border-top-color: transparent
}

.aside-menu li:hover > a,
.aside-menu .open > a,
.aside-menu .active > a {
    color: #2B2B2B !important
}

.aside-block-title {
    background: var(--grad2);
    color: #181818;
    padding: 18px 15px;
    font-weight: bold;
    font-size: 16px;
    border-radius: 4px
}

.aside-menu > ul ul {
    display: none;
    margin: 0;
}

.aside-menu .active > ul {
    display: block
}

.aside-menu ul {
    margin:0 !important;
    padding:0;
}

.aside-menu > ul li {
    position: relative;
    list-style: none !important;
    margin-bottom: 0 !important;
}

.aside-menu > ul .dropdown-button {
    height: 53px;
    width: 36px;
    display: block;
    z-index: 20;
    top: 0;
    right: 0;
    position: absolute;
    cursor: pointer
}
.aside-menu > ul ul li.active a {
    background:var(--grad2)
}
.aside-menu > ul .dropdown-button:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 20px;
    right: 21px;
    border-bottom: 1px solid #1f1f1f;
    border-right: 1px solid #1f1f1f;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out
}

.aside-menu > ul .dropdown-button.active:after {
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 24px
}

.aside-menu > ul ul .dropdown-button {
    height: 40px
}

.aside-menu > ul ul .dropdown-button:after {
    top: 16px
}

.aside-menu > ul ul .dropdown-button.active:after,
.aside-menu > ul ul .active > a + .dropdown-button:after,
.aside-menu > ul ul .open > a + .dropdown-button:after {
    top: 20px
}

.aside-menu ul ul a {
    padding: 12px 36px 10px 30px;
    font-weight: 400;
    font-size: 14px;
    position: relative
}

.aside-menu ul ul > li > a:before {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    top: 18px;
    left: 15px;
    border-radius:50%;
    background:var(--grad)
}

.aside-menu ul ul ul a {
    padding: 8px 36px 8px 30px
}

.aside-menu ul ul ul a:before,
.aside-menu ul ul ul ul a:before {
    display: none
}

.aside-menu ul ul ul ul a {
    padding: 8px 36px 8px 40px
}

.aside-menu ul ul ul ul ul a {
    padding: 8px 36px 8px 50px
}

.aside-menu-title {
    padding: 15px 42px 15px 20px;
    background: #2B2B2B;
    position: relative;
    color: #fff
}

.aside-menu-title:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    right: 20px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-top: -8px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out
}

.active .aside-menu-title:after {
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: -3px
}

@media (max-width:991px) {
    .aside-menu > ul {
        display: none
    }

    .aside-menu.active > ul {
        display: block
    }

    .aside {
        border-right: none
    }

    .aside-menu a {
        border-right: 1px solid #F5F5F5
    }
}

@media (min-width:992px) {
    .aside-menu > ul > li.active > a {
        color: #fff !important;
        background-color: #2B2B2B !important;
        border-color: #2B2B2B !important
    }

    .aside-menu > ul > li.active > .dropdown-button:after {
        border-color: #fff
    }

    .aside-menu > ul > li:hover > a,
    .aside-menu > ul > li:nth-of-type(even):hover > a {
        background: #F6F6F6
    }
}

li.nav-item {
    list-style:none !important;
    margin-bottom:0 !important
}

section.text-page blockquote {
    padding:20px;
    background:#fafafa url(/new/img/quo.svg) no-repeat left 0/64px
}



@media (min-width:767px) and (max-width:1400px) {
    header .phone {
        display: block
    }

    header .phone a {
        display: block
    }

    header .phone a + a {
        margin-left: 0px;
    }

    header .names .item {
        margin-right: 40px;
    }

    .header-right .fl {
        flex-wrap: wrap
    }

    header .adr p {
        margin-bottom: 10px;
        font-size: 16px;
    }

    header .time {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro.eot');
    src: url('../fonts/GothamPro.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamPro.woff2') format('woff2'),
        url('../fonts/GothamPro.woff') format('woff'),
        url('../fonts/GothamPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro-Bold.eot');
    src: url('../fonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamPro-Bold.woff2') format('woff2'),
        url('../fonts/GothamPro-Bold.woff') format('woff'),
        url('../fonts/GothamPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro-Medium.eot');
    src: url('../fonts/GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamPro-Medium.woff2') format('woff2'),
        url('../fonts/GothamPro-Medium.woff') format('woff'),
        url('../fonts/GothamPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro-Italic.eot');
    src: url('../fonts/GothamPro-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamPro-Italic.woff2') format('woff2'),
        url('../fonts/GothamPro-Italic.woff') format('woff'),
        url('../fonts/GothamPro-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}