
.has-image {
    width: 150px !important; /* Ширина каждого блока */
    background-color: rgba(244, 245, 247, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}


@media screen and (max-width: 1300px) {
    .bm {
        margin-left: 10px
    }
}

@media screen and (max-width: 480px) {
    .has-image {
        width: 130px !important; /* Ширина каждого блока */
    }

    .mob-height,.cd-dropdown-content{
        gap: 5px !important;
    }
}

@media screen and (max-width: 411px) {
    .has-image {
        width: 115px !important; /* Ширина каждого блока */
    }
}

@media screen and (max-width: 360px) {
    .has-image {
        width: 140px !important; /* Ширина каждого блока */
    }
}

@media screen and (min-width: 1025px) {
    .mobile-menu{
        display: none !important;
    }
}

.bm {
    border: 1px solid #146678;
    border-radius: 5px;
    padding: 0 10px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-right: 10px
}

.bm a {
    color: white;
    font-weight: 600;
    text-decoration: none;
}


#overlay-menu{
    background-color: rgba(0, 0, 0, .42);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10001;
    display: none;
}

.closed-menu{
    cursor: pointer;
    cursor: pointer;
    position: sticky;
    top: 0;
    z-index: 1000;
    font-size: 20px !important;
}

.cd-dropdown {
    position: fixed;
    z-index: 10002;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    color: #ffffff;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
    transition: transform 0.5s 0s, visibility 0s 0.5s;
}

/*#side-title h4:before {*/
/*    content: '';*/
/*    display: block;*/
/*    width: 140px;*/
/*    height: 1px;*/
/*    background: #FF6700;*/
/*    position: absolute;*/
/*    display: block;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: -1px;*/
/*}*/

/*#side-title h4 {*/
/*    font-size: 20px;*/
/*    font-weight: 600;*/
/*    color: #333e48;*/
/*    line-height: 27px;*/
/*    padding-bottom: 7px;*/
/*    text-transform: uppercase;*/
/*    position: relative;*/
/*    font-family: Montserrat;*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    line-height: normal;*/
/*    border-bottom: 1px solid #eaeaea;*/
/*    width: 100%;*/
/*}*/

.cd-dropdown-wrapper {
    position: relative;
    -webkit-font-smoothing: antialiased;
}

.no-touch .cd-dropdown-trigger:hover {
    background-color: #171b46;
}

.see-all {
    display: none;
}

.cd-dropdown-trigger {
    font-size: 1.5rem;
}

.no-touch.cd-dropdown-trigger.dropdown-is-active:hover {
    background-color: #47975f;
}

/*.cd-dropdown-trigger.dropdown-is-active::before, .cd-dropdown-trigger.dropdown-is-active::after {*/
/*    width: 14px;*/
/*}*/

/*.cd-dropdown-trigger.dropdown-is-active::before {*/
/*    !* transform the arrow into a 'X' *!*/
/*    -webkit-transform: translateX(5px) rotate(-45deg);*/
/*    -moz-transform: translateX(5px) rotate(-45deg);*/
/*    -ms-transform: translateX(5px) rotate(-45deg);*/
/*    -o-transform: translateX(5px) rotate(-45deg);*/
/*    transform: translateX(5px) rotate(-45deg);*/
/*}*/

.cd-dropdown-trigger.dropdown-is-active::after {
    /* transform the arrow into a 'X' */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.dropdown-is-active .cd-dropdown-content, .dropdown-is-active .cd-dropdown-content ul {
    -webkit-overflow-scrolling: touch;
}


.cd-dropdown.dropdown-is-active {
    visibility: visible;
    -webkit-transform: translateX(0); /* Показать блок, сдвигая его извне экрана слева */
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
    transition: transform 0.5s 0s, visibility 0s 0s;
}

.cd-dropdown {
    visibility: hidden; /* Скрыть блок, сдвигая его за пределы экрана слева */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}



.cd-dropdown-content a,
.cd-dropdown-content ul a {
    line-height: 20px;
}


.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
    padding: 0 10px;
}

.cd-dropdown h2 {
    position: relative;
    z-index: 1;
    color: #585a70;
    background-color: #111433;
}

.cd-dropdown .cd-close {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
}

.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 20px;
    width: 2px;
    background-color: #ffffff;
}

.cd-dropdown .cd-close::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.cd-dropdown .cd-close::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}



.cd-dropdown-content, .cd-dropdown-content ul {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    list-style-type: none;
    padding-left: 0;
    z-index: 100003;
}

.cd-dropdown-content a, .cd-dropdown-content ul a {
    display: flex;
    align-items: center;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
}


.cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
    padding-top: 10px;
    padding-bottom: 10px;
    /*background-color: #0b0e23;*/
    /*font-weight: bold;*/
    letter-spacing: 1px;
    color: #585a70;
    display: block;
    line-height: 24px;
    font-weight: 700;
    /*opacity: .7;*/
    /*width: 100%;*/
    background-color: rgba(244, 245, 247, 1);
    text-transform: uppercase;
    text-align: center;
}

.cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
    /*border-top-width: 0;*/
}

.cd-dropdown-content a, .cd-dropdown-content .cd-search, .cd-dropdown-content .cd-divider, .cd-dropdown-content ul a, .cd-dropdown-content ul .cd-search, .cd-dropdown-content ul .cd-divider {
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.cd-dropdown-content.is-hidden, .cd-dropdown-content ul.is-hidden {
    /* push the secondary dropdown items to the right */
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    overflow: hidden;
    display: none;
}

.cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
    /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
    opacity: 0;
}

.cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
    /* push the dropdown items to the left when secondary dropdown slides in */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}


