/* Шапка */
#header.home{
    border-bottom: 1px solid var(--clr-2);
    padding-bottom: 10px;
}
#header-top{
    padding: 10px 0;
    background: var(--clr-6);
}
#header-top .wrap{
    display: flex;
    align-items: center;
}
#header-center .wrap{
    position: relative;
    display: flex;
    align-items: center;
}
.social a{
    width: 24px;
    height: 24px;
    padding: 5px;
    margin-left: 5px;
    border-radius: 4px;
    display: inline-block;
    box-sizing: border-box;
    transition-property: border-radius, padding;
}
.social a.insta{
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #c3b83e 0%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.social a.whatsapp{
    background-color: #10bd69;
}
.social a.twitter{
    background-color: #56afe5;
}
.social a.facebook{
    background-color: #3b5998;
}
.social a:first-child{
    margin-left: 0;
}
.social a:hover{
    border-radius: 50%;
}
.social svg{
    fill: var(--clr-white);
    width: 100%;
    height: 100%;
}
.vvi-on{
    display: flex;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    margin-left: 10px;
    align-items: center;
    transition: background-color .15s linear;
    color: var(--clr-white);
    padding: 3px 8px 3px 6px;
    border-radius: 4px;
    background-color: var(--clr-4);
}
.vvi-on:hover{
    /* opacity: .6; */
    background-color: #3bc798;
}
.vvi-on:before{
    content: "";
    width: 30px;
    height: 18px;
    display: block;
    margin-right: 5px;
    background: url(../images/glasses.svg) no-repeat center left / 30px;
}
.search{
    padding: 4px 8px;
    margin-left: auto;
    position: relative;
    border-radius: 5px;
    padding-right: 30px;
    background-color: var(--clr-white);
    box-shadow: 0 1px 2px 0px rgba(34, 34, 34, .2);
}
.search input{
    border: 0;
    padding: 0;
    height: auto;
    width: 200px;
    font-size: 14px;
    line-height: 14px;
    color: var(--clr-black);
    background-color: transparent;
}
.search input:hover,
.search input:focus{
    border-color: var(--clr-black);
}
.search button{
    top: 6px;
    right: 8px;
    padding: 0;
    width: 14px;
    height: 14px;
    position: absolute;
    background-color: transparent;
    background: transparent url(../images/search.svg) no-repeat center / contain;
}
.logo{
    width: 220px;
    height: 125px;
    margin-right: 30px;
    display: block;
    background: url(../images/logo.png) no-repeat center / contain;
}
.phones{
    top: 40px;
    right: 10px;
    overflow: hidden;
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
}
.phones .address{
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
}
.phones a{
    color: var(--clr-violet);
}
.phones a:hover{
    color: var(--clr-greenlight);
}
.phones a:last-child{
    margin-left: 20px;
}
.mm-mobile{
    padding: 11px 0;
    font-size: 18px;
    text-align: center;
    color: var(--clr-white);
    background-color: var(--clr-4);
    display: none;
}
.mm-menu{
    margin-left: auto;
}
.mm-list{
    display: flex;
    font-size: 17px;
    font-weight: 600;
}
.mm-item{
    margin-left: -1px;
    border-radius: 3px;
    position: relative;
    transition-duration: .15s;
    transition-timing-function: linear;
    transition-property: background-color, border-radius;
}
.mm-item:hover{
    color: var(--clr-white);
    border-radius: 3px;
    background-color: var(--clr-4);
}
.mm-item.dd:hover{
    border-radius: 3px 3px 0 0;
}
.mm-item:before{
    content: '';
    left: 0; top: 7px;
    width: 1px; height: 18px;
    background-color: #dedede;
    position: absolute; z-index: -1;
}
.mm-item:first-child:before{
    content: none;
}
.mm-link{
    color: #333;
    padding: 7px 10px 8px;
    position: relative;
    border-radius: 3px;
    display: inline-block;
}
.mm-item.dd .mm-link{
    padding-right: 22px;
}
.mm-item.act .mm-link{
    color: var(--clr-greenlight);
}
.mm-item:hover .mm-link{
    color: var(--clr-white);
}
.mms-list{
    width: 230px;
    padding: 3px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    left: 0; top: 32px;
    box-sizing: border-box;
    background-color: var(--clr-4);
    border-radius: 0 3px 3px 3px;
    visibility: hidden; opacity: 0;
    position: absolute; z-index: 50;
    transition-property: visibility, opacity;
    transition-timing-function: linear;
    transition-duration: .15s;
    overflow: hidden;
}
.mm-item.dd:hover .mms-list{
    opacity: 1;
    visibility: visible;
}
.mms-item{
    margin-bottom: 1px;
}
.mms-link{
    display: block;
    padding: 5px 7px;
    color: var(--clr-white);
    transition-duration: .05s;
    border-radius: 3px;
    transition: none;
}
.mms-link:hover,
.act > .mms-link{
    color: var(--clr-white);
    background-color: var(--clr-green);
}
.mms-show{
    position: absolute;
    top: 15px;
    right: 8px;
    width: 8px;
    height: 8px;
    transition: transform .2s linear;
}
.mms-show svg{
    fill: #222;
    width: 100%;
    height: 100%;
    display: block;
}
.mm-item.act .mms-show svg{
    fill: var(--clr-greenlight);
}
.mm-item:hover .mms-show svg{
    fill: var(--clr-white);
}
.mm-item.dd:hover .mms-show{
    transform: rotate(90deg);
}
.mms-list ul{
    display: none;
}
.mm-menu li:last-child{
    margin-bottom: 0;
}
.oms-btn{
    padding: 10px;
    margin-left: auto;
    box-shadow: 0px 3px 0px 0px #d04848;
    background-color: #ff5e5e;
}
.oms-btn:hover{
    background-color: #d04848;
	box-shadow: 0px 3px 0px 0px #d04848;
}
.record-btn{
    padding: 10px 13px;
    margin-left: 10px;
    font-weight: 600;
    font-size: 15px;
}
#header .mm-menu,
#header-center .oms-btn,
#header-center .record-btn{
    margin-top: 60px;
}
#header-top .record-btn{
    display: none;
}
.fix-menu{
    display: none;
}

/* Фикс моб контакты */
.fix-contacts{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    position: fixed;
    background-color: var(--clr-white);
    transition: transform .2s ease;
    transform: translateX(-100%);
    display: none;
}
.fix-contacts.show{
    transform: translateX(0);
}
.fix-contacts:before{
    content: '';
    width: 100%;
    height: 90px;
    display: block;
    margin: 10px auto;
    background: url(../images/logo.png) no-repeat center / contain;
}
.fix-contacts--head{
    padding: 11px 0;
    font-size: 18px;
    text-align: center;
    color: var(--clr-white);
    background-color: var(--clr-green);
}
.fix-contacts--list{    
    display: none;
    overflow: auto;
    height: calc(100% - 203px);
}
.fix-contacts--list.act{
    display: block;
}
.fix-contacts--list::-webkit-scrollbar{
    width: 0;
}
.fix-contacts--cities{
    display: flex;
    padding: 10px 0;
    border-radius: 4px;
    justify-content: center;
    border-bottom: 1px solid var(--clr-2);
}
.fix-contacts--city{
    width: 120px;
    padding: 8px;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
    text-transform: uppercase;
    border: 1px solid var(--clr-3);
    transition-duration: .2s;
    transition-timing-function: ease;
    transition-property: color, border-color, background-color;
}
.fix-contacts--city.act{
    color: var(--clr-white);
    border-color: var(--clr-green);
    background-color: var(--clr-green);
}
.fix-contacts--city.mhk{
    border-radius: 5px 0 0 5px;
}
.fix-contacts--city.ksp{
    border-radius: 0 5px 5px 0;
}
.fix-contacts--item{
    display: block;
    padding: 7px 10px;
    text-align: center;
    border-bottom: 1px solid var(--clr-2);
}
.fix-contacts--item:first-child{
    font-size: 28px;
    padding: 15px 10px;
}
.fix-contacts--item:last-child{
    margin-bottom: 50px;
}
.fix-contacts--item:hover{
    color: var(--clr-black);
}
.fix-contacts--phone{
    font-weight: 600;
    color: var(--clr-social);
}
.fix-contacts--title{
    display: block;
    font-size: 14px;
    margin-top: 5px;
}


