img[src="/images/icons/video.svg"]:nth-child(even) {
    display: none;
}

div.newinfo {
    display:none;
}
.text_items {
    inline-size: 100%;
    padding: 7px 0 0 10px;
}

.iconsTitle {
    margin-block-end: 32px;
    margin-top: 0;
}

.iconsTitle_big {
    margin-block-end: 40px;
    margin-top: 0;
}

.tabIcons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    inline-size: 103%;
    margin: 0 -1.5%;
}

.tabIcon {
    display: flex;
    flex-direction: column;
    margin-right: 30px;
    margin-bottom: 32px;
    inline-size: 300px;
    position: relative;
    flex: 0 1 30%;
    margin: 0 1.5%;
    padding: 0 0 50px;
}

.tabIcon_upravlenie {
    inline-size: 216px;
    flex: 0 1 22%;
}

.tabIcon_complect, .tabIcon_dop {
    inline-size: 252px;
}

[for="Дopolnitelnoe-oborudovanie"]+div>.text_items,
[for="Кomplekt"]+div>.text_items {
    margin-top: 7px;
}

[for="Оsobennosti"]+div,
[for="Уpravlenie"]+div,
[for="Кomplekt"]+div,
[for="Дopolnitelnoe-oborudovanie"]+div {
    margin-bottom: -30px;
}

.tabIcon_complect .tabIcon__img, .tabIcon_dop .tabIcon__img{
    border: 1px solid #9da1a364;
}

.tabIcon__title {
    padding-block-end: 8px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
}

.tabIcon__title {
    inline-size: 100%;
    border-block-end: 1px solid #d4d4d4;
}
.tabIcon_upravlenie .tabIcon__title {
    text-align:center;
}

.tabIcon__imgLink,
.tabIcon__img {
    inline-size: 100%;
    max-inline-size: 252px;
    margin:0 auto;
}

.tabIcon__text {
    margin-block-start: 16px;
    inline-size: 100%;
    max-inline-size: 300px;
    color: #222;
    font-size: 18px;
}

.tabIcon__text_complect {
    max-inline-size: 252px;
}

.tabIcon__signature {
    position: absolute;
    width: 100%;
    display: flex;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    font-weight: 500;
    justify-content: space-between;
    text-align: center;
}

.word-100 {
    flex: 1 1 100%;
    text-align: center;
}

.word-5 {
    flex: 1 1 50%;
}

.word-3 {
    flex: 1 1 33%;
}

.tabIcon__imgLink_srink {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 14px;
}

.tabIcon__imgLink_srink .tabIcon__img {
    inline-size: 75%;
}

/* fix 15-05-23 */

.item_dopinfo {

    display:none;
    max-height:0px;
    overflow:hidden;
    transition:max-height 0.1s linear;
}
.item_dopinfo.active {
    display:flex;
    justify-content:center;
    align-items:center;
    max-height:200px;
    transition:max-height 1s 0s cubic-bezier(0,1,0,1);
}

.tabIcon__img {
    width:100%;
    max-height:200px;
    transition:max-height 0.2s linear;
    overflow:hidden;
}
.tabIcon__img.hidden {
    width:100%;
    max-height:0px;
    object-fit:cover;
    transition: max-height 0.5s 0s ease;
&.full {
     max-height: 1000px;
     transition: max-height 1s ease-in-out;
 }
}

.tabIcon.tabIcon_upravlenie {
    overflow:hidden;
    padding:0 0 20px 0;
    flex: 0 1 30%;
}
.item_dopinfo {
    position:absolute;
    display:block;
    justify-content:center;
    align-items:center;
    transform:translateY(180px);
    transition:transform 0.5s ease;
}
.item_dopinfo.active {
    display:block;
    font-size:17px;
    transform:translateY(0px);
    transition:transform 0.5s ease;
    #margin:auto;

}

