

/* Start:/local/templates/base/styles.css?17482645346382*/
--color-primary: #1FBBC7;
a {color: #1FBBC7;}

.doctors-slider__item img.img-circle {
    overflow: hidden;
    max-height: 150px;
    object-fit: cover;
    object-position: top;
}

.layout {
    position: relative;
}

.floors__touch-notify {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: 1;
    pointer-events: none;
    color: #fff;
    font-size: 5.866666666666666VW;
    text-align: center;
    line-height: 1.45;
    transition-duration: 0.3s;
    transition-delay: 0.8s;
}

.floors__touch-notify--active {
    opacity: 1;
    transition-delay: 0.2s;
}

.floors__touch-notify p {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 991px) {

    .floors__wrapper {
        min-height: 500px;
    }
}

.index-years {
    position: relative;
    z-index: 1;
}

@media (min-width: 1200px) {
    .index-years {
        margin-top: -15%;
    }
}


.footer-text__content {
    height: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.footer-text__content::after {
    content: "";
    display: block;
    height: 40px;
    width: 100%;
}

.footer-text__button {
    margin: 0 auto 1rem;
    background: none;
    border: 0;
    display: block;
    outline: none;
    opacity: 0.3;
    transition: 0.3s ease;
    cursor: pointer;
}
.footer-text__button:hover{
    opacity: 1;
}

.footer-text__button svg {
    transition: transform 0.5s ease;
}

.footer-text__button.opened {
    opacity: 1;
}
.footer-text__button.opened svg {
    transform: rotateZ(-180deg);
}


.children-hero__content .rondoflex-btn{
    font-size: 1.5rem;
    font-weight: 500;
    max-width: 450px;
    line-height: calc(1em + 10px);
}
.footer__sc{
    display: flex;
    flex-wrap: wrap;
}
.footer__sc>*{
    margin-right: 10px;
}


.bx-vw-yt-player{
    --player-btn-bg: rgba(0, 150, 170, 0.5);
    --player-play-hover: var(--color-primary);
    --player-btn-bg-hover: var(--color-primary);
    --player-btn-bg-load: var(--color-primary);
    --player-play-color: #fff;
    --player-icon-size: 70px;
}


.bx-vw-yt-player__play svg {
    box-shadow: 0 0 0 16px rgb(0 150 170 / 30%), 0 0 0 8px rgb(0 150 170 / 30%);
    transition-duration: 0.1s;
}

@media screen  and (max-width: 979px) /* Tablet */ {
    header.header.header--inversed.header--over {
        position: unset !important;
    }
}

.whatsapp-button {
    position: fixed;
    right: 0px;
    /*bottom: 0px;*/
    bottom: 100px;
    transform: translate(-50%, -50%);
    background: #25D366; /*цвет кнопки*/
    border-radius: 50%;
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 53px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
}
.whatsapp-button a {
    color: #fff;
}
.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}
 
.whatsapp-button:after{
    animation-delay: .5s;
}

@media (max-width : 800px) {  
.whatsapp-button {   
    bottom: 0px; /*отступ кнопки снизу от экрана*/
    left: 70px; /*отступ кнопки слева от экрана(right - справа)*/
  }
}
 
@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}

.viber-button {
    position: fixed;
    right: 0px;
    bottom: 0px;
    transform: translate(-50%, -50%);
    background: #be4bdb; /*цвет кнопки*/
    border-radius: 50%;
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 53px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
}
.viber-button a {
    color: #fff;
}

.viber-button:before,
.viber-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #be4bdb; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}
 
.viber-button:after{
    animation-delay: .5s;
}


@media (max-width : 800px) {  
.viber-button {   
    bottom: 0px;
    left: 190px; /*отступ кнопки слева от экрана(right - справа)*/
  }
}
 
.header{
background-color: white !important;
padding:20px 0 !important;
}
.header__logo1{
align-self: center !important;
width: 500px;
padding-left: 40px;
}
.header__menu{
align-self: center !important;
margin-top:0 !important;
padding-left: 30px !important;
}
.header__contacts{
align-self: center !important;
}
.header-menu__item u{
border: none;
color:#22BBC7;
}
.hidden-md-down{
margin:0 !important;
}
html{
color:#57585A !important;
font-family: "Montserrat", sans-serif !important;
}