/* Слайдер */
.slider{
    /* border-bottom: 3px solid #b31b7a; */
    margin-top: -10px;
}
.slider .list{
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: var(--shadow-1);
}
.slider .item{
    height: 600px;
    display: block;
}
.slider .owl-carousel button.owl-prev,
.slider .owl-carousel button.owl-next{
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    padding: 0 !important;
}
.slider .owl-carousel button.owl-prev{
    left: -45px;
}
.slider .owl-carousel button.owl-next{
    right: -45px;
}
.slider .owl-carousel button.owl-prev:hover,
.slider .owl-carousel button.owl-next:hover{}
.slider .owl-carousel button svg{
    fill: rgba(34, 34, 34, .6);
}
.slider .owl-carousel button:hover svg{
    fill: rgba(34, 34, 34, .8);
}

/* Услуги */
.services-widget{
    padding: 32px 0 40px;
}
.services-widget h2{
    margin-bottom: 30px;
}
.services-widget .wrap{
    position: relative;
}
.services-widget .item{
    display: block;
    color: var(--clr-white);
    margin: 0 0 5px;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: var(--shadow-1);
}
.services-widget .image{
    display: block;
    height: 200px;
}
.services-widget .title{
    height: 50px;
    display: flex;
    text-align: center;
    align-items: center;
    background: var(--clr-4);
    box-sizing: border-box;
    justify-content: center;
    font: 300 16px/20px 'Roboto';
}
.services-widget .all{
    padding: 15px;
    border-radius: 3px;
    left: 0; top: 330px;
    opacity: 0; visibility: hidden;
    position: absolute; z-index: 50;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 2px 2px rgba(34, 34, 34, .2);
    transition-property: visibility, opacity;
    transition-duration: .15s;
    transition-delay: .15s;
}
.services-widget .all.show,
.services-widget .all:hover{
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}
.services-widget .all a{
    color: var(--clr-white);
    height: 56px;
    padding: 10px;
    display: flex;
    font-size: 18px;
    border-radius: 3px;
    text-align: center;
    background: var(--clr-4);
    align-items: center;
    justify-content: center;
    transition-duration: .1s;
    transition-property: box-shadow;
    box-shadow: 0px 3px 8px 0px #222;
    --margin: 20px;
    --margin-lr: 10px;
    --margin-top: 20px;
}
.services-widget .all a:hover{
    box-shadow: 0px 0px 0px 0px #222;
}
.services-widget .owl-carousel button.owl-prev{
    left: -45px;
}
.services-widget .owl-carousel button.owl-next{
    right: -45px;
}
.services-widget .owl-carousel svg{
    fill: rgba(34, 34, 34, .6);
}
.services-widget .owl-carousel button:hover svg{
    fill: rgba(34, 34, 34, .8);
}

/* Услуги, список */
.services-list{
    --margin-top: 30px;
    margin-bottom: 50px;
}
.services-list .item{
    text-align: center;
    padding: 0 15px;
}
.services-list .image{
    width: 160px;
    height: 160px;
    display: table;
    margin: 0 auto 10px;
    position: relative;
}
.services-list .image:before,
.services-list .image:after{
    content: '';
    top: 0; left: 0;
    position: absolute;
    width: 100%; height: 100%;
}
.services-list .image:before{
    background: url(../images/srv-bg.png) no-repeat center / 250px;
    z-index: 1;
}
.services-list .image:after{
    background: rgba(43, 186, 138, 0.7) url(../images/srv-h.png) no-repeat  center 70px;
    opacity: 0;
    transition-property: opacity;
}
.services-list .image:hover:before,
.services-list .image:hover:after{
    animation-name: hvr-pop;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
}
.services-list .image:hover:after{
    opacity: 1;
}
.services-list .title{
    line-height: 20px;
    font-weight: 500;
}
@-webkit-keyframes hvr-pop{
    50%{transform: scale(1.1)}
}
@-moz-keyframes hvr-pop{
    50%{transform: scale(1.1)}
}
@keyframes hvr-pop{
    50%{transform: scale(1.1)}
}

