.filterListBtn{margin: 3px;}
.filterListBtn:hover{cursor: pointer; border-bottom: 1px solid #000000; font-weight: bold;}
#filter-spec {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    background: #fff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 30px;
}
#filter-spec > div {
    position: relative;
    width: 30%;
    height: 48px;
    padding: 12px 20px;
    border: 1px solid #cfdae1;
    box-sizing: border-box;
    border-radius: 100px;
    font-size: 16px;
}
.foreach_specialnost {
    display: none;
    padding: 0px 20px 20px 20px;
    background-color: #fff;
    position: absolute;
    top: 27%;
    z-index: 1000;
    border-radius: 5px;
    left: 0;
    right: 0;
    box-sizing: border-box;
    border-bottom: 1px solid #cfdae1;
    border-left: 1px solid #cfdae1;
    border-right: 1px solid #cfdae1;
}
.foreach_specialnost > div:hover {
    font-weight: 600;
    cursor: pointer;
}
.foreach_salons {
    display: none;
    padding: 0px 20px 20px 20px;
    background-color: #fff;
    position: absolute;
    top: 27%;
    z-index: 1000;
    border-radius: 5px;
    left: 0;
    right: 0;
    /* margin: 0px 12px; */
    box-sizing: border-box;
    border-bottom: 1px solid #cfdae1;
    border-left: 1px solid #cfdae1;
    border-right: 1px solid #cfdae1;
}
.foreach_salons > div:hover {
    font-weight: 600;
    cursor: pointer;
}
.filter-spec-overflow {
    overflow: inherit !important;
}
.filter-spec-hidden {
    display: none !important;
}
.spec-hidden {
    display: none !important;
}
.owl-stage-refresh-spec {
    transform: unset !important;
    /*width: 100% !important;
    */
}
.salon_hidden, .salon_hidden_in_salon {
    display: none !important;
}
.filter-spec-salons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: hidden;
    align-items: center;
}
.filter-spec-specialist {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*overflow: hidden;
    */
    align-items: center;
}
.filter-spec-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: linear-gradient(0deg, #005aa5 0.06%, #1e91cd 99.97%);
    opacity: 0.99;
    box-shadow: 5px 10px 20px rgba(0, 90, 165, 0.17);
    border-radius: 100px;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
}
.filter-spec-btn:hover {
    cursor: pointer;
    background: linear-gradient(0deg, #02467e 0.06%, #1976a6 99.97%);
}
.img-svg-style {
    margin-left: 20px;
}
.img-svg-btn-salon {
    cursor: pointer;
}
.specialisti {
    padding-bottom: 50px;
    border-bottom: 2px solid #eaf1f6;
}
.specialisti .owl-carousel .owl-stage {
    margin-left: unset;
}
/*.specialisti .owl-item{
	width: 370px !important;
}
*/
.specialisti .item-carusel-body {
    position: relative;
    height: 633px;
    width: 370px;
    margin: 0 auto;
}
.title-salon {
    padding: 28px 0;
}
.title-salon > .adres-salona-spec {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 26px;
    color: #005aa5;
    display: flex;
    align-items: center;
}
.title-salon > .adres-salona-spec > img {
    padding-right: 10px;
}
.owl-specialists-carousel {
    max-height: 633px;
    position: relative;
}
.owl-specialists-carousel > .owl-nav {
    position: absolute;
    top: 25%;
    width: 100%;
}
.owl-specialists-carousel > .owl-nav > button:hover {
    background: transparent !important;
}
.owl-specialists-carousel > .owl-nav > .owl-prev {
    position: absolute;
    left: -35px;
    transform: rotate(180deg) !important;
}
.owl-specialists-carousel > .owl-nav > .owl-next {
    position: absolute;
    right: -35px;
}
.item-card-img {
    max-width: 370px;
    max-height: 416px;
    position: relative;
}
.item-card-img-bg {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    width: 370px;
    height: 416px;
    background-image: url("/modules/mod_kolektiv/assets/img/bgspec_kolektiv.jpg");
}
.item-card-img > picture > img {
    margin: 0 auto;
}
.adress-metro-spec {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
}
.adress-metro-spec > div {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: #005aa5;
}
.adress-metro-spec > img {
    width: 16px;
    height: 16px;
    margin-right: 7px;
}
.spec-like {
    font-family: 'Source Sans Pro', sans-serif;
    padding-left: 5px;
    font-style: normal;
    color: #d22626;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 36px;
    background: #fff;
    opacity: 0.99;
    border-radius: 50px;
    margin-top: 20px;
    margin-left: 37px;
}
.spec-like-serdce {
    cursor: pointer;
    position: absolute;
    width: 40px;
    height: 41px;
    background: linear-gradient(157.45deg, #fa6a6a -6.99%, #d22626 114%);
    opacity: 0.99;
    border-radius: 50px;
    left: -20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.spec-title {
    display: flex;
    position: relative;
    margin-top: 24px;
    margin-bottom: 5px;
}
.spec-title .spec-title-h4 {
    font-size: 22px;
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    padding: 3px 0px;
}
.img-svg {
   width: 22px !important;
   height: 18px !important;
}
.spec-title .spec-title-grafic {
    position: absolute;
    right: 5px;
    top: 10px;
    display: flex;
    flex-direction: row;
}
.spec-title-grafic-click {
    background: #fff;
    border: 1px solid #1e91cd;
    border-radius: 10px;
}
.spec-grafic-day {
    max-width: 100px;
    overflow: hidden;
    max-height: 25px;
    padding: 2px 0px;
}
.spec-day {
    background: #fff;
    border: 1px solid #cfdae1;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 5px 8px;
    font-size: 10px;
    margin-right: 4px;
}
.spec-day-count {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #1e91cd;
    background: #fff;
    border: 1px solid #1e91cd;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 5px 8px;
    font-size: 10px;
    /*margin-left: 5px;
    */
    max-height: 25px;
}
.spec-day-count:hover {
    border: 1px solid #125390;
    color: #125390;
}
.img-svg {
    display: inline-block !important;
}
.status-spec-silder > path {
    fill: #d1d1d1;
}
.status-spec-gold > path {
    fill: #ea8511;
}
.status-spec-red > path {
    fill: #fa6a6a;
}
.specializaciya {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #005aa5;
}
.location {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.location img {
    margin-right: 5px;
}
.location div {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #515153;
}
.btn-record {
    position: absolute;
    bottom: 0;
    margin-top: 21px;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    color: #fff;
    display: flex;
    width: 188px;
    height: 48px;
    background: linear-gradient(0,#005aa5 .06%,#1e91cd 99.97%);
    opacity: .99;
    border-radius: 100px;
    font-family: "Source Sans Pro",sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}
.btn-record > img {
    margin-right: 12px;
    width: 18px !important;
}
.btn-record:hover {
    cursor: pointer;
    background: linear-gradient(0deg, #01437a 0.06%, #1976a6 99.97%);
    opacity: 0.99;
}
.modal-form {
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(19, 23, 49, 0.93);
    width: 100%;
    height: 100%;
    padding: 30px 10px;
}
.modal-active {
    display: flex;
}
.form-zapis {
    padding: 60px 90px 60px 90px;
    width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 3px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fef1ec), color-stop(#fceef0), color-stop(#f6edf5), color-stop(#ecedf7), to(#e3edf4));
    background-image: -o-linear-gradient(top, #fef1ec, #fceef0, #f6edf5, #ecedf7, #e3edf4);
    background-image: linear-gradient(to bottom, #fef1ec, #fceef0, #f6edf5, #ecedf7, #e3edf4);
    position: relative;
}
.popup__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: #404048;
    cursor: pointer;
}
.popup__close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.popup__close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.popup__close:before, .popup__close:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 20px;
    right: 10px;
}
.popup__title {
    color: #383033;
    font-size: 38px;
    font-weight: 700;
    margin: 0px 0px 40px 0px;
}
.form-zapis .form__item {
    width: 100%;
    margin: 0px 0px 10px 0px;
}
.form-zapis input, .popup .select .select-title {
    width: 100%;
    height: 50px;
    border-radius: 3px;
    border: 1px solid #d5dde1;
    padding: 8px 10px;
    box-sizing: border-box;
}
.select-title__value_kolektiv {
    width: 100%;
    height: 50px;
    border-radius: 3px;
    border: 1px solid #d5dde1;
    padding: 10px;
    background-color: #fff;
    box-sizing: border-box;
}
.form-zapis .select-title__arrow {
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 45px;
    height: 100%;
    background: url(/modules/mod_kolektiv/assets/img/arrow-select.svg) center no-repeat;
}
.select-title__value_salon {
    position: absolute;
    display: none;
    margin-top: 3px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #d5dde1;
    padding: 8px 10px;
    background-color: #fff;
    overflow: auto;
    max-height: 200px;
    box-sizing: border-box;
}
.select-title__value_salon > div:hover {
    background-color: rgba(36, 39, 64, 0.1);
    padding: 2px;
    border-radius: 5px;
    cursor: pointer;
}
.img-salons-kolektiv {
    width: 19px;
    margin-right: 5px;
}
.form__btn {
    width: 100%;
    height: 52px;
    -webkit-box-shadow: 0 10px 15px #e5e5e5;
    box-shadow: 0 10px 15px #e5e5e5;
    border-radius: 3px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1f8fcc), color-stop(#1282c3), color-stop(#0676ba), color-stop(#0269b1), to(#045da7));
    background-image: -o-linear-gradient(top, #1f8fcc, #1282c3, #0676ba, #0269b1, #045da7);
    background-image: linear-gradient(to bottom, #1f8fcc, #1282c3, #0676ba, #0269b1, #045da7);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.error-form-zayavka {
    display: none;
    padding: 10px 0px;
    width: 100%;
    text-align: center;
    background-color: #ebb5b5;
    border: 1px solid #954040;
    color: #954040;
    border-radius: 5px;
}
.stag-age {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: #515153;
    margin-top: 12px;
}
.stag-age > span {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #171719;
}
.adress-title-ulica {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #828282;
    margin-left: 10px;
}
.specializaciya-vracha {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
}
.dop-spec-vrach-flex {
    display: flex !important;
}
.dop-spec-vrach {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    bottom: 25px;
    right: 0px;
    background-color: #fff;
    border: 1px solid #1e91cd;
    box-shadow: 2px 2px 2px #ccc7c7;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 5px 8px;
}
.dop-spec-vrach > span {
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #005aa5;
    padding: 2px 5px;
}
.specializaciya_dop {
    position: relative;
}
.specializaciya_dop > span {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #1e91cd;
    background: #fff;
    border: 1px solid #1e91cd;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 5px 8px;
    font-size: 10px;
    max-height: 22px;
    margin-left: 5px;
}
.specializaciya_dop > span:hover {
    cursor: pointer;
    border: 1px solid #125390;
    color: #125390;
}
@media (max-width: 767.9px) {
    .specialisti .item-carusel-body {
        width: 100%;
    }
    .item-card-img {
        max-width: unset;
    }
    #filter-spec {
        flex-direction: column;
        padding: 15px;
    }
    #filter-spec > div {
        width: 70%;
        margin-bottom: 5px;
    }
}
 