.content-price {
    max-width: 1350px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.flex-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 1300px;
    border-top: 1px solid #005A8C;
}
.block-map {
    /*background-color: red;*/
    flex: 1;
}
.main-map {
    /*margin: 0px 0 5px 5px;*/
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 100vh;
    /* padding: 5px 0px 5px 0px;*/
}
.main-map::-webkit-scrollbar {
    width: 7px;
}
.main-map::-webkit-scrollbar-track {
    background: #E6E6E6;
}
.main-map::-webkit-scrollbar-thumb {
    background-color: rgba(171, 171, 171, 1)/*rgba(0, 0, 0, 0.25)*/;
    border-radius: 4.5px;
    drop-shadow: rgba(0, 0, 0, 0.25);
    /*border: 3px solid orange;*/
}
.main-map:last-child {
    border-bottom: 1px solid #ffffff;
}
.map-child {
    /*border-top: 1px solid #ffffff;*/
    /*border-top: 1px solid #005A8C;*/
    border-right: 1px solid #ffffff;
    min-height: 70px;
   /* padding: 5px 0px 0px 0px;*/
    width: 100%;
    /*transition: all 0.25s ease-in-out;*/
    transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
    display: flex;
    align-items: center;
    background-color: #DADADA;
}
.map-child ~ .map-child {
    border-top: 1px solid #ffffff;
    z-index: 10;
    position: relative;
}
.map-child:hover .map-container__item .map-item, .map-child:hover .map-container__item .list__items-icon svg, .map-child:hover  .map-container__item  .list__items-icon  svg  path  {
    color: white!important;
    fill: white!important;
}
.map-child:hover .map-container__item{
    cursor: pointer;
    background: #005A8C;
    /* box-shadow: 0 15px 63px rgba(65,96,234,.41);*/
}
.block-form-filter {
    display: flex;
    min-height: 86px;
    width: 80%;
    margin: 0 auto;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}
.btn-ack {
    border-radius: 20px;
    transition: all 0.25s ease;
    width: 145px;
}
.btn-rst {
    border-radius: 20px;
    transition: all 0.25s ease;
    width: 145px;
    border: 1px solid #005c8e;
    background: none;
    color: #005c8e;
}
.btn-ack:hover {
    background: #0074b4;
}
.btn-rst:hover {
    background: #b71728;
    border: 1px solid #b71728;
    color: white;
}
.list__items-icon {
    flex-grow: 0;
    width: 4em;
}
.block-services {
    /* border-top: 1px solid #ebebeb;*/
    /*border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;*/
}
.block-tab{
    /*border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;*/
    background: #F6F6F6;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
}
.child-tooltip-select .children-restriction-icon, .child-tooltip-select .child-mri,.child-tooltip-select .description-restriction{
    opacity: 0.7;
}
.child-tooltip-select:hover .children-restriction-icon, .child-tooltip-select:hover .child-mri,.child-tooltip-select:hover .description-restriction{
    opacity: 1;
}
.child-tooltip-select:hover > .container-tooltip {
    position: absolute;
    z-index: 10000;
    /*left: 23rem;
    top: -4rem;*/
    left: -12rem;
    top: -4rem;
    opacity: 1;
}
.block-search {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    position: relative;
    align-items: center;
}
.filter-label {
    padding: 0px 0px 10px 0px;
    color: #999;
    font-size: 12px;
}
.field-search {
    background-color: #D9D9D9;
    border-radius: 22px;
    height: 50px;
    width: 100%;
    padding: 20px 20px 20px 20px;
    transition: all 1s ease-in-out;
    border: 1px solid #ffffff;
    color: #005A8C;
    font-size: 12px;
}
.field-search:hover, .icon-search-svg:hover ~ .field-search {
    transition: all 0,5s ease-in-out;
    cursor: pointer;
    border: 1px solid #005A8C;
}
.field-search:focus {
    border: 1px solid #005A8C;
}
.icon-search-svg:hover {
    cursor: pointer;
}
.container-tooltip {
    transition: all 0.5s ease-in-out;
    position: absolute;
    /*left: 23rem;
    top: -4rem;*/
    left: -12rem;
    top: -4rem;
    opacity: 0;
    z-index: -10000;
}
.icon-search-svg {
    position: absolute;
    right: 5px;
    top: 4px;
}
.block-tooltip {
    width: 185px;
    height: 90px;
    border: 1px solid #00A4FF;
    border-radius: 15px;
    padding: 15px 15px 15px 15px;

    background-color: #ffffff;


    /*-webkit-mask: conic-gradient(from 30deg at 30% 100%, #0000, #000 1deg 30deg, #0000 31deg) 0 100%/100% calc(100% - 30px) no-repeat,
    conic-gradient(at calc(30px / 2) calc(30px / 2), #000 270deg, #0000 0) 0 0 / calc(100% - 30px / 2) calc(100% - 30px / 2) padding-box,
    radial-gradient(50% 50%, #000 98%, #0000) 0 0 / 30px 30px space padding-box;

    mask: varconic-gradient(from 30deg at 30% 100%, #0000, #000 1deg 30deg, #0000 31deg) 0 100%/100% calc(100% - 30px) no-repeat,
    conic-gradient(at calc(30px / 2) calc(30px / 2), #000 270deg, #0000 0) 0 0 / calc(100% - 30px / 2) calc(100% - 30px / 2) padding-box,
    radial-gradient(50% 50%, #000 98%, #0000) 0 0 / 30px 30px space padding-box;

    border-bottom: 50px solid #0000;*/
}
.block-tooltip:before {
    content: "";
    width: 60px;
    height: 60px;
    border: 1px solid #00A4FF;
    border-color: transparent transparent transparent #00A4FF!important;
    border-width: 1px!important;
    -moz-border-radius: 50px 0 0 50px!important;
    border-radius: 0px 0px 0px 50px;
    font-size: 14px;
    margin: 3px 0 10px;
    display: block;
    position: absolute;
    top: 45px;
    left: 184px;
    transform: rotate(-219deg);

}
.block-tooltip:after {

    content: "";
    display: block;
    border-color: transparent transparent transparent #00A4FF!important;
    border-width: 1px;
    -moz-border-radius: 0 0 0 50px;
    border-radius: 0px 0 0 100px;
    position: absolute;
    top: 55px;
    left: 189px;
    width: 55px!important;
    height: 55px!important;
    border: 1px solid #00A4FF;
    transform: rotate(-225deg);

/*    border-width: 0 0 0 1px;*/

}
.text-tooltip {
    font-size: 13px;
    color: #005A8C;
}
.block-tab ul{
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}
.tab-item {
    display: inline-block;
    padding: 20px 0px 20px 0px;
}
.tab-item:hover {
    cursor: pointer;
}
.tab-item a {
    position: relative;
}
.tab-item a:before {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 5px;
    width: calc(100% - 2em);
    height: 1px;
    background-color: #FB3132;
    content: '';
    -webkit-transform: translateY(8px);
    opacity: 0;
    transition-property: -webkit-transform, opacity;
    transition-duration: .3s;
}
.tab-item a/*:nth-child(1)*/:after {
    content: "";
    border-right: 1px solid #E0E0E0;
    display: inline-block;
    height: 100%;
    margin: 0 1em 0 1em;
    vertical-align: middle;
}
.tab-item a:hover:before {
    -webkit-transform: translateY(0);
    opacity: 1;
}
.tab-item-active a:before{
    -webkit-transform: translateY(0)!important;
    opacity: 1!important;
}
.tab-item-active a {
    color: #FB3132!important;
}
.section-filter {
    padding: 5px 5px 5px 5px;
}
.section-filters {
    display: flex;
}
.tagify-block {
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 5px 10px 5px 10px;
    position: relative;
    box-shadow: 0 0 0 1rem #EFF2F5 inset;
    transition: 0.2s ease-in-out;
    background: #f5f6f7;
    margin: 2px 2px 2px 2px;
    width: max-content;
}
.side-bar-filters {
    display: flex;
    gap: 0.5rem;
    flex-direction: column-reverse;
    margin-bottom: 1rem;
}