.l-services{
    padding: 32px 0 40px;
    background-color: var(--white);
}
.l-services + .nb-widget {
    padding-top: 0;
    margin-top: -8px;
}
.l-services--list{
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    text-align: center;
    background-color: var(--white);
}
.l-services--item{
    width: 25%;
    margin: 0 -1px -1px 0;
    padding: 40px;
    border: 1px solid #f5f5f5;
    transition: box-shadow .2s ease;
    box-sizing: border-box;
}
.l-services--icon{
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto 20px;
    transition: transform .2s ease;
}
.l-services--title{
    font-weight: 500;
    letter-spacing: 0.4px;
    display: inline-block;
    transition: color .2s ease, transform .2s ease;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.l-services--item:hover{
    color: var(--clr-4);
    box-shadow: var(--shadow-4);
}
.l-services--item:hover .l-services-icon{
    transform: scale(1.15);
}
.l-services--item:hover .l-services-title{
    transform: translateY(5px);
}

/* Инстаграм */
.instagram{
    padding: 32px 0 40px;
    background-color: var(--clr-3);
}
.instagram h2{
    margin-bottom: 30px;
}
.instagram .list{
    --minus: -10px;
}
.instagram .link{
    height: 360px;
    display: block;
    position: relative;
    --margin: 20px;
    --margin-lr: 10px;
    --margin-top: 20px;
}
.instagram .link:not(.all):after{
    content: '';
    opacity: 0;
    top: 0; left: 0;
    position: absolute;
    width: 100%; height: 100%;
    transition-duration: .4s;
    transition-property: opacity;
    background-color: rgba(34, 34, 34, .6);
}
.instagram .link:hover:after{
    opacity: 1;
}
.instagram .text{
    color: var(--clr-white);
    opacity: 0;
    overflow: hidden;
    text-align: center;
    top: 7%; left: 10%;
    width: 80%; height: 85%;
    transform: translateY(10px);
    position: absolute; z-index: 1;
    transition-duration: .2s, .3s, .1s;
    font-size: 14px; line-height: 40px;
    transition-timing-function: ease-in-out;
    transition-property: opacity, transform, line-height;
}
.instagram .link:hover .text{
    opacity: 1;
    line-height: 18px;
    transform: translateY(0px);
    transition-duration: .6s, .6s, .3s;
}

/* Новости, блоги */
.nb-widget{
    padding: 32px 0 40px;
}
.nb-widget .top,
.nb-widget .item{
    position: relative;
}
.nb-widget .all{
    color: #222;
    position: absolute;
    right: 0; bottom: 5px;
    border-bottom: 1px dashed #222;
    transition-property: border-color;
}
.nb-widget .all:hover{
    border-color: transparent;
}
.nb-widget .item{
    box-shadow: var(--shadow-1);
}
.nb-widget .anons{
    padding: 15px;
    border-top: 0;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid var(--clr-3);
    border-radius: 0 0 3px 3px;
}
.nb-widget .image{
    height: 260px;
    height: 274px;
    display: block;
    border-radius: 3px 3px 0 0;
}
.nb-widget .title{
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    font-family: 'u';
}
.nb-widget .text{
    height: 54px;
    font-size: 15px;
    margin-top: 10px;
    line-height: 18px;
    overflow: hidden;
}
.nb-widget .date{
    top: 0;
    left: 0;
    width: 50px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    color: var(--clr-white);
    border-radius: 3px 0 3px 0;
    display: none;
}
.nb-widget .date-d{
    padding: 6px;
    font-size: 28px;
    background-color: rgba(43, 186, 138, .6);
    transition: background-color .15s linear;
}
.nb-widget .date-my{
    color: var(--clr-white);
    padding: 3px;
    font-size: 14px;
    background-color: rgba(255, 94, 94, .6);
    transition: background-color .15s linear;
}
.nb-widget .item:hover .date-d{
    background-color: rgba(43, 186, 138, .95);
}
.nb-widget .item:hover .date-my{
    background-color: rgba(255, 94, 94, .95);
}

/* О компании */
.about-widget{
    padding: 32px 0 40px;
    margin-bottom: -30px;
    background-color: var(--clr-6);
}
.about-widget .text p{
    line-height: 20px;
    margin-bottom: 15px;
}
.about-widget .text strong{
    font-weight: 600;
}
.about-widget .text ul{
    margin-bottom: 15px;
    margin-top: -10px;
}
.about-widget .text li{
    line-height: 18px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
}
.about-widget .text li:before{
    content: "";
    position: absolute;
    border-radius: 50%;
    left: 10px; top: 8px;
    width: 4px; height: 4px;
    background-color: #222;
}
.about-widget .text li:last-child{
    margin-bottom: 0;
}
.about-widget .more{
    color: #222;
    border-bottom: 1px dashed #222;
    transition-property: border-color;
}
.about-widget .more:hover{
    border-color: transparent;
}


/* Информеры */
.informers{
    overflow: hidden;
    padding-top: 35px;
    background-color: #2dba8f;
    box-shadow: inset 0px 3px 10px -5px #222;
}
.informers h2{
    color: var(--clr-white);
    font-size: 26px !important;
    margin-bottom: 10px !important;
}
.informers .link{
    display: block;
    transition-duration: .25s;
    transform: translateY(25px);
    transition-property: transform;
}
.informers .link:hover{
    transform: translateY(10px);
}

/* Видео */
.video .item{
    height: 260px;
    cursor: pointer;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.video iframe{
    display: block;
    width: 100%; height: 100%;
    position: relative; z-index: 5;
}
.video .item:before,
.video .item:after{
    content: '';
    position: absolute;
    transition-property: opacity;
}
.video .item:before{
    width: 100%; 
    height: 100%;
    z-index: 1;
    background: url(../images/youtube.svg) no-repeat center / 60px;
}
.video .item:after{
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    border-left: 24px solid var(--clr-white);
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}
.video .item:hover:before,
.video .item:hover:after{
    opacity: 0;
}

/* Видео - виджет */
.video-widget{
    padding: 32px 0 40px;
}
.video-widget .top{
    position: relative;
}
.video-widget .all{
    color: #222;
    position: absolute;
    right: 0; bottom: 5px;
    border-bottom: 1px dashed #222;
    transition-property: border-color;
}
.video-widget .all:hover{
    border-color: transparent;
}

/* Видео - список */
.video-list .title{
    position: absolute;
    display: inline-block;
    left: 0; bottom: -14px;
    font-size: 14px;
}

/* Видео - статья */
.video-item{
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.video-item iframe{
    width: 100%;
    height: 100%;
}

/* Отзывы */
.reviews-widget{
    padding: 32px 0 10px;
}
.reviews-widget h2{
    margin-bottom: 0 !important;
}
.reviews-widget .top{
    display: flex;
    margin-bottom: 30px;
    align-items: baseline;
}
.reviews-widget .all{
    color: #2dba8f;
    margin-left: auto;
    margin-right: 65px;
    border-bottom: 1px dashed #2dba8f;
    transition-property: border-color;
}
.reviews-widget .all:hover,
.reviews-widget .more:hover{
    border-color: transparent;
}
.reviews-widget .item{
    position: relative;
}
.reviews-widget .anons{
    padding: 20px;
    position: relative;
    border-radius: 15px;
    margin-bottom: 30px;
    box-sizing: border-box;
    background-color: #f1f1f1;
}
.reviews-widget .text{
    height: 102px;
    /* font-size: 15px; */
    line-height: 20px;
    overflow: hidden;
}
.reviews-widget .text:after{
    content: "";
    position: absolute;
    border-width: 15px;
    border-style: solid;
    width: 0; height: 0;
    left: 60px; bottom: -25px;
    background: rgba(255, 0, 0, 0);
    border-top-color: rgb(241, 241, 241);
    border-right-color: rgba(0, 0, 255, 0);
    border-bottom-color: rgba(0, 0, 255, 0);
    border-left-color: #f1f1f1;
}
.reviews-widget .more{
    color: #2dba8f;
    display: table;
    font-size: 14px;
    margin-top: 5px;
    margin-left: auto;
    border-bottom: 1px dashed #2dba8f;
    transition-property: border-color;
    font-weight: 500;
}
.reviews-widget .name{
    font-size: 15px;
    margin-bottom: 5px;
}
.reviews-widget .date{
    color: #c1c1c1;
    font-size: 12px;
    font-style: italic;
}
.reviews-widget .add{
    width: 160px;
    display: block;
    padding: 10px 0;
    text-align: center;
    margin: 30px auto 0;
    font-weight: 600;
    font-size: 15px;
}
.reviews-widget .owl-carousel .owl-nav{
    right: 0;
    top: -50px;
    position: absolute;
}
.reviews-widget .owl-carousel .owl-nav button{
    width: 22px;
    height: 22px;
    cursor: pointer;
    position: initial;
    box-sizing: border-box;
    padding: 4px !important;
    background-color: #2dba8f;
}
.reviews-widget .owl-carousel button.owl-next{
    margin-left: 4px;
}
.reviews-widget .owl-carousel button:hover{
    background-color: #3bc798;
}

/* Отзывы - список */
.reviews-list{
    position: relative;
}
.reviews-list .add, .reviews-item .add,
.faq-list .add, .faq-item .add{ 
    display: table;
    font-size: 14px;
    padding: 10px 20px;
    margin-bottom: 15px;

    right: 0;
    top: -68px;
    margin-bottom: 0;
    margin-left: auto;
    position: absolute;
}
.reviews-item,
.reviews-list .item{
    padding: 20px;
    position: relative;
    border-radius: 15px;
    margin-bottom: 30px;
    box-sizing: border-box;
    background-color: #f1f1f1;
}
.reviews-item .name,
.reviews-list .name{
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
    font-family: 'u';
}
.reviews-item .text,
.reviews-list .text{
    color: #444;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 10px;
}
.reviews-item .date,
.reviews-list .date{
    color: #777;
    font-size: 13px;
}

/* Футер */
#footer .wrap{
    display: flex;
    align-items: center;
}
#footer .map{
    height: 400px;
    background-color: var(--clr-2);
}
#footer .map > *{
    width: 100% !important;
    height: 100% !important;
}
#footer .top{
    background: var(--clr-6);
    padding: 15px 0;
}
#footer .top .wrap > *{
    margin-left: 30px;
}
#footer .f-logo{
    width: 80px;
    height: 80px;
    display: block;
    margin-left: 0 !important;
    background: url(../images/f-logo.png) no-repeat center / contain;
}
#footer .copy{
    font-size: 13px;
    margin-left: 10px !important;
}
#footer .copy p{
    line-height: 20px;
}
#footer .copytext{
    color: #7f7f7f;
}
.f-contacts{
    display: flex;
    margin-left: 0 !important;
}
.f-contacts .item{
    margin-left: 50px;
}
.f-contacts .phone{
    display: table;
    color: var(--clr-violet);
    font-size: 20px;
    font-weight: bold;
}
.f-contacts .phone:hover{
    color: var(--clr-greenlight);
}
.f-contacts .address{
    font-size: 15px;
    margin-top: 4px;
    line-height: 18px;
    display: inline-block;
}
#footer .phones{
    position: initial;
}
#footer .phones a{
    display: table;
    float: none;
}
#footer .phones a:last-child{
    margin: 0;
}
#footer .address p{
    line-height: 25px;
}
#footer .social{
    margin-left: auto !important;
}
#footer .record-btn{
    width: 160px;
    text-align: center;
    margin-left: 20px !important;
}
#footer .bottom{
    padding: 30.5px 0;
    padding: 25.5px 0;
}
#footer .fm-menu{
    width: 100%;
}
#footer .fm-list{
    font-size: 14px;
    display: flex;
}
#footer .fm-item{
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #d8d4d4;
}
#footer .fm-item.sitemap,
#footer .fm-item:first-child{
    margin-left: 0;
    padding-left: 0;
    border-left: none;
}
#footer .fm-item.sitemap{
    margin-left: auto;
}
#footer .fm-link{
    color: #7f7f7f;
    border-bottom: 1px solid #ababab;
    transition-property: border-color;
}
#footer .fm-link:hover{
    border-color: transparent;
}
#footer .fms-list{
    display: none;
}
#footer .counter{
    height: 31px;
    overflow: hidden;
    margin-left: 20px;
    display: none;
}