.tabIcon_upravlenie .tabIcon__img {
    position:absolute;
    width:100%;
    flex-shrink: 0;
    #max-height:200px;
    transform: translateY(0px);
    transition:transform 0.5s ease;
    overflow:hidden;
    top:0; bottom:0; right:0; left:0;
    margin:auto;
}
.tabIcon_upravlenie .tabIcon__img.hidden {
    display:block;
    width: 100%;
    #max-height: 0px;
    object-fit: cover;
    transform: translateY(-150px);
    transition: transform 0.5s ease;

}
.item_anim_container {
    position:relative;
    overflow: hidden;

    height:180px;
}
/* end fix */
/* shlagbaum filter */
.shlagbaum-filter {
    margin-bottom:50px;
}
.shlagbaum-filter-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap:30px 40px;
    margin:30px 0 40px 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.filter-title-mob {
    position:relative;
    font-size:28px;
    line-height:115%;
    font-weight:700;
    color:#2C2D2E;
    display:none;
}
.filter-title-mob::before {
    content:'';
    display:inline-block;
    width:16px;
    height:16px;
    background:url('/images/2023/icons/sh-filter-back.svg') no-repeat center center / contain;
    margin-right:16px;
}
.filter-clear {
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    margin:auto;
    font-size:16px;
    font-weight:600;
    color:#214288;
    cursor:pointer;
    display:none;
}
.filter-prm-col {
    #width:calc((100% - 20px) / 3);
    min-width:210px;
}
.parameter-title {
    font-size:18px;
    margin-bottom:22px;
    font-weight:600;
}
.parameter-value {
    font-size:16px;
    line-height:150%;
}
.parameter-value.hidden {
    display:none;
}
.parameter-value:not(:last-child) {
    margin-bottom:22px;
}
.parameter-checkbox {
    display:inline-block;
    width:24px;
    height:24px;
    background:white;
    margin-right:12px;
    vertical-align: middle;
    cursor:pointer;
    border-radius:5px;
    position:relative;
    border:1px solid #B8C1CC;
}
.parameter-checkbox.active {background:#214288;}
.parameter-checkbox:hover {background:#f5f5f5;}
.parameter-checkbox.active:hover {background:#214288;}
.parameter-checkbox.active:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 2px;
    width: 8px;
    height: 14px;
    border: solid white;
    border-width: 0 2px 2px 0;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.shlagbaum-filter .btn-filter {
    width:200px;
    height:40px;
    font-weight:400;
    box-shadow:none;
    margin:0;
}
.shlagbaum-filter .btn-filter.select {
    display:none;
}
.shlagbaum-filter .btn-filter:hover {
    box-shadow:none;
    background:#4562A2;
}
.secel_item.hidden {
    display:none;
}
@media screen and (max-width:1036px) {
    .parameter-value:not(:last-child) {
        margin-bottom:12px;
    }
}
/* end shlagbaum filter */
.tabIcon_dop .newinfo {
    display: none;
    position: absolute;
    #visibility: hidden;
    left: 0;
    top: 174px;
    padding: 24px 27px 19px 27px;
    inline-size: calc(100vw - 28px);
    max-inline-size: 450px;
    color: #404040;
    background: white;
    opacity: 0;
    transform: translate(0, 32px);
    box-shadow: 0 14px 34px -18px black;
    z-index: 1;
    transition:all .2s linear;
    cursor:pointer;
}
.tabIcon_dop .newinfo span {
    display:block;
    margin-bottom:10px;
}
.tabIcon_dop.active a {
    cursor:initial;
}
.tabIcon_dop.active .newinfo {
    display: block;
    opacity: 1;
    transition:all .2s linear;
}
.modal_close_3 {
    position:absolute;
    top:10px;
    right:10px;
    width:16px;
    height:16px;
    background:url('/images/icons/close-grey.svg') no-repeat center center / contain;
    cursor:pointer;
}
.newinfo h1 {
    font-size:22px;
    color:#404040;
}
@media (min-width: 512px) {
    .tabIcon_upravlenie .tabIcon__title {
        block-size: 40px;
    }
}

@media (max-width: 1200px) {
    .tabIcon {
        flex: 0 1 47%;
        align-items: center;
    }
}

@media (max-width: 460px) {
    .tabIcon {
        flex: 0 1 100%;
    }
}

.shlag-desc {
    margin-block-start: 24px;
}

.vid-ban-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-block-start: 32px;
    max-inline-size: 1116px;
}

.iframe-wrap {
    inline-size: 50%;
}

.iframe {
    position: relative;
    padding-block-end: 305px;
    width: 100%;
    height: 0;
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    margin: auto;
    max-width: 100%;
}

@media (max-width: 1140px) {
    .vid-ban-block {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    .iframe-wrap {
        inline-size: auto;
        max-inline-size: 100%;
    }
    .iframe {
        inline-size: 545px;
        max-inline-size: 100%;
        padding-block-end: 56%;
    }
    .vid-ban-block__img {
        max-inline-size: 100%;
    }
}

@media (max-width: 568px) {
    .iframe {
        padding-block-end: 56%;
    }
}

.shlag-desc {
    margin-block-start: 24px;
    width: 100%;
}

.vid-ban-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-block-start: 32px;
    max-inline-size: 1116px;
}

.iframe-wrap {
    inline-size: 50%;
}

.iframe {
    position: relative;
    padding-block-end: 56%;
    width: 100%;
    height: 0;
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    margin: auto;
    max-width: 100%;
}

.turnikets-video {
    flex-wrap: wrap;
}

@media (max-width: 1140px) {
    .vid-ban-block {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    .iframe-wrap {
        inline-size: 100%;
        max-inline-size: 100%;
        padding-bottom: 55px;
    }
    .iframe {
        inline-size: auto;
        max-inline-size: 100%;
        padding-block-end: 56%;
    }
    .vid-ban-block__img {
        max-inline-size: 100%;
    }
}

@media (max-width: 568px) {
    .iframe {
        padding-block-end: 56%;
    }
}
@media screen and (max-width:500px) {
    h1.filter {
        position:relative;
    }
    h1.filter .filter-icon {
        position:absolute;
        right:0;
        top:0;
        bottom:0;
        width:24px;
        height:24px;
        background:url('/images/2023/icons/sh-filter.svg') no-repeat center center / contain;
        margin:auto;
    }
    .shlagbaum-filter {
        display:none;
    }
    .shlagbaum-filter.active {
        display:block;
        position:absolute;
        height:100vh;
        background:#FFFFFF;
        top:0;
        left:0;
        z-index:100;
        padding:16px;
    }
    .shlagbaum-filter .btn-filter {
        display:none;
    }
    .shlagbaum-filter .btn-filter.select {
        display:block;
    }
    .filter-clear {
        display:block;
    }
    .filter-title-mob {
        display:block;
    }
}