.tagify-description {
    color: #5E6278;
    box-shadow: 0 0 0 1rem #EFF2F5 inset;
    font-size: 13px;
    order: 0;
}
.tagify-description:hover {
    cursor: pointer;
}
.tagify-icon {
    margin-left: 5px;
    font-size: 20px;
    vertical-align: middle;
    opacity: 0.5;
    transition: 0.2s ease-in-out;
    order: 1;
}
.tagify-block:hover {
    padding: 7px 12px 7px 12px;
    margin: 0;
}
.tagify-icon:hover {
    cursor: pointer;
    opacity: 1;
    color: #00a4ff;
}
.tagify-icon:hover ~ .tagify-description {
    opacity: 0.7!important;
}
#sortForChild:hover {
    cursor: pointer;
}
.block-filter {
    display: flex;
    align-items: flex-end;
}
.map-list__items{
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: column;
    position: relative;
    /*padding: 0 0 0 20px;*/
}
.head-service {
    /*border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;*/
    padding: 20px 15px 20px 15px;
    margin: 20px 0px 20px 30px;
    background: #F6F6F6;
    display: flex;
    justify-content: space-between;
}
.head-service-link {
    font-size: 14px;
}
.head-service-link:hover{
    cursor: pointer;
}
.head-service__link__on {
    color: #FB3132;
}
.head-service__link__on:hover{
    color: #fd2829;
}
.head-service-link:nth-child(1):after {
    content: "";
    border-right: 1px solid #E0E0E0;
    display: inline-block;
    height: 100%;
    margin: 0 2em 0 2em;
    vertical-align: middle;
}
.head-service-link:nth-child(2):after {
    content: "";
    border-right: 1px solid #E0E0E0;
    display: inline-block;
    height: 100%;
    margin: 0 2em 0 2em;
    vertical-align: middle;
}
.head-service-link:nth-child(3):after {
    content: "";
    border-right: 1px solid #E0E0E0;
    display: inline-block;
    height: 100%;
    margin: 0 2em 0 2em;
    vertical-align: middle;
}
.services-container {
    margin: 20px 0px 20px 30px;
    box-shadow: 0px 0px 10px 0px #0000001A;
    border-radius: 10px;
    /*border-bottom: 1px solid #ebebeb;*/
}
.services-container:hover {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 5px 10px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 10px 0px rgba(34, 60, 80, 0.2);
}
.service-item{
    /*padding: 10px 10px 10px 10px;*/
    padding: 0px 10px 0px 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.service-separator {
    border-left: 1px solid #ebebeb;
    margin: 0 20px;
    min-height: 12rem;
}
.block-service-description {
    line-height: 20px;
    flex: 2;
}
.block-service-management {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.item-description {
    padding: 10px 5px 5px 5px;
    box-sizing: border-box;
    width: 100%;
}
.container-restriction {
    display: flex;
    gap: 4rem;
    /*justify-content: space-evenly;*/
}
.container-restriction-text {
    font-size: 12px;
    color: #ABABAB;
}
.service-description {
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.service-title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 20px;
}
.item-description-text {
    line-height: 25px;
    font-weight: 600;
}

.number-service {
    font-size: 15px;
    color: #494949;
    line-height: 25px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.filter-select:hover {
    border: 1px solid #0074b4;
}
.service-management {
    padding: 5px 0px 5px 0px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    /*  justify-content: center;*/
    align-items: center;
    gap: 5px;
    box-sizing: border-box;
}
.service-management-one:after{
    content: "";
    border-bottom: 1px solid #E0E0E0;
    display: block;
    width: 70%;
    padding: 5px 0 5px 0;
    margin: 0 auto;
}
/*.service-management:nth-child(2):after{
    content: "";
    border-bottom: 1px solid #ebebeb;
    display: block;
    width: 90%;
    padding: 5px 0 5px 0;
    margin: 0 auto;
}*/
.service-management-one {
    justify-content: center;
}
.service-management-two {
    justify-content: center;
}
.service-management-three {
    /* padding: 20px 20px 20px 20px;*/
    padding: 20px 20px 15px 20px;
    justify-content: center;
    flex-direction: column;
}
.service-management-three .management-text-price {
    font-size: 20px;
    padding-bottom: 10px;
    color: #005A8C;
}
.children-restriction-text {
    color: #00A4FF;
}
.more-detailed {
    font-size: 12px;
}
.management-text-price-disable{
    font-size: 14px;
    color: #FB3132;
    text-align: center;
    overflow-wrap: break-word;
    white-space: normal;
    width: 10rem;
}
/*.text-disable {
    font-size: 14px;
    color: #FB3132;
    text-align: center;
    overflow-wrap: break-word;
    white-space: normal;
}*/
.management-text {
    font-size: 12px;
}
.icon-doctor {
    width: 18px;
    height: 18px;
    display: inline-block;
}
.icon-center {
    width: 18px;
    height: 18px;
    display: inline-block;
}
.btn-management {
    color: #005A8C;
    display: inline-block;
    box-sizing: border-box;
    background-color: white;
    border-radius: 20px;
    border: 1px solid #005A8C;
    width: 140px;
    height: 40px;
    transition: all 0.25s ease-in-out;
    margin: 5px 0;
}
.icon-btn-call-svg {
    vertical-align: middle;
    margin-right: 5px;
    /*padding-right: 5px;*/
}
.btn-management:hover {
    background-color: #005c8e;
    color: white;
}
.icon-btn-management-svg path{
    transition: all 0.25s ease-in-out;
}
.btn-management:hover .icon-btn-management-svg path{
    fill: white;
}
.icon-text-management {
    font-size: 15px;
    vertical-align: middle;
}
.icon-btn-management {
    vertical-align:middle;
    padding-right: 5px;
    display: inline-block;
    width: 16px;
    height: 16px;
}
/*блок подменю*/
.block-second-map {
    background: #ffffff;
    /*overflow: hidden;*/
    width: 100%;
    /*display: none;*/
    transition: all 0.5s ease-in-out;
    max-height: 0;
    opacity: 0;
}
.block-second-map-expand {
    display: block;
    /*max-height: 100%;*/
    max-height: 6000px;
    /*height: auto;*/
    /*max-height: max(max-content);*/
    opacity: 1;
}
.background-expand-color {
    background: #F6F6F6!important;
}
.block-content {
    /*padding: 5px 10px 10px 0;*/
    flex: 3;
    display: flex;
    justify-content: space-between;
    /*align-items: flex-start;*/
    /*new*/
    flex-direction: column;
    align-items: center;
}
.main-content {
    flex: 3;
    width: 100%;
    position: relative;
}
.info-block {
    /*background-color: #ffffff;
    -webkit-mask-image: linear-gradient(0deg, #fff, #fff), radial-gradient(circle at 50% 100%, transparent 42.5%, #fff calc(40.5% + 0.75px)), radial-gradient(circle at 50% 0%, transparent 42.5%, #fff calc(40.5% + 0.75px));
    -webkit-mask-position: center center, 20% bottom, 20% top;
    -webkit-mask-size: 100% 97%, 32px 20px, 32px 20px;*/
    flex: 1;
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-mask-image: linear-gradient(0deg, #fff, #fff), radial-gradient(circle at 50% 100%, transparent 42.5%, #fff calc(40.5% + 0.75px)), radial-gradient(circle at 50% 0%, transparent 42.5%, #fff calc(40.5% + 0.75px));
    -webkit-mask-repeat: no-repeat, repeat-x, repeat-x;
    -webkit-mask-position: center center, 14% bottom, 0% top;
    -webkit-mask-size: 100% 95%, 50px 30px, 0px 0px;
    margin-top: -7%;
}
.block-items {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}
.info-item {
    flex: 1;
    width: 100%;
}
.info-item {
    font-size: 16px;
    line-height: 24px;
    padding: 15px 20px 0px 20px;
    word-break: break-all;
    box-sizing: border-box;
}
.info-item:nth-child(1):after {
    content: "";
    /* border-bottom: 1px solid #999999;*/
    border-bottom: 1px solid #ABABAB;
    display: block;
    width: 90%;
    padding: 5px 0 5px 0;
    margin: 0 auto;
}
.info-item:nth-child(2):after {
    content: "";
    border-bottom: 1px solid #ABABAB;
    display: block;
    width: 90%;
    padding: 5px 0 5px 0;
    margin: 0 auto;
}
/*.info-item:nth-child(3):after {
    content: "";
    border-bottom: 1px solid #ABABAB;
    display: block;
    !* width: 60%;*!
    padding: 15px 0 10px 0;
    margin: 0 auto;
}*/
.info-text {
    font-weight: 700;
    line-height: 25px;
    padding: 5px 5px 5px 5px;
    font-size: 15px;
    color: #005A8C;
}
.info-section {
    display: block;
    line-height: 20px;
    /*text-align: center;*/
    font-size: 13px;
    font-weight: 400;
    color: #000000;
}
.info-service {
    display: block;
    line-height: 20px;
    font-size: 13px;
    font-weight: 400;
    color: #000000
}
.text-service {
    font-size: 20px;
    text-align: left;
    margin-right: 15px
}
.info-price {
    display: block;
    font-size: 20px;
    color: #005A8C;
    line-height: 36px;
    /*text-align: center;*/
}
.info-item-btn {
    padding-top: 1rem;
    width: 100%;
    text-align: center;
}
.info-item-other {
    padding: 15px 20px 0px 20px;
    padding-bottom: 4em;
}
.info-item-price {
    padding: 15px 20px 0px 20px;
    display: flex;
    width: 100%;
    gap: 2em;
}
.info-item-price-disable {
    /*padding: 15px 20px 0px 20px;*/
    display: flex;
    justify-content: center;
    width: 100%;
    /*gap: 3em;*/
}
.info-item-price-disable svg {
    display: none;
}
.svg-price-check {
    margin-left: 5px;
}
.info-item-block {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 2em;
    /*gap: 5px;*/
}
/*.info-item-el:nth-child(1) {
    border-bottom: 1px solid #e8eced;
}*/
/*.info-item-el:nth-child(2) {
    border-bottom: 1px solid #bfbfbf;
}*/
.info-item-el {
    display: flex;
    /*line-height: 40px;*/
    /*  border-bottom: 1px solid #999999;*/
    /*border-top: 1px solid #999999;*/
    /*border-top: 1px solid #bfbfbf;*/
    /*padding: 15px 0 10px 0;*/
    gap: 2px;
}
.map-second__items:hover .select-item {
    color: #874747;
    font-weight: 700;
}
.select-item {
    color: #005A8C;
    font-weight: 700;
}
.tooltip-arrow {
    border-top-color: #78ff3d!important;
}
.tooltip-inner {
    border-radius: 2px;
    background-color: #78ff3d!important;
}
.info-item-description:hover {
    cursor: pointer;
}
/*.logo-ru {
    display: block;
    width: 250px;
}*/
.svg {
    vertical-align: middle;
    margin: 0 auto;
    width: 100%;
}
.text-description {
    transition: all 0.25s ease;
    color: #005c8e;
    vertical-align: middle;
    font-weight: 400;
    font-size: 11px;
}
.icon-doctors .icon-doctors-item {
    transition: all 0.25s ease;
    stroke: #004f79;
}
.icon-doctors, .icon-doctors path{
    transition: all 0.25s ease;
    fill: #005A8C;
}
.icons-file .icons-file-item {
    transition: all 0.25s ease;
    stroke: #004f79;
}
/*.info-item-el:hover .icons-file {
    stroke: #d21d2e;
    fill: #d21d2e;
}*/
.info-item-el:hover .icon-doctors-item {
    stroke: #d21d2e;
}
.info-item-el:hover .icons-file-item {
    stroke: #d21d2e;
    fill: #d21d2e;
}
.info-item-el:hover .text-description {
    color: #d21d2e;
}
.info-container-el {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.qr-item-el {
    display: flex;
    flex-direction: column;
    align-items: center;
   /* margin-bottom: 30px;*/
}
.qr-item-el:after {
    content: "";
    display: block;
    /*height: 50px;*/
    margin: 1em 0 1em 0;
    width: 100%;
    border-bottom: 1px solid #ABABAB;
}
.qr-code {
    width: 150px;
    height: 150px;
}
.qr-code svg path {
    fill: #005A8C!important;
}
#button {
    outline:none;
    height: 40px;
    text-align: center;
    width: 100%;
    /*border-radius:40px;*/
    /*background: #fff;*/
    text-transform: capitalize;
    margin: 0;
    background: #005A8C;
    /*border: 1px solid #005c8e;*/
    color:#fff;
    letter-spacing:1px;
    font-weight: 400;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.25s ease;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(34, 60, 80, 0.2) inset;
    -moz-box-shadow: 0px 0px 18px 0px rgba(34, 60, 80, 0.2) inset;
    box-shadow: 0px 0px 18px 0px rgba(34, 60, 80, 0.2) inset;
}
.price-item {

}
#button:hover {
    transition-duration: 0.5s;
    color: white;
    background-color: #d21d2e;
    border: 1px solid #d21d2e;
}
/*#button:after {
    content: 'Записаться';
}*/
.qr-item-svg {
    width: 135px;
    height: 35px;
    border: 1px solid #005c8e;
    display: flex;
    align-content: center;
    justify-content: center;
    border-radius: 22px;
    flex-wrap: wrap;
    flex-direction: column;
    transition: all 0.25s ease;
    /*-webkit-box-shadow: 0px 0px 18px 0px rgba(34, 60, 80, 0.2) inset;
    -moz-box-shadow: 0px 0px 18px 0px rgba(34, 60, 80, 0.2) inset;
    box-shadow: 0px 0px 18px 0px rgba(34, 60, 80, 0.2) inset;*/
    background: #fff;
}
.repost-svg, .repost-svg path {
    transition: all 0.25s ease;
    fill: #005A8C;
}
@keyframes swap {
    from {
        position: inherit;
    }
    to {
        position: inherit;
        opacity: 1;
        color: white;
    }
}
.item-text-qr {
    font-size: 12px;
    font-weight: 400;

    /*position: absolute;
    font-weight: 700;
    line-height: 35px;
    padding-left: 5px;
    overflow: hidden;
    opacity: 0;*/
    /*transition: all 1s ease 1s;*/
}
.item-svg-container {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.item-svg-container svg{
    margin-right: 5px;
}
.qr-item-svg:hover {
    cursor: pointer;
    color: white;
    background-color: #d21d2e;
    border: 1px solid #d21d2e;
    /*width: 150px;*/
}
.qr-item-svg:hover .repost-svg path{
    fill: white;
}
/*.qr-item-svg:hover .item-text-qr {
    animation: swap 0.5s ease 0.2s forwards;
}*/


/*.filter-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    outline: 0;
    !*font: inherit;*!
    min-width: 240px!important;
    padding: 1rem 4rem 1rem 1rem;
    color: white;
    border-radius: 0.25em;
    box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    height: 48px!important;
}
.filter-select::-ms-expand {
    display: none; !* удалите стрелку по умолчанию в IE 10 и 11 *!
}

.filter-select option {
    display: none;
}*/
select.changeFilter {
    width: 165px!important;
    height: 30px!important;
    font-size: 12px!important;
}
.quickFilters {
    display: flex;
    align-items: flex-end;
}
.quickFilters label {
    font-size: 12px!important;
}
/*Боковое меню*/
.map-container__item {
    width: 100%;
    display: inherit;
    align-items: center;
    justify-content: center;
    /*padding: 0 0 0 20px;*/
    min-height: 70px;
}
.map-item {
    /*color: #0b80c0;*/
    color: #005A8C;
    padding: 10px 35px 10px 25px;
    position: relative;
    width: 12em;
    /*new*/
    flex-grow: 1;
    /*new*/
}
.map-item:hover span {
    text-decoration: underline #fff;
}
.main-item-final__link {
    padding: 10px 35px 10px 25px;
}
/*.main-item-final__link:before {
    content: "\2022";
    position: absolute;
    display: block;
    left: 10px;
    font-size: 30px;
    top: 12px;
}*/
.map-item-text {
    font-weight: 700;
    line-height: 25px;
    font-size: 14px;
}
.map-child-active .map-container__item{
    background: #005A8C;

    /*background: #f0f2f5;*/
}

.map-child-active .map-item {
    color: white!important;
}

.map-second {
    /*padding: 0 0 0 20px;*/
}
.map-second__link {
    padding: 20px 20px 20px 40px;
    display: block;
}
.map-list .map-second__items:hover {
    /*background: #0074b4;*/
}
.map-second__items:hover .map-second__link{
    color: white;
}
.map-second-active {background: #006fab;}
.map-second-active a {color: white!important;}
.map-second-active:hover {background: #006fab;}

.info-block-item {
    flex: 1;
    filter: drop-shadow(0px 11px 13.9px rgba(0, 0, 0, 0.16));
}

.head-tab {
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
    box-sizing: border-box;
    width: 100%;
}
.head-tab ul {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}
.head-tab-item {
    display: inline-block;
    padding: 20px 20px 20px 20px;
}
.head-tab-item a {
    position: relative;
}
.head-tab-item a:hover{
    cursor: pointer;
}
.head-body {
    transition: all 0.5s ease-in-out;
    max-height: 0px;
    overflow: hidden;
    /*border-bottom: 1px solid #ebebeb;*/
}
.head-body-open{
    max-height: 10000px;
}
.head-body-inactive {
    max-height: 0px;
    /*display: none;*/
}
.head-body-item {
    box-sizing: border-box;
    padding: 20px 20px 10px 20px;
}
.head-tab-item a:before{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ff192f;
    content: '';
    -webkit-transform: translateY(8px);
    opacity: 0;
    transition-property: -webkit-transform, opacity;
    transition-duration: .3s;
}
.head-tab-item-active a{
    color: #ff192f;
}
.head-tab-item-active a:before{
    -webkit-transform: translateY(0)!important;
    opacity: 1!important;
}


.head-service__link__active{
    position: relative!important;
    overflow: inherit!important;
}

.head-service__link__active span:before{
    min-width: 100%!important;
}
.head-service__link__no i {
    content: '';
    position: absolute;
    /*left: auto;*/
    top: calc(50% - 3px);
    left: -20px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #005c8e;
    border-bottom: 0;
    -o-transition: transform .5s;
    -webkit-transition: transform .5s;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s;
}
.head-service__link__active i{

    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    /*position: absolute;
    cursor: pointer;
    width: 0px;
    height: 0px;
    left: -17px;
    top: -10px;
    background-color: #c10f20!important;
    padding: 9px;
    background-position: center center!important;
    background-size: 8px!important;
    border-radius: 5px;
    background: url("https://ldc.ru/assets/374e67d1/images/svg-icons/close_w.svg") no-repeat 0 0;*/
    /*background: url(../images/svg-icons/close_w.svg) no-repeat 0 0;*/
}
.container-specifications {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.block-container-title {
    margin: 20px 20px 0px 20px;
}
.block-container-title:after{
    display: block;
    width: 100%;
    content: '';
    border-bottom: 1px solid #005A8C;
    margin-top: 20px;
}
.block-container-title span {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #005A8C;
}
.block-specifications-items {
    display: flex;
    margin: 20px 20px 20px 20px;
    flex-wrap: nowrap;
    justify-content: space-around;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #0000001A;
    position: relative;
}
.item-specification {
    text-align: center;
    width: 10rem;
    height: 7em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.icon-svg-spec {
    display: block;
    margin-bottom: 1em;
}
.children-restriction-icon{
    margin-bottom: 1em;
}
.des-specific {
    font-size: 12px;
    font-weight: 400;
    color: #005A8C;
    /*white-space: nowrap;*/
}
.item-separator {
    border-right: 1px solid #E0E0E0;
    margin: 1.1em 0 1.1em 0;
}
.child-mri {
    color: #00A4FF;
}
/*КЛАССЫ ДЛЯ ТЕСТА*/
.article-inactive {
    display: none;
}
.article {
    box-sizing: border-box;
    padding: 20px 20px 10px 20px;
}
.block-content2 {
    /*padding: 5px 0px 10px 0;*/
    flex: 3.5;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.text-display {
    display: inline;
    vertical-align: middle;
    color: #005A8C;
}
.head-service__link {
    display: inline-block;
   /* overflow: hidden;*/
    float: right;
    white-space: nowrap;
    position: relative;
    /*max-width: 25px;*/
    transition: all .5s ease-in-out;
}
.head-service__link:before{
    position: absolute;
    left: auto;
    right: 20px;
    border: 6px solid transparent;
    border-top-color: #1797b1;
    border-bottom: 0;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s;
}
/*.head-service__link:hover{
    transition: max-width .5s ease-in-out;
    max-width: 125px;
}*/
.head-service__info {
    position: relative;
    margin-right: 5px;
    vertical-align: middle;
    transition: all 1s ease-in-out;
}
.head-service__info:before {
    position: absolute;
    top: 100%;
    left: 0px;
    min-width: 0%;
    height: 3px;
    background-color: #ff192f;
    content: '';
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
.head-service__info:hover:before{
    min-width: 100%;
}
.cheque-dispay-main {

    position: relative;
    width: 290px;
}
.cheque-dispay {
    position: fixed;
    top: 0;
    margin-top: 85px;
    width: 290px;
}
.mobile-head-service {
    display: none;
}
.mobile-block-tab {
    display: none;
}
/*Стили для под меню*/
.block-third-map {
    background: #fafafa;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    max-height: 0;
    opacity: 0;
}

.map-list {
    width: 100%;
}

.map-descendant {
    min-height: 70px;
    width: 100%;
    transition: all 0.5s ease-in-out;
    /*display: flex;
    align-items: center;*/
}
.map-descendant-active {
    border-bottom: 1px solid #ebebeb;
    color: white;
}
/*.map-descendant-active .map-list__items:nth-child(1){
    background: #3195cd;
}*/
.map-list-descendant__item-active {
    background: #F6F6F6;
}

.map-list-container__item-active {
    background: #43BCFF;
}
.background-descendant-expand-color {
    background: #F6F6F6!important;
}
/*.map-descendant-active  .map-list-descendant__item:first-of-type{
    background: #3195cd;
}*/
.map-list-descendant__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    /*width: calc(100% - 22.5px);*/
    /*padding: 0px 0 0 22.5px;*/
    min-height: 70px;
}
.map-list-descendant__item:hover {
    cursor: pointer;
    background: #F6F6F6;
}
/*.map-list-descendant__item:hover span{
    color: white;
}*/
.map-list-descendant__item:hover .plus-list circle{
    fill: white;
}
.map-list-descendant__item:hover .plus-list path{
    fill: #005C8E;
}
.map-descendant-active .map-list-descendant__item:hover {
    background: #F6F6F6;
}
.map-descendant-active .map-list-descendant__item:hover span {
    /*color: white;*/
}
.map-descendant-active .map-list-descendant__item:hover .plus-list circle {
    fill: white;
}
.map-descendant-active .map-list-descendant__item:hover .plus-list path {
    fill: #005C8E;
}
.map-descendant-active .map-list-container__item:hover {
    background: #43BCFF;
    cursor: pointer;
}
/*.map-descendant-active .map-list-container__item:hover span {
    color: white;
}*/
.map-descendant-active .map-list-container__item:hover .plus-list circle {
    fill: white;
}
.map-descendant-active .map-list-container__item:hover .plus-list path {
    fill: #005C8E;
}

.map-descendant-active .map-list .map-list__items:nth-child(1) .map-item:not(.map-descendant-second-map .map-item ) {
    color: white;
}
.block-descendant-second-map {
    width: 100%;
    transition: all 0.5s ease-in-out;
    background: #fafafa;
    /*overflow: hidden;*/
    max-height: 0;
    opacity: 0;
}
.block-descendant-second-map-expand {
    background: #ffffff;
    display: block;
    max-height: 2500px;
    opacity: 1;
}
.map-descendant-second__link {
    position: relative;
    padding: 20px 15px 20px 25px!important;
    display: block;
    font-size: 14px!important;
}
.map-container-second__link{
    position: relative;
    padding: 20px 15px 20px 35px!important;
    font-size: 12px!important;
    display: block;
    color: #757575!important;
}
.map-descendant-second__items{
    position: relative;
}
.map-descendant-third__items{
    position: relative;
}
/*.map-descendant-second__items:hover{
    background: #3195cd;
}*/
.block-second-map .map-second__items:hover > .map-descendant-second__link{
    /*color: white;
    background: #0074b4cf;*/
   /* background: #3195cd;*/
}

.block-second-map-expand .map-second__items:hover > .map-descendant-second__link{
    /*color: white;*/
    background: #F6F6F6;
}

.block-descendant-second-map-expand .map-second__items:hover > .map-descendant-second__link{
    /*color: white;
    background: #0074b4cf;*/
    background: #F6F6F6;
}

.block-descendant-second-map-expand .map-second__items:hover > .map-container-second__link{
    /*color: white;*/
    /*background: #0074b4;*/
    background: #43BCFF;
}
.icon-search-svg svg circle, .icon-search-svg svg path {
    transition: 0.5s ease-in-out;
}
.icon-search-svg:hover svg circle {
    fill: #005A8C;
}
.icon-search-svg:hover svg path {
    fill: #fff;
}
/*.map-descendant-second__items:hover .map-descendant-second__link{
    color: white;
}*/


/*.map-descendant-second__link:before{
    content: '•';
    position: absolute;
    display: block;
    left: 33px;
}*/
/*.map-container-second__link:before{
    content: '•';
    position: absolute;
    display: block;
    left: 33px;
}*/
/*^^^Стили для под меню^^^*/

@media (max-width: 1400px) {
    .main-content {
        flex: 2.9;
        width: 100%;
    }
}
@media (max-width: 1250px) {

    .doctor-item {
        margin: 5px 5px 5px 5px;
    }
    .doctor-item:last-child {
        display: inline-block!important; /*Убрать стиль в style.min.css*/
    }
    .block-map {
        /*display: none;*/
    }
    .service-management-three .management-text-price {
        width: 100%;
        text-align: center;
        font-size: 28px;
    }
    .main-content {
        flex: 3.5;
        width: 100%;
    }
    .block-tab {
        border-left: 1px solid #ebebeb;
    }
    .flex-container {
        min-height: auto;
    }
    .block-content {
        padding: 5px 0 10px 0;
    }
}
@media (max-width: 1000px) {
    #main {
        display: flex;
        flex-direction: column;
    }
    .sp5 {
        display: none;
    }
    .pager {
        order: 0;
        background: white!important;
    }
    .wrapperGRAY {
        display: none!important;
    }
    /*.wrapperGRAY {
        order: 1;
        background-image: none!important;
        background-color: #F6F6F6!important;
        padding: 0px!important;
    }*/
    .page__title {
        font-size: 20px!important;
        line-height: 23px!important;
        color: #005A8C!important;
    }
    .mrt_w-tab {
        order: 2;
    }
    .gray-light {
        order: 3;
    }
    .bannerRmz {
        order: 4;
    }
    .footer {
        order: 5;
    }
    .info-block {
        margin: -17px 0 0 0;
    }
    .main-map {
        margin: 0px 0 5px 5px;
    }
    .block-map {
        width: 25em;
    }
    .mrt_price {
        padding: 0;
    }
    .mrt_w-tab {
        padding: 0;
    }
    hr.sp {
        display: none;
    }
    .mobile-head-service div {
        padding: 10px 10px 10px 10px;
    }
    .mobile-head-service div:nth-child(2) {
        border-top: 2px solid #E0E0E0;
    }
    .head-service{
        display: none;
    }
    .block-search {
        padding-bottom: 1rem;
        justify-content: center;
        margin-top: 20px;
        flex-direction: column;
    }
    .text-service {
        margin-right: 0px;
        font-weight: 700;
    }
    .mobile-head-service {
        padding: 20px 25px 20px 15px;
        /*margin: 20px 0px 20px 30px;*/
        background: #F6F6F6;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100vw;
        margin-left: -35px;
    }
    .list-tab {
        display: flex;
        justify-content: center;
    }
    .list-tab:before {
        content: "";
        display: block;
        border-top: 2px solid #E0E0E0;
        width: calc(50% + 8rem);
        /*width: calc(100% - 40px);*/
        position: absolute;
    }
    .block-container-title:after {
        display: none;
    }
    .tab-item a:after {
        content: none;
    }
    .tab-item a:before {
        width: calc(100% + 0em);
    }
    .tab-item {
        padding: 20px 1rem 20px 1rem;
    }
    .icon-search-svg {
        /*position: static;
        margin-left: -35px;*/
    }
    .content-left {
        border-bottom: 1px solid #004F79;
    }
    .flex-container {
        flex-direction: column;
        align-items: center;
        border: none;
    }
      .main-content {
          flex: 2.6;
          width: 100%;
      }
    .block-tab ul {
        flex-wrap: wrap;
    }
    .info-block-item {
        width: 50%;
        margin: 0 auto;
    }
    .block-content2 {
        flex-direction: column-reverse;
    }
    .block-tab {
        display: none;
    }
    .mobile-block-tab {
        order: 1;
        display: block;
        /*margin: 0 auto;*/
        width: 100vw;
        background-color: #F6F6F5;
        -webkit-margin-start: 50%;
        margin-inline-start: 50%;
        transform: translateX(-50%);
    }
}
@media (max-width: 800px) {
    .block-content2 {
        flex-direction: column-reverse;
    }
    .popup-window {
        width: max-content!important;
    }
    /*.info-block {
        -webkit-mask-size: 100% 100%;
    }*/
 /*   .logo-ru {
        width: 100%;
    }*/
    .info-block-item {
        margin-bottom: 15px;
    }
    /*.info-item-el {
        display: none;
    }*/
   /* .qr-item-el {
        display: none;
    }*/
    .cheque-dispay {
        position: static;
        margin-top: 0;
        width: auto;
    }
}

@media (max-width: 750px) {

    .service-management-three .management-text-price {
        font-size: 20px;
    }
    .breadcrumb {
        margin-left: 0px!important;
    }
    .service-separator {
        display: none;
    }
    .services-container {
        margin: 20px 0px 20px 0px;
    }
    .service-management-one:after {
        display: none;
    }
    .service-item {
        flex-direction: column;
        padding: 0px;
    }
    .container-restriction {
        gap: 1rem;
    }
    .block-service-management {
        width: 100%;
        padding-bottom: 0px;
    }
    .block-service-description {
        padding: 0px 10px 0px 10px;
    }
    .service-management {
        flex-wrap: nowrap;
    }
    .service-management-other{
        display: flex;
        justify-content: space-evenly;
        border-top: 2px solid #E0E0E0;
        padding: 10px 10px 0px 10px;
    }
    .service-management-three {
        flex-direction: row;
        padding: 0px;
        background-color: #F6F6F6;
        gap: 0px;
        margin-top: 10px;
        order: 1;
        height: 45px;
    }
    .service-management-three svg{
        width: 20px;
        height: 20px;
        vertical-align: bottom;
    }
    .service-management-three .management-text-price {
        width: 100%;
        order: 2;
        padding-bottom: 0px;
        border-bottom-right-radius: 15px;
    }
    .icon-btn-management svg path {
        fill: white;
    }
/*    .icon-btn-management svg {
        vertical-align: bottom;
    }*/
    .btn-management {
        width: 100%;
        order: 1;
        margin: 0px;
        border: none;
        border-radius: 0px;
        border-bottom-left-radius: 15px;
        color: white;
        height: 45px;
        background-color: #005A8C;
    }
}
@media (max-width: 500px) {
    .des-specific {
        white-space: normal;
    }
    .info-block-item {
        width: 100%;
    }
    .service-item {
        flex-direction: column;
        /*align-items: baseline;*/
    }
    .text-service {
        font-size: 20px;
    }
    .list-tab:before {
        width: calc(100% - 40px);
    }
    .head-tab-item {
        padding: 15px 12px 15px 12px;
        font-size: 13px;
        flex: 1 1 0px;
        text-align: center;
    }
    .head-tab ul {
        flex-wrap: wrap;
        align-items: center;
    }
    .icon-btn-management {
        width: 25px;
        height: 25px;
    }
    .service-title {
        font-size: 18px;
    }
    .child-tooltip-select:hover > .container-tooltip {
        left: -13rem;
    }
    .flex-container {
        display: block;
    }
    .tab-item {
        flex: 1 0;
        width: 50%;
    }
    .head-service-link:nth-child(1):after {
        display: none;
    }
    .head-service-link:nth-child(2):after {
        display: none;
    }
    .head-service-link:nth-child(3):after {
        display: none;
    }
    .block-mobile-head-service {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .head-service-link {
        padding: 10px 10px 10px 10px;
    }
}
@media (max-width: 550px) {
    .block-filter {
        align-items: center!important;
        justify-content: center!important;
    }
    .section-filters {
        flex-direction: column;
    }
    .quickFilters {
        align-items: center;
    }
}
@media (max-width: 450px) {
    .block-map {
        width: auto;
    }
}

@media (max-width: 400px) {
    .article {
        padding: 20px 5px 10px 5px;
    }
}

.map-link-item {
    padding: 10px 15px 10px 25px;
    position: relative;
    flex-grow: 1;
    width: 12em;
    font-size: 14px!important;
}
.map-descendant-second__link:hover span {
    text-decoration: underline #005A8C;
}
.map-link-item:hover span {
    text-decoration: underline #005A8C;
}
/*.map-list-descendant__item-active > .map-link-item {
    color: white;
}*/
.map-list-container__item-active > .map-link-item {
    color: white;
}


/*test*/
.map-list-container__item{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(100% /*- 10px*/);
    /*padding: 0px 0 0 10px;*/
    min-height: 70px;
}
.block-container-second-map{
    width: 100%;
    background: #fafafa;
    /*overflow: hidden;*/
    transition: all 0.5s ease-in-out;
    max-height: 0;
    opacity: 0;
}
.block-container-second-map-expand {
    /*background: #f0f0fa;*/
    background: #ffffff;
    display: block;
    max-height: 2500px;
    opacity: 1;
}

.select_expand:before {
    content: "";
    border-right: 5px solid #3195cd;
    position: absolute;
    z-index: 1;
    /*left: -10px;*/
    height: calc(100% - 70px);
}
.service-description p {
    font-size: 12px;
    line-height: 13px;
}
.pagination-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 10px 10px 10px;
    gap: 1rem;
}
.pc-row {
    padding: 10px 10px 10px 10px;
}
.flex-row {
    display: flex;
    align-items: center;
    gap: 4rem;
}
.switch-pag-but {
    padding: 0 10px 0 10px;
    transition: all 0.3s ease-in-out;
    border-radius: 12px;
    border: 1px solid #0b5fa6;
}
.switch-back-but:hover {
    cursor: pointer;
    background: #158fcf;
}
.switch-next-but:hover {
    cursor: pointer;
    background: #158fcf;
}
.switch-next-but:hover .next polyline {
    stroke: white;
}
.switch-next-but:hover .next line {
    stroke: white;
}
.back, .next {
    vertical-align: middle;
}
.back path, .next polyline, line {
    stroke: #158fcf;
}
.switch-back-but:hover .back path {
    stroke: white;
}
.show-more {
    transition: all 0.3s ease-in-out;
    padding: 10px 10px 10px 10px;
    text-align: center;
}
.show-more span {
    vertical-align: middle;
}
.show-more:hover {
    cursor: pointer;
    background: #3195cd;
    color: white;
}
.pc-sheets {
    margin: 0 10px 0 5px;
    color: #313235;
    position: relative;
}
.pc-sheets-active {
    color: red;
}
.pc-sheets-active:before {
    min-width: 100%!important;
    background-color: red!important;
}
.pc-sheets-active:hover{
    color: red!important;
}
.pc-sheets:before {
    position: absolute;
    top: 100%;
    left: 0px;
    min-width: 0%;
    height: 3px;
    background-color: #248bfa;
    content: '';
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.pc-sheets:hover:before {
    min-width: 100%;
}
.pc-sheets:hover {
    color: #248bfa;
    cursor: pointer;
}
.switch-but-disable {
    opacity: 0;
}
.block-service-item .doctor-item {
    width: max-content;
    overflow: hidden;
    border-radius: 15px;
}
.doctor-item__photo {
    transition: 1s;
    border-radius: 15px;
}
.doctor-item__photo:hover {
    transform: scale(1.1);
}

.loader {
    width: 4rem;
    height: 4rem;
    border: 0.8rem solid #cbdce5;
    border-radius: 50%;
    position: relative;
    transform:rotate(45deg);
    box-sizing: border-box;
    position: absolute;
    top: 5em;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.loader::before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    inset: -0.75rem;
    border-radius: 50%;
    border: 0.8rem solid #005c8e;
    animation: prixClipFix 2s infinite linear;
}
.btn-filter {
    position: relative;
    background: #005c8e;
    border-radius: 10px;
    display: flex;
    align-items: center;
    color: white;
    width: 2rem;
    height: 2rem;
    justify-content: center;
    margin-bottom: 5px;
}
.btn-filter:hover, .btn-filter:hover label{
    cursor: pointer;
    background: #0074b4;
}
.filter-enabled .filter-count {
    display: flex;
}
.filter-count {
    display: none;
    position: absolute;
    top: -5px;
    right: -5px;
    background: #00a4ff;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}
@keyframes prixClipFix {
    0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
    75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
    100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}

.inactive {
    opacity: 0;
    visibility: hidden;
    display: none;
}
.popup-window {
    z-index: 100;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50em;
    height: max-content;
    background: #fff;
    border-radius: 20px;
}
.modal-footer-block {
    background-color: #f5f5f5;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

/*^^^test^^^*/
.description-restriction {
    display: none;
}
.item-specification .description-restriction {
    display: initial;
    padding: 10px 1px 10px 1px;
    font-size: 15px;
    font-weight: 400;
}