/* Вопрос-ответ - категории */
.faq-cats{
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 20px;
}
.faq-cats .list{
    overflow: hidden;
}
.faq-cats .item{
    display: block;
    float: left;
    padding: 8px 14px;
    margin-right: 5px;
    border-radius: 50px;
    background-color: #f6f6f6;
    transition-duration: .2s, .3s;
    transition-timing-function: linear;
    transition-property: color, background-color;
}
.faq-cats .item.act,
.faq-cats .item:hover{
    background-color: #01aea0;
    color: var(--clr-white);
}
.faq-cats .item:last-child{
    margin-right: 0;
}


/* Вопрос ответ - список */
.faq-list{
    position: relative;
}
.faq-list .add{
    padding: 10px 20px;
    margin-bottom: 15px;
    display: inline-block;
}
.faq-list .item{
    padding: 20px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 1px solid #dedede;
    transition: border-color .2s linear;
    border-radius: 10px;
}
.faq-list .item:last-child{
    margin-bottom: 0;
}
.faq-list .item:hover{
    border-color: var(--clr-4);
}
.faq-list .item:after{
    content: '';
    width: 1px;
    position: absolute;
    top: 20px;
    right: 50%;
    height: calc(100% - 40px);
    background-color: #e5e5e5;
    transition: background-color .2s linear;
}
.faq-list .item:hover:after{
    background-color: var(--clr-4);
}
.faq-list .item.no-reply{
    border-color: #ff5e5e;
}
.faq-list .item.no-reply:after{
    background-color: #ff5e5e;
}
.faq-list .item.hide{
    display: none;
}
.faq-list .question,
.faq-list .response{
    width: 50%;
    float: left;
    box-sizing: border-box;
}
.faq-list .name{
    margin-bottom: 10px;
    font-weight: 600;
    display: flex;
    align-items: baseline;
}
.faq-list .phone{
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    margin-top: 10px;
    display: inline-block;
}
.faq-list .text{
    color: #666;
    font-size: 14px;
    line-height: 18px;
}
.faq-list .text a{
    color: #01aea0;
    margin-left: 5px;
    font-weight: bold;
    display: inline-block;
}
.faq-list .text a:hover{
    color: #ff5e5e;
}
.faq-list .date{
    color: #777;
    font-size: 12px;
    font-style: italic;
    margin-left: auto;
    display: none;
}
.faq-list .question{
    padding-right: 30px;
}
.faq-list .response{
    padding-left: 30px;
}
.faq-list .no-reply .response .name{
    color: #ff5e5e;
    font-weight: bold;
}
.faq-list .no-reply .response .text a{
    margin: 0;
}
.faq-list .no-approved .response,
.faq-list .no-approved .text a,
.faq-list .no-approved:after{
    display: none;
}
.faq-list .no-approved .question{
    float: none;
    width: 100%;
}
.mdr-faq{
    margin-top: 0;
}

/* Вопрос ответ - статья */
.faq-item{
    padding: 30px;
    position: relative;
    border: 1px solid #e5e5e5;
}
.faq-item .links{
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #ff7001;
}
.faq-item .link{
    color: #ff7001;
}
.faq-item .link:hover{
    color: #01aea0;
}
.faq-item .whom{
    font-weight: bold;
    font-size: 12px;
    color: #01aea0;
    margin-bottom: 15px;
}
.faq-item .name{
    font-size: 14px;
    margin-bottom: 15px;
}
.faq-item .name strong{
    color: #01aea0;
}
.faq-item .text{
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
}
.faq-item .date{
    font-size: 12px;
    color: #777;
}
.faq-item .question{
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}
.faq-item .response .no-reply{
    color: #ff7001;
    font-weight: bold;
}

/* Лицензии */
.license-list .item,
.license-item .item{
    height: 390px;
    display: block; 
    transition-property: transform;
}
.license-list .item:hover,
.license-item .item:hover{
    transform: scale(1.05);
}

/* Контакты */
.i-contacts-list{
    --margin-top: 30px;
}
.i-contacts-item{
    display: flex;
    position: relative;
    box-shadow: var(--shadow-7);
}
.i-contacts-item p{
    line-height: 20px;
}
.i-contacts-info{
    width: 360px;
    font-size: 15px;
    border-right: none;
    position: relative;
    box-sizing: border-box;
    padding: 45px 15px 15px;
}
.i-contacts-city{
    top: 0;
    left: 0;
    font-weight: 600;
    position: absolute;
    padding: 11px 15px;
    display: inline-block;
    box-sizing: border-box;
    color: var(--clr-white);
    width: calc(100% - 20px);
    background-color: var(--clr-social);
    border-radius: 0 4px 4px 0;
    font-size: 16px;
}
.i-contacts-city:after{
    content: '';
    top: 5px;
    right: -13px;
    width: 28px;
    height: 28px;
    display: block;
    border-radius: 4px;
    position: absolute;
    background-color: var(--clr-violet);
    transform: rotate(45deg);
    z-index: -1;
}
.i-contacts-text p{
    margin-bottom: 15px;
}
.i-contacts-text p strong{
    display: block;
    margin-bottom: 5px;
}
.i-contacts-text p .phone{
    display: table;
}
.i-contacts-graph p strong{
    margin-bottom: 5px;
    display: block;
}
.i-contacts-graph p:last-child{
    display: inline-block;
    text-align: right;
}
.i-contacts-map{
    background-color: var(--clr-1);
    width: calc(100% - 360px);
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
}
.i-contacts-social{
  margin-top: 15px;
}
.i-contacts-social a{
    width: 28px;
    height: 28px;
}
.i-contacts-map > *{
    width: 100% !important;
    height: 100% !important;
}
.i-contacts-bottom{
    display: flex;
    margin-top: 30px;
    box-shadow: var(--shadow-7);
    padding: 20px 15px;
}
.i-contacts-department{
    width: 345px;
}
.i-contacts-department-list{}
.i-contacts-department-item{
    margin-bottom: 15px;
}
.i-contacts-department-item:last-child{
    margin-bottom: 0;
}
.i-contacts-department-item h3{
    font-weight: 600;
    line-height: 24px;
}
.i-contacts-department-item p{
    line-height: 24px;
}

#message{
    width: calc(100% - 345px);
}
#message h3{
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}
#message .inputs{
    margin-bottom: 10px;
    --margin: 10px;
    --margin-lr: 5px;
}
#message .accord{
    font-size: 12px;
    margin: 10px 0 12px;
}
#message .accord input{
    top: 2px;
    margin-right: 0 !important;
}
#message .accord a{
    color: var(--clr-4);
    border-bottom: 1px dashed var(--clr-4);
    transition: border-color .15s linear;
    font-weight: 600;
}
#message .accord a:hover{
    border-color: transparent;
}
#message textarea{
    width: 100%;
    height: 76px;
}
#message button{
    padding: 8px 20px;
    line-height: 16px;
}
#message textarea, #message .inputs input{
    border: 1px solid #dedede;
    box-sizing: border-box;
    background: var(--clr-1);
    font-size: 14px;
    padding: 8px 10px;
    border-radius: 4px;
    transition-property: box-shadow;
}
#message textarea:hover, #message textarea:focus,
#message .inputs input:hover, #message .inputs input:focus{
    box-shadow: var(--shadow-5);
}


/* Статья - список */
.article-list .item{
    position: relative;
    box-shadow: var(--shadow-1);
    transition: box-shadow .2s linear, transform .2s linear;
}
.article-list .item:hover{
    box-shadow: var(--shadow-2);
    transform: translateY(-10px);
}
.article-list .anons{
    padding: 15px;
    border-top: 0;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid var(--clr-3);
    border-radius: 0 0 3px 3px;
}
.article-list .image{
    height: 360px;
    height: 180px;
    display: block;
    border-radius: 3px 3px 0 0;
}
.article-list .title{
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    height: 40px;
    display: inline-block;
    overflow: hidden;
    font-family: 'u';
}
.article-list .text{
    line-height: 18px;
    margin-top: 10px;
    max-height: 54px;
    font-size: 15px;
    overflow: hidden;
}
.article-list .date{
    color: var(--clr-white);
    width: 50px;
    top: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    border-radius: 3px 0 3px 0;
    display: none;
    box-shadow: 0 2px 4px -1px rgba(37, 37, 37, 0.4);
}
.article-list .date-d{
    padding: 6px;
    font-size: 28px;
    background-color: rgba(43, 186, 138, .6);
    transition: background-color .15s linear;
}
.article-list .date-my{
    color: var(--clr-white);
    padding: 3px;
    font-size: 14px;
    background-color: rgba(255, 94, 94, .6);
    transition: background-color .15s linear;
}
.article-list .item:hover .date-d{
    background-color: rgba(43, 186, 138, .95);
}
.article-list .item:hover .date-my{
    background-color: rgba(255, 94, 94, .95);
}

