.custom-menu-links {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
	margin-top: 50px;
}
.cml-href{
	border-radius: 3px;
    background: #F1F1F1;
    color: #414141;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    padding: 8px 12px;
    box-shadow: none;
    font-family: Montserrat;
}
.cml-title{
	white-space: nowrap;
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}
.header__catalog-box {
    max-height: calc(100vh - 400px) !important;
}

.blockBaner{
    margin-top: 60px;
    display: flex;
    gap: 10px;
    flex-direction: row;
    /*margin-right: 20px;*/
    margin-bottom: 40px;
}
.itemBanner{
    display: flex;
    gap: 20px;
    flex-direction: column;
    /*width: calc(50% - 10px);*/
    width: 50%;
}
.itemBanner .imgBlock img {
    image-rendering: pixelated;
}
.itemBanner .info{
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 90%;
}
.itemBanner .titleBanner{
    color: #000;
    text-overflow: ellipsis;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%
}
.itemBanner .deckBanner{
    color: #838383;
    text-overflow: ellipsis;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
}
.header__catalog-content.header__catalog-nav-active{
    overflow: auto;
    max-height: calc(100vh - 200px);
}
.header__catalog-content.header__catalog-nav-active::-webkit-scrollbar-track {
    background: #f1f1f1;        /* цвет дорожки */
}
.header__catalog-content.header__catalog-nav-active::-webkit-scrollbar {
  width: 4px;               /* ширина scrollbar */
}
.header__catalog-content.header__catalog-nav-active::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;    /* цвет плашки */
  border-radius: 20px;       /* закругления плашки */ /* padding вокруг плашки */
}
@media (max-width: 1199px) {
    .blockBaner{
        display: none;
    }
}