.cd-dropdown-content .see-all a {
    /* different style for the See all links */
    font-weight: bold;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    /* items with picture (or icon) and title */
    height: 80px;
    line-height: 80px;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
    /* truncate text with ellipsis if too long */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
    padding-left: 90px;
}

.cd-dropdown-content .cd-dropdown-gallery img {
    position: absolute;
    display: block;
    height: 40px;
    width: auto;
    left: 20px;
    top: 50%;
    margin-top: -20px;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    padding-left: 75px;
    position: relative;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
    color: #111433;
    font-size: 1.3rem;
    /* hide description on small devices */
    display: none;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
    /* item icon */
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px;
}

@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

@-moz-keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

@-webkit-keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: visible;
    }
}

@-moz-keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: visible;
    }
}

@keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: visible;
    }
}

.cd-search input[type="search"] {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #242643;
    color: #ffffff;
    border: none;
    border-radius: 0;
}

.cd-search input[type="search"]::-webkit-input-placeholder {
    color: #ffffff;
}

.cd-search input[type="search"]::-moz-placeholder {
    color: #ffffff;
}

.cd-search input[type="search"]:-moz-placeholder {
    color: #ffffff;
}

.cd-search input[type="search"]:-ms-input-placeholder {
    color: #ffffff;
}

.cd-search input[type="search"]:focus {
    background: #ffffff;
    color: #111433;
    outline: none;
}

.cd-search input[type="search"]:focus::-webkit-input-placeholder {
    color: rgba(17, 20, 51, 0.4);
}

.cd-search input[type="search"]:focus::-moz-placeholder {
    color: rgba(17, 20, 51, 0.4);
}

.cd-search input[type="search"]:focus:-moz-placeholder {
    color: rgba(17, 20, 51, 0.4);
}

.cd-search input[type="search"]:focus:-ms-input-placeholder {
    color: rgba(17, 20, 51, 0.4);
}


.has-children > a, .go-back a {
    position: relative;
}

.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    content: attr(data-content);
    position: absolute;
    margin-top: -1px;
    display: inline-block;
    font-size: 2.4rem;
    width: 10px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.go-back a::before {
    transform-origin: 50% 100%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-180deg);
}



.go-back a::after {
    transform-origin: 50% 100%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-180deg);
}


.has-children > a {
    padding-right: 40px;
}

.has-children > a::before, .has-children > a::after {
    right: 20px;
}



/*.cd-dropdown-content .go-back a {*/
/*    padding-left: 40px;*/
/*}*/

.cd-dropdown-content .go-back a::before, .cd-dropdown-content .go-back a::after {
    left: 10px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
}

.cd-main-content {
    background-color: #e6e6e6;
    min-height: calc(100vh - 100px);
    padding: 2em 5%;
    line-height: 2;
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.no-js .cd-dropdown-wrapper .cd-close {
    display: none;
}
.fa-right-my{
    position: absolute;
    right: 20px;
}
.pk-menu{
    /*font-weight: 600;*/
    color: black;
    text-transform: uppercase;
}

/*.cd-dropdown-content li:hover{*/
/*    background-color: black;*/
/*    color: white !important;*/
/*}*/


.title_mob_menu{
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
    background-color: #0b0e23;
    font-weight: bold;
    /*letter-spacing: 1px;*/
    color: #585a70;
    display: block;
    line-height: 24px;
    font-weight: 700;
    width: 100%;
    background-color: #e1e1e1;
    text-transform: uppercase;
    text-align: center;
}


.cd-dropdown-content a, .cd-dropdown-content ul a {
    color: inherit;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 11px 15px;
    text-decoration: none;
    /*border-bottom: 1px solid #efefef;*/
    color: black;
}


/*.cd-dropdown {*/
/*    top: 90px!important;*/
/*}*/
.cd-dropdown-content .go-back a::before, .cd-dropdown-content .go-back a::after{
    left: 25px !important;
}

.cd-dropdown-content a, cd-dropdown-content ul a {
    /*height: 50px;*/
    line-height: 20px;
    /*margin-bottom: 15px;*/
}
.go-back{
    display: flex;
    justify-content: space-between;
    background-color: rgba(244, 245, 247, 1);
    font-weight: normal;
    cursor: pointer;
    position: sticky;
    top: 0;
    z-index: 1000;
    font-size: 20px !important;
}

@media only screen and (max-width: 760px) {

    .bm {
        margin-left: 0px
    }
}

@media only screen and (min-width: 768px) {
    .width-340-pc{
        width: 340px!important
    }
}


.cd-dropdown-content::-webkit-scrollbar, .cd-dropdown-content ul::-webkit-scrollbar {
    width: 5px;
}

.cd-dropdown-content::-webkit-scrollbar-track, .cd-dropdown-content ul::-webkit-scrollbar-track {
    -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
    background-color: white;
    border-radius: 10px;
}

.cd-dropdown-content::-webkit-scrollbar-thumb , .cd-dropdown-content ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(180deg, #6a93d4, #052d6e);
}


.cd-dropdown-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}


.has-image > .mini-name{
    border-bottom: none!important;
    background-color: rgba(244, 245, 247, 1);
    border-radius: 12px;
}

.cd-dropdown-content li {
    width: 100%;
}

.image-wrapper{
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.image-wrapper img {
    display: block;
    width: 100px;
    height: 100px;
    mix-blend-mode: multiply;
    align-self: center;
}

.image-wrapper img:active{
    mix-blend-mode: multiply;
}

.text-overlay {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    word-break: break-word;
    overflow: hidden;
    text-align: center;
    padding:5px;
}
.mob-height{
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-content: flex-start;
    justify-content: center;
}


.has-children a.mini-name{
    padding:0!important;
}
a.mini-name:active{
    border: none;
    mix-blend-mode: multiply;
    background: none;
}