/* Статья */
.article-item .images{
    float: left;
    /*width: 500px;*/
    min-width: 300px;
    max-width: 500px;
    margin: 0 15px 5px 0;
}
.article-item .images.center{
    max-width: 100%;
    margin: 0 0 15px;
}
.article-item .images.right{
    float: right;
    margin: 0 0 5px 15px;
}
.article-item .image{
    height: 300px;
    display: block;
    transition: opacity .3s linear;
}
.article-item .image img{
    width: 100%;
	display: block;
}
.article-item .image.hide{
    opacity: 0;
}
.article-item .image.h-a{
    height: auto;
	display: block;
}
.article-item .image.h-a img{
    height: auto;
	display: block;
}
.article-item .images-list{
    margin-top: 10px;
}
.article-item .images-img{
    height: 100px;
    display: block;
    cursor: pointer;
}
.article-item .owl-nav button{
    padding: 0;
    width: 20px; height: 20px;
    background-color: transparent;
}
.article-item .owl-nav button.owl-prev{
    left: 5px;
}
.article-item .owl-nav button.owl-next{
    right: 5px;
}
.article-item .owl-nav button:hover svg{
    fill:  #bbb;
}
.article-item .text{
    /*font-size: 17px;*/
}
.article-item .text h2{
    color: var(--clr-violet);
    font-size: 20px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 15px;
    font-family: 'u';
}
.article-item-4 .text h2{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--clr-2);
}
.article-item .text h3{
    margin-top: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'u';
}
.article-item .text h2 + h3{
    margin-top: 0;
}
.article-item .text h2:first-of-type{
    margin-top: 0;
}
.article-item-4 .text h2:first-of-type{
    padding-top: 10px;
    border-top: none;
}
.article-item .text p{
    line-height: 22px;
}
.article-item .text > p,
.article-item .text > div{
    margin-bottom: 15px;
}
.article-item .text p.respond{
    padding: 15px;
    line-height: 24px;
    background-color: var(--clr-3);
}
.article-item .text p.respond .phone{
    display: table;
}
.article-item .text strong{
    font-weight: 600;
}
.article-item ol{
    list-style: initial;
    list-style-type: decimal;
    list-style-position: inside;
}
.article-item ul,
.article-item ol{
    margin-top: 0px;
    margin-bottom: 10px;
}
.article-item li{
    line-height: 20px;
    margin-left: 15px;
    margin-bottom: 10px;
}
.article-item li:last-child{
    margin-bottom: 0;
}
.article-item ul li:before{
    content: '\2022 ';
    margin-right: 8px;
}
.article-item .text h2 + ul, 
.article-item .text h2 + ol{
    margin-top: -5px;
}
.article-item .text > p + ul{
    margin-top: -10px;
}
.article-item .text h2 + ul li, 
.article-item .text h2 + ol li,
.article-item .text > p + ul li{
    margin-bottom: 5px;
}
.article-item .text a{
    font-weight: 600;
    color: var(--clr-violet);
}
.article-item .text a:hover{
    color: var(--clr-greenlight);
}
.article-item .text iframe {
    margin: 0 auto;
    display: block;
}
.article-item .text > *:last-child{
    margin-bottom: 0;
}
.article-item .info-bar{
    margin-top: 15px;
    overflow: hidden;
    font-size: 13px;
}
.article-item .info-bar div{
    float: left;
    display: flex;
    margin-right: 15px;
}
.article-item .info-bar svg{
    width: 13px;
    height: 13px;
    margin-right: 5px;
}
.article-item + h2{
    color: var(--clr-violet);
    font-size: 18px;
    margin-top: 30px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}

/* Статья новости */
.news-item .image{
    display: flex;
    box-shadow: var(--shadow-7);
}

/* Вакансии */
.vacancy-list .item{
    margin-bottom: 30px;
}
.vacancy-list .item:last-child{
    margin-bottom: 0; 
}
.vacancy-list .title{
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    display: inline-block;
    font-family: 'u';
}
.vacancy-list .desc{
    line-height: 18px;
    font-weight: 500;
    margin-top: 5px;
    font-size: 15px;
    color: #444;
}
.vacancy-item ul, .vacancy-item ol{
    margin-bottom: 15px;
    margin-top: -5px;
}