.link-black{
color:#57585A !important;
}
.hero__row--service{
    padding-top: 150px !important;
}
.waysite{
padding-top: 30px !important;
}

@media (max-width : 1199px) {  
.header__logo1 {   
    padding-left: 20px;
	width: 393px;
padding-bottom: 10px;
  }
}
@media (max-width : 600px) {  
.header__logo1 {   
    padding-left: 10px;
	width: 250px;
padding-bottom: 10px;
  }
	.header__contacts{
padding-bottom: 21px;
}
}
@media (max-width : 420px) {  
.header__logo1 {   
	width: 230px;

  }

}

.button.turquoise {
    background-color: #1FBBC7;
}
.person__register {
    display: flex;
    justify-content: space-between;
}
.person__whatsapp-button {
    background: url(/local/templates/base/./whatsapp.svg);
    width: 45px;
    height: 45px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    margin-left: 5px;
}
/* End */


/* Start:/local/templates/base/template_styles.css?17508332724056*/
a {color: #1FBBC7;}
sub{
display:table-caption;
}
.department__bg{
        object-fit: contain;
    object-position: bottom center;
}
 .card__doctor img {
        max-width: 40px;
    }
.card__spoiler-link.opened{
    display:none;
}


@media (min-width: 1500px){
.index-main-slider-v2__wrap {
    padding-left: 40px!important;
    padding-right: 40px!important;
}
}

@media (max-width: 575px){
.index-main-slider-v2__wrap {
    padding-left: 15px!important;
    padding-right: 15px!important;
}
}
@media (min-width: 768px) and (max-width: 991px){
.index-main-slider-v2__wrap {
    padding-left: 25px!important;
    padding-right: 25px!important;
}
}
@media (min-width: 992px) and (max-width: 1199px){
.index-main-slider-v2__wrap {
    padding-left: 30px!important;
    padding-right: 30px!important;
}
}
@media (min-width: 1200px) and (max-width: 1499px){
.wrapper {
    padding-left: 40px!important;
    padding-right: 40px!important;
}
}
.header__logo1 a{
    max-width: 100%;
}
.header__logo1 svg{
    vertical-align: bottom;
    max-width: 100%;}

/*кнопка тг*/
.fab.fa-telegram{
    margin-top: 9px;
}

.telegram-button {
    position: fixed;
    right: 0px;
    bottom: 0px;
    transform: translate(-50%, -50%);
    background: #24A1DE; /*цвет кнопки*/
    border-radius: 50%;
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 53px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
}
.telegram-button a {
    color: #fff;
}

.telegram-button:before,
.telegram-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #24A1DE; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
}

.telegram-button:after{
    animation-delay: .5s;
}


@media (max-width : 800px) {
    .telegram-button {
        bottom: 0px;
        left: 190px; /*отступ кнопки слева от экрана(right - справа)*/
    }
}

/**/


/*противопоказания*/
.footer-protivopokazaniya {
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
    font-size: 22px;
}

@media (max-width: 800px) {
    .footer-protivopokazaniya {

        font-size: 14px;
    }
}

@media (max-width: 500px) {
    .footer-protivopokazaniya {
        height: 130px;
    }
}

/**/
/* плашка куки */
.cookie-banner {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 1200px;
    background-color: #22BBC7;
    border-radius: 15px;
    padding: 15px 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    font-family: Arial, sans-serif;
    display: none;
    justify-content: center;
}

.cookie-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.cookie-text {
    color: white;
    font-size: 14px;
    margin-bottom: 10px;
}

.cookie-btn {
    background-color: white;
    color: black;
    border: none;
    border-radius: 5px;
    padding: 8px 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cookie-btn:hover {
    background-color: #f0f0f0;
}


@media (max-width: 768px) {
    .cookie-text {
        font-size: 12px;
    }

    .cookie-btn {
        padding: 6px 15px;
        font-size: 12px;
    }
    /*.telegram-button, .whatsapp-button{*/
    /*    z-index: 1;*/
    /*}*/
}
@media (max-width: 500px) {
    .cookie-banner {

        bottom: 100px;

    }
}
.cookie-banner a{
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;
}
/**/

.certificate-slider__item{
    width: auto!important;
}

/* End */
/* /local/templates/base/styles.css?17482645346382 */
/* /local/templates/base/template_styles.css?17508332724056 */