/* Врачи, список */
.doctors-list .list{
    --minus: -10px;
}
.doctors-list .item{
    --margin-top: 20px;
    --margin-lr: 10px;
    --margin: 20px;
    box-shadow: var(--shadow-1);
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}
.doctors-list .info{
    padding: 13px 10px 10px 75px;
    min-height: 80px;
    box-sizing: border-box;
    background: url(../images/doctors-name-bg.jpg) no-repeat center / 100% 80px;
	background: url(../images/doctors-name-bg.jpg) no-repeat left center / cover;
}
.doctors-list .image{
    height: 315px;
    display: block;
    position: relative;
}
.doctors-list .cvmen{
    background: url(../images/cvmen.jpg) no-repeat center / cover;
}
.doctors-list .cvwomen{
    background: url(../images/cvwomen.jpg) no-repeat center / cover;
}
.doctors-list .cvmen img, .doctors-list .cvwomen img{
    opacity: 0;
    visibility: hidden;
}
.doctors-list .image:after{
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    position: absolute;
    background-color: rgba(208, 20, 127, .5);
}
.doctors-list .title{
    color: #fff;
    font-weight: 500;
    line-height: 18px;
    font-size: 14px;
    height: 36px;
    overflow: hidden;
    display: block;
    text-transform: uppercase;
}
.doctors-list .name{
    text-transform: initial;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.doctors-list .department{
    font-size: 14px;
    line-height: 18px;  
}
.doctors-list .specialty{
    color: #fff;
    font-size: 13px;
    margin-top: 0px;
    line-height: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.doctors-list .item em{
    font-style: normal;
}

/* Врачи, статья */
.doctors-item .left{
    overflow: hidden;
}
.doctors-item .image{
    display: block;
    width: 385px;
    height: 500px;
    float: left;
    margin-right: 15px;
}
.doctors-item .cvmen{
    background: url(../images/cvmen.jpg) no-repeat center / cover;
}
.doctors-item .cvwomen{
    background: url(../images/cvwomen.jpg) no-repeat center / cover;
}
.doctors-item .cvmen img, .doctors-item .cvwomen img{
    opacity: 0;
    visibility: hidden;
}
.doctors-item .info{
    display: table;
    width: calc(100% - 400px);
}
.doctors-item .info p{
    line-height: 20px;
    margin-bottom: 10px;
    text-transform: lowercase;
}
.doctors-item .info strong{
    text-transform: capitalize;
}
.doctors-item .dep a:after{
    content: ',';
}
.doctors-item .dep a:last-child:after{
    content: none;
}
.doctors-item .graph{
    margin-bottom: 10px;
}
.doctors-item .graph h2{
    font-weight: 600;
    margin-bottom: 10px;
}
.doctors-item .graph-l{
    border: 1px solid #dedede;
}
.doctors-item .graph-i{
    display: flex;
    padding: 9px;
}
.doctors-item .graph-i.cur{
    background-color: var(--clr-green);
    color: var(--clr-white);
}
.doctors-item .graph-i:not(.cur):nth-child(odd){
    background-color: #dedede;
}
.doctors-item .graph-d{
    width: 50%;
    font-weight: 600;
}
.doctors-item .graph-t{
    text-transform: lowercase;
}
.doctors-item .text{
    margin-top: 20px;
}
.doctors-item .text h2:first-child{
    margin-bottom: 10px;
    font: 500 22px/24px 'Roboto';
}
.doctors-item .text h2:not(:first-child){
    color: var(--clr-violet);
    font-size: 18px;
    margin-top: 20px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.doctors-item .text h2:first-child + h2{
    margin-top: 0;
}
.doctors-item .text h3{
    color: var(--clr-violet);
    margin-top: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}
.doctors-item .text p{
    line-height: 20px;
}
.doctors-item .text > p,
.doctors-item .text > div{
    margin-bottom: 10px;
}
.doctors-item ul,
.doctors-item ol{
    margin-bottom: 10px;
}
.doctors-item ol{
    list-style: initial;
    list-style-type: decimal;
    list-style-position: inside;
}
.doctors-item li{
    line-height: 18px;
    margin-bottom: 5px;
    margin-left: 10px;
}
.doctors-item li:last-child{
    margin-bottom: 0;
}
.doctors-item ul li:before{
    content: '\2022 ';
    margin-right: 5px;
    color: var(--clr-greenlight);
}
.doctors-item .text a{
    font-weight: 600;
    color: var(--clr-greenlight);
}
.doctors-item .text a:hover{
    color: var(--clr-4);
}
.doctors-item .text > *:last-child{
    margin-bottom: 0;
}
.doctors-item .dc{
    margin-top: 20px;
    column-gap: 20px;
}
.doctors-item .dc h2{
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.doctors-item .dc div{
    padding: 20px;
    box-sizing: border-box;
    background-color: white;
    border: 1px solid #dedede;
    box-shadow: 0 0 5px 0 inset rgba(0, 0, 0, .2);
}
.doctors-item .dc p{
    font-size: 14px;
    line-height: 20px;
}
.doctors-item .cer{
    margin-left: auto;
}
.doctors-item .video-widget{
    margin-top: 20px;
    padding: 0;
}
.doctors-item .info-bar{
    margin-top: 15px;
    overflow: hidden;
    font-size: 13px;
}
.doctors-item .info-bar div{
    float: left;
    display: flex;
    margin-right: 15px;
}
.doctors-item .info-bar svg{
    width: 13px;
    height: 13px;
    margin-right: 5px;
}
ul[style^="list-style-type: initial"]{
    list-style: none !important;
}
ul[style^="list-style-type: initial"] li{
    line-height: 18px;
    margin-bottom: 5px;
    margin-left: 10px;
}
ul[style^="list-style-type: initial"] li:before{
    color: var(--clr-greenlight);
    content: '\2714';
    margin-right: 3px;
}

/* Партнеры, список */
.partners-list{
    margin-top: 30px;
}
.partners-list .item{
    --margin-top: 30px;
    border-radius: 3px;
    overflow: hidden;
}
.partners-list .item:hover{
    box-shadow: var(--shadow-3);
}
.partners-list .image{
    height: 180px;
}
.partners-list .title{
    font-size: 14px;
    line-height: 18px;
    padding: 10px;
    height: auto;
    font-weight: 400;
    font-family: inherit;
    font-weight: 600;
    min-height: 56px;
    box-sizing: border-box;
}

/* Лабаратория, диагностика */
.laboratory-list,
.diagnostics-list{
    margin-top: 30px;
}
.laboratory-item li,
.diagnostics-item li{
    margin-left: 0;
}
.laboratory-item ul li:before,
.diagnostics-item ul li:before{
    margin-right: 5px;
    content: '\2714';
    color: #38bb38;
}
.laboratory-item ul, .laboratory-item ol,
.diagnostics-item ul, .diagnostics-item ol{
    margin-bottom: 10px;
    margin-bottom: 15px;
}/**/

/* Пластическая хирургия */
.anaplasty-item{
    font-family: 'Roboto';
}
.anaplasty-item h2{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.anaplasty-banner{
    padding: 80px 0;
    text-align: center;
    background: url(../images/anaplasty/bg.jpg) center fixed / cover;
}
.anaplasty-banner h1{
    font: bold 68px/68px 'Roboto' !important;
    margin-bottom: 40px !important;
    border: none !important;
    padding: 0 !important;
}
.anaplasty-banner .item{
    display: inline-block;
    margin: 0 20px;
}
.anaplasty-banner .item img{
    width: 84px;
    height: 84px;
}
.anaplasty-banner .item p{
    margin-top: 14px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
}
.anaplasty-services{
    padding: 40px 0;
}
.anaplasty-services .images{
    float: left;
    margin-right: 50px;
}
.anaplasty-services .image{
    width: 360px;
    height: 240px;
    cursor: pointer;
    position: relative;
    margin-bottom: 10px;
}
.anaplasty-services .image:after,
.anaplasty-services .image:before{
    content: '';
}
.anaplasty-services .image:before{
    top: 0; left: 0;
    position: absolute;
    width: 100%; height: 100%;
    background-color: transparent;
}
.anaplasty-services .image:after{
    position: absolute;
    top: 50%; right: -35px;
    width: 60px; height: 60px;
    transform: translateY(-50%) rotate(45deg);
    background-color: transparent;
}
.anaplasty-services .image.act:before{
    background-color: rgba(34, 34, 34, .5);
}
.anaplasty-services .image.act:after{
    background-color: var(--clr-white);
}
.anaplasty-services .info{
    float: left;
    width: calc(100% - 410px);
}
.anaplasty-services .text{
    display: none;
}
.anaplasty-services .text.act{
    display: block;
}
.anaplasty-services .text h3{
    font-size: 28px;
    font-weight: 500;
    text-align: center;
}
.anaplasty-services .text p{
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
}
.anaplasty-services .list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: space-between;
}
.anaplasty-services .item{
    width: 48%;
    border: 1px solid #474747;
}
.anaplasty-services .list ul{
    padding: 15px;
    line-height: 20px;
}
.anaplasty-services .list h4{
    color: var(--clr-white);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background-color: #474747;
    padding: 9px 0;
}
.anaplasty-services .list li{
    margin-bottom: 10px;
}
.anaplasty-services .list li:last-child{
    margin-bottom: 0;
}
.anaplasty-services .list ul.plus li.sub,
.anaplasty-services .list ul.minus li.sub{
    margin-left: 15px;
}
.anaplasty-services .list ul.plus li:before,
.anaplasty-services .list ul.minus li:before,
.anaplasty-services .list ul.plus li.sub:before,
.anaplasty-services .list ul.minus li.sub:before{
    margin-right: 5px;
}
.anaplasty-services .list ul.plus li:before{
    color: var(--clr-greenlight);
    content: '\2714';
}
.anaplasty-services .list ul.minus li:before{
    color: red;
    content: '\2718';
}
.anaplasty-services .list li.sub:before{
    content: '\2013';
}
.anaplasty-form{
    float: left;
    margin-top: 30px;
    text-align: center;
    width: calc(100% - 410px);
}
.anaplasty-form .price{
    display: none;
}
.anaplasty-form .price.act{
    display: block;
}
.anaplasty-form .price h3{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 11px;
}
.anaplasty-form .price p{
    font-size: 20px;
    font-weight: 300;
    line-height: 22px;
    margin: 0 30px;
}
.anaplasty-form .form{
    margin-top: 20px;
    background: #f6f6f6;
    padding: 30px 50px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
.anaplasty-form .form h4{
    font-size: 20px;
    text-align: center;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}
.anaplasty-form .inputs{
    overflow: hidden;
}
.anaplasty-form .inputs input{
    margin: 0;
    float: left;
    outline: none;
    padding: 7px 10px;
    font-family: 'Roboto';
    box-sizing: border-box;
    width: calc(50% - 7.5px);
}
.anaplasty-form .inputs input:nth-child(2){
    margin-left: 15px;
}
.anaplasty-form .accord{
    font-size: 13px;
    margin: 15px 0;
}
.anaplasty-form .accord input{
    margin-right: 0 !important;
}
.anaplasty-form .btn{
    padding: 9px 20px;
    background-color: #89227d;
    box-shadow: 0px 3px 0px 0px rgb(97, 8, 86);
}
.anaplasty-form .btn:hover{
    background-color: #610856;
}
.anaplasty-video{
    background: #00b173;
    padding: 40px 0;
    text-align: center;
}
.anaplasty-video h2{
    color: var(--clr-white);
}
.anaplasty-doctors{
    padding: 40px 0;
}
.anaplasty-doctors .list{
    --minus: -10px;
}
.anaplasty-doctors .item{
    --margin: 20px;
    --margin-lr: 10px;
    text-align: center;
}
.anaplasty-doctors .image{
    height: 400px;
    display: block;
    margin-bottom: 10px;
}
.anaplasty-doctors .title{
    font-size: 20px;
}
.anaplasty-doctors .diploms{
    width: 660px;
    margin: 40px auto 0;
}
.anaplasty-doctors .diplom{
    height: 460px;
}
.anaplasty-doctors .owl-dot{
    padding: 0;
    background-color: var(--clr-white);
    width: 10px; height: 10px;
    border: 1px solid var(--clr-greenlight);
}
.anaplasty-doctors .owl-dot.active, 
.anaplasty-doctors .owl-dot:hover{
    background-color: var(--clr-greenlight);
}

.anaplasty-example{
    padding: 40px 0 50px;
    background: url(../images/anaplasty/ex-bg.jpg) no-repeat center fixed / cover;
}
.anaplasty-example .list{
    display: flex;
}
.anaplasty-example .group{
    padding: 0 15px;
}
.anaplasty-example .group-1{
    width: 360px;
}
.anaplasty-example .group-2{
    width: 405px;
}
.anaplasty-example .group-3{
    width: 341px;
}
.anaplasty-example .item{
    margin-bottom: 30px;
}
.anaplasty-example .item:last-child{
    margin-bottom: 0;
}
.anaplasty-chambers{
    background-color: #00b173;
    padding: 40px 0 50px;
}
.anaplasty-chambers h2{
    color: var(--clr-white);
    line-height: 36px;
}
.anaplasty-chambers .item{
    height: 560px;
    display: block;
}
.anaplasty-chambers .active{
    position: relative;
    z-index: 10;
}
.anaplasty-chambers .owl-dot{
    padding: 0;
    border: 1px solid var(--clr-white);
    width: 10px; height: 10px;
    background-color: transparent;
}
.anaplasty-chambers .owl-dot.active, 
.anaplasty-chambers .owl-dot:hover{
    background-color: var(--clr-white);
}
.anaplasty-help{
    padding: 40px 0 0;
}
.anaplasty-help h2{
    margin-bottom: 15px;
}
.anaplasty-help h3{
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 50px;
}
.anaplasty-help .contacts{
    display: flex;
    margin-bottom: 30px;
}
.anaplasty-help .contacts p{
    line-height: 30px;
}
.anaplasty-help .left,
.anaplasty-help .right{
    width: 50%;
}
.anaplasty-help .left{
    text-align: left;
}
.anaplasty-help .right{
    padding-left: 5px;
}
.anaplasty-help .bottom{
    display: flex;
}
.anaplasty-help .bottom > div{
    height: 340px;
    width: calc(50% - 5px);
}
.anaplasty-help .bottom .map{
    margin-left: auto;
}
.anaplasty-help .bottom .map > *{
    width: 100% !important;
    height: 100% !important;
}

/* График работы */
.graph-list{
    font-size: 14px;
    line-height: 20px;
}
.graph-list .list{
    margin-bottom: 30px;
    min-width: 1060px;
}
.graph-list .list:last-child{
    margin-bottom: 0;
}
.graph-list .list h2{
    color: var(--clr-greenlight);
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'u';
}
.graph-list .fio{
    width: 15%;
    border-left: none !important;
}
.graph-list .specialty{
    width: 15%;
    text-align: center;
}
.graph-list .day,
.graph-list .time{
    width: 10%;
    text-align: center;
}

.graph-list .top{
    display: flex;
    border: 1px solid #dedede;
    font-weight: 600;
    color: var(--clr-greenlight);
}
.graph-list .top > *,
.graph-list .bottom .item > *{
    padding: 5px;
    box-sizing: border-box;
    border-left: 1px solid #dedede;
}

.graph-list .bottom{
    border: 1px solid #dedede;
    border-top: none;
}
.graph-list .bottom .item{
    display: flex;
    border-bottom: 1px solid #dedede;
}
.graph-list .bottom .item:last-child{
    border-bottom: none;
}
.graph-list .bottom .item > *{
    display: flex;
    align-items: center;
    justify-content: center;
}
.graph-list .bottom .fio{
    display: block;
    font-weight: 500;
}
.graph-list .bottom .time{
    text-transform: lowercase;
}
.graph-list .bottom .time.odd,
.graph-list .bottom .time.even{
    width: 30%;
}

/* Форма записи на прием  */
#record{
    left: 0;
    right: 0;
    top: 50px;
    margin: auto;
    width: 360px;
    border-radius: 5px;
    background-color: var(--clr-white);
    position: fixed; z-index: 101;
    opacity: 0; visibility: hidden;
    transform: translateY(calc(-100% - 50px));
    transition-property: visibility, opacity, transform;
    transition-duration: .05s, .05s, .3s;
    transition-timing-function: linear;
}
#record.show{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
#record .top{
    color: var(--clr-white);
    padding: 15px;
    position: relative;
    background-color: var(--clr-4);
    border-radius: 5px 5px 0 0;
}
#record .close{
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    padding: 4px;
    cursor: pointer;
    position: absolute;
    border-radius: 4px;
    box-sizing: border-box;
    transition: background-color .15s linear;
}
#record .close svg{
    fill: var(--clr-white);
    width: 100%;
    height: 100%;
}
#record h3{
    color: var(--clr-white);
    font-weight: 500;
    font-family: roboto;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 14px;
}
#record .bottom{
    padding: 16px 15px 20px;
}
#record select,
#record textarea,
#record .bottom > input{
    color: #555;
    height: auto;
    font-size: 13px;
    padding: 7px 10px;
    border-radius: 5px;
    font-family: 'Roboto';
    box-sizing: border-box;
    border: 1px solid #dedede;
}
#record select::-webkit-input-placeholder,
#record textarea::-webkit-input-placeholder,
#record .bottom > input::-webkit-input-placeholder{
    color: #555;
}
#record select::-moz-placeholder,
#record textarea::-moz-placeholder,
#record .bottom > input::-moz-placeholder{
    color: #555;
}
#record .bottom > *{
    width: 100%;
    margin-bottom: 10px;
}
#record .text{
    height: 165px;
}
#record .accord{
    font-size: 12px;
    margin-top: -5px;
    text-align: center;
}
#record .accord input{
    margin: 0 !important;
    top: 2px;
}
#record .accord a{
    color: var(--clr-greenlight);
    padding-bottom: 2px;
}
#record .accord a:hover{
    color: #ff5e5e;
    border-color: transparent;
}
#record .btn{
    width: 180px;
    padding: 9px 0;
    text-align: center;
    margin: 13px auto 0;
    display: block;
}

/* Политика конфиденциальности */
.accord-item .text h2{
    color: #222;
}

/* ОМС */
.oms-list{
    font-family: 'Roboto';
}
.oms-list .item{
    margin-bottom: 10px;
}

/* ОМС - врачи */
.oms-doctors__heading{
    margin-top: 30px !important;
	margin-bottom: 20px !important;
}
.oms-doctors__list{
    align-items: initial;
}
.oms-doctors__item{
    display: flex;
    border-radius: 8px;
    background-color: var(--white);
    box-shadow: var(--shadow-2);
}
.oms-doctors__image{
    background-color: var(--eeeeee);
    border-radius: 8px;
    overflow: hidden;
    flex: 0 0 300px;
}
.oms-doctors__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.oms-doctors__content{
    padding: 15px 20px;
    line-height: 22px;
    font-size: 14px;
}
.oms-doctors__content p{
    margin-bottom: 10px;
}
.oms-doctors__content p:last-child{
    margin-bottom: 0;
}
.oms-doctors__name{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px !important;
}

/* Стили админки */
#f_phone .input{
    max-width: 150px;
}
#f_description iframe{
    height: 150px !important;
}

/* Аптека */
.pharmacy-item{
    font-family: Museo;
    display: flex;
    flex-wrap: wrap;
}
.pharmacy-item .info{
    width: 360px;
    margin-right: 20px;
    font-size: 15px;
}
.pharmacy-item .info h3{
    margin-bottom: 14px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}
.pharmacy-item .info h3:nth-of-type(2){
    margin-top: 26px;
}
.pharmacy-item .info p{
    display: flex;
    align-items: center;
    padding: 13px 10px;
    color: #333;
}
.pharmacy-item .info p:nth-child(even){
    background-color: #f9f9f9;
}
.pharmacy-item .info p:nth-child(odd){
    border-left: 1px solid #f9f9f9;
    border-right: 1px solid #f9f9f9;
}
.pharmacy-item .info p:last-child{
}
.pharmacy-item .info a{
    color: #333;
}
.pharmacy-item .info a:hover{
    color: var(--clr-violet);
}
.pharmacy-item .info svg{
    width: 24px;
    height: 24px;
    min-width: 24px;
    margin-right: 10px;
    fill: #333;
}
.pharmacy-item .anons{
    color: var(--clr-white);
    font-size: 16px;
    text-align: center;
    padding: 30px 15px;
    background-color: var(--clr-3);
    margin-top: 30px;
    width: calc(100% - 380px);
    box-sizing: border-box;
    background: var(--clr-3) url(../images/farmacy.jpg) no-repeat center / cover;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}
.pharmacy-item .anons:after{
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.pharmacy-item .anons:after{
    background-color: rgba(34, 34, 34, .8);
}
.pharmacy-item .anons p{
    line-height: 26px;
    position: relative;
    z-index: 1;
}
.pharmacy-item .anons strong{
    font-weight: normal;
}

.pharmacy-item .video{
    margin-top: 30px;
    width: 100%;
    height: 596px;
}
.pharmacy-item .video iframe{
    width: 100%;
    height: 100%;
}

.pharmacy-item .images{
    margin-top: 30px;
}
.pharmacy-item .image{
    display: block;
    height: 250px;
    float: left;
    width: calc((25% - 5px) - 3px);
    margin-left: 10px;
}
.pharmacy-item .image:nth-child(1){
    height: 510px;
    width: calc(50% - 5px);
    margin-left: 0;
}
.pharmacy-item .image:nth-child(2),
.pharmacy-item .image:nth-child(3){}
.pharmacy-item .image:nth-child(4),
.pharmacy-item .image:nth-child(5){
    margin-top: 10px;
}
.pharmacy-item .image:nth-child(6){
    margin-left: 0;
}
.pharmacy-item .image:nth-child(1n + 6){width: calc(33.333% - 7px);margin-top: 10px;}

.pharmacy-item .map{
    width: 100%;
    height: 400px;
    margin-top: 30px;
}
.pharmacy-item .map > *{
    width: 100% !important;
    height: 100% !important;
}

/* Adaptive */
@media only screen and (max-width: 1023px){

/* Блоки */
.col-3{column-count: 2}

} /* 1023 */

@media only screen and (max-width: 767px){

/* Меню администратора */
#admin-menu, #actions-menu{display: none;}

/* Модальное окно */
.nyroModalPrev, .nyroModalNext{
    width: 50px;
}

/* Блоки */
.col-2, .col-3{column-count: initial}

/* Новости */
.article-list .image{
    height: auto;
}
.article-list .image img{
    display: block;
}
.article-list .title{
    height: auto;
    display: initial;
}
.article-list .text{
    height: auto;
}

/* Статья */
.article-item .images{
    width: 100%;
    float: none;
    margin: 0 0 15px;
}
.article-item .image{
    height: 240px;
}
.article-item .images-list{
    margin-top: 10px;
}
.article-item .images-img{
    height: 80px;
}
.article-item .text{
    font-size: 15px;
}
.article-item .text h2{
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
}
.article-item .text p{
    line-height: 20px;
    margin-bottom: 10px;
}
.article-item .text strong{
    font-weight: 500;
}
.article-item li{
    margin-bottom: 5px;
}

/* Партнеры - список */
.partners-list .title{
    display: block;
}


} /* 767 */

@media only screen and (max-width: 480px){

/* Модальное окно */
.nyroModalPrev, .nyroModalNext{
    width: 40px;
}
.nyroModalPrev:before, .nyroModalNext:before{
    background-size: 18px;
}

} /* 480 */

@media only screen and (max-width: 375px){

/* Статья */
.article-list .image,
.article-item .image{
    height: 184px;
}
.article-item .images-list{
    margin-top: 5px;
}
.article-item .images-img{
    height: 65px;
}
.article-item .owl-nav > *{
    width: 14px; height: 14px;
}

/* Модальное окно */
.nyroModalPrev, .nyroModalNext{
    width: 30px;
}
.nyroModalPrev:before, .nyroModalNext:before{
    background-size: 16px;
}

} /* 375 */

@media only screen and (max-width: 320px){

/* Статья */
.article-item .images-list{
    margin-top: 3px;
}
.article-item .images-img{
    height: 55px;
}
.article-item .owl-nav > *{
    width: 14px; height: 14px;
}
.article-list .image,
.article-item .image{
    height: 155px;
}

/* Модальное окно */
.nyroModalPrev, .nyroModalNext{
    width: 25px;
}
.nyroModalPrev:before, .nyroModalNext:before{
    background-size: 15px;
}

} /* 320 */

.price{
    font-size: 16px;
    line-height: 20px;
}
.price-item,
.price-list .list{
    border: 1px solid var(--clr-2);
    border-bottom: 0;
}
.price-list .list{
    font-family: 'Roboto';
    font-size: 15px;
}
.price .info{
    display: flex;
    font-weight: bold;
    align-items: center;
    position: relative;
}
.price .info:after,
.price .list-item:after{
    content: '';
    left: 80%;
    position: absolute;
    width: 1px;
    height: 100%;
}
.price .list-item:nth-child(odd):after{
    background-color: var(--clr-2);
}
.price .list-item:nth-child(even):after{
    background-color: var(--clr-white);
}
.price .list-item:hover:after{
    background-color: var(--clr-white);
}
.price .list-item{
    display: flex;
    position: relative;
    background-color: white;
}
.price .list-item:nth-child(even){
    background-color: var(--clr-2);
}
.price .list-item:last-child{
    /* border-bottom: none; */
}
.price .list-item:hover{background-color: slategrey;color: var(--clr-white);}
.price .info > div,
.price .list-item > div{
    padding: 7px;
    box-sizing: border-box;
}
.price .info-head,
.price .list-name{
    width: 80%;
}
.price .info-price,
.price .list-val{
    width: 20%;
}
.price-list .item{
    margin-bottom: 40px;
}
.price-list .item:last-child{
    margin-bottom: 0;
}
.price-list .title{
    font-size: 20px;
    padding-left: 0;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
}
.price-list .info{
    border: 1px solid var(--clr-2);
    border-bottom: none;
    background-color: var(--clr-2);
    font-family: 'Roboto';
}
.price-item .info{
    border-bottom: 1px solid #454545;
}

.price-list .item.hide,
.price .list-item.hide{
    display: none;
    border-bottom: none;
}
.price .list-name.show{
    display: block;
}

/* Ответы МРТ / КТ */
.a-faq{
    margin-top: 20px;
}
.a-faq-title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.a-faq-list{
    font-family: Roboto;
}
.a-faq-item{
    margin-bottom: 15px;
}
.a-faq-item:last-child{
    margin-bottom: 0;
}
.a-faq-question{
    /* color: var(--clr-white); */
    display: flex;
    /*cursor: pointer;*/
    /*font-weight: bold;*/
    line-height: 20px;
    align-items: center;
    /* background-color: #008b8b; */
    padding: 8px 10px 7px 7px;
    padding: 10px;
    background-color: var(--clr-2);
}
.a-faq-question svg{
    /* fill: var(--clr-white); */
    min-width: 20px;
    margin-right: 3px;
    transform: translateY(-1px);
}
.a-faq-answer{
    padding: 10px;
    border: 1px solid var(--clr-2);
    border-left: 3px solid #008b8b;
    border-left: 5px solid var(--clr-2);
    border-top: none;
    line-height: 20px;
    font-size: 15px;
    /*display: none;*/
}
