.support__cat__head{
    overflow: hidden!important;
    position: relative;
}
.support__cat__head__arrow{
    position: absolute;
    top: calc(50% - 5px);
    transform: translateY(-50%);
    width: 54px;
    height: 54px;
    background-color: #0047bb;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform .3s;
    z-index: 999;
}
.support__cat__head__arrow-left{
    left: 0;
}
.support__cat__head__arrow-left:hover svg{
    transform: scale(1.2);
    transition: transform .3s;
}
.support__cat__head__arrow-right{
    right: 0;
}
.support__cat__head__arrow-right:hover svg{
    transform: scale(1.2);
    transition: transform .3s;
}
.support__cat::before,
.support__cat::after {
    content: "";
    position: absolute;
    top: 0;
    height: calc(100% - 10px);
    width: 150px;
    pointer-events: none;
    z-index: 888;
    filter: blur(2px);
    display: none;
}
.support__cat::before {
    left: 0;
    background: linear-gradient(to right, rgb(45, 52, 59), transparent);
}
.support__cat::after {
    right: 0;
    background: linear-gradient(to left, rgb(45, 52, 59), transparent);
}
.support__cat.has-left-fade::before,
.support__cat.has-right-fade::after{
    display: block;
}



.my-dropdown-container {
    position: relative;
    display: inline-flex;
    align-items: center;
    /*background-color: #1b1e24;*/
    padding: 18px 18px;
    border: 1px solid #2D343B;
    color: #ccc;
    font-family: sans-serif;
}

@media (min-width: 766px) {
    .my-dropdown-container{
        display: none;
    }
}

.my-dropdown-label {
    font-weight: 500;
    font-size: 12px;
    color: #757A80;
    margin-right: 8px;
}

.my-dropdown-button {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
}
.my-dropdown-button svg{
    position: absolute;
    right: 0;
}
.my-dropdown-arrow {
    margin-left: 10px;
    width: 10px;
    height: 6px;
    fill: currentColor;
    transition: transform 0.2s ease;
}

.my-dropdown-list {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    background-color: #2a2e35;
    border: 1px solid #444;
    list-style: none;
    margin: 0;
    padding: 4px 0;
    min-width: 200px;
    display: none;
    z-index: 999;
}

.my-dropdown-list.my-dropdown-list--open {
    display: block;
}

.my-dropdown-item {
    padding: 6px 16px;
    cursor: pointer;

}

.my-dropdown-item:hover {
    background-color: #3d4249;
}

.my-dropdown-link {
    font-weight: 500;
    font-size: 14px;
    margin-right: 8px;
}

.my-subcat-list {
    list-style: none;
    margin: 4px 0 0 16px;
    padding: 0;
    border-left: 1px dashed #555;
    display: none;
}

.my-subcat-item {
    padding: 4px 0;
}

.my-subcat-item:hover {
    background-color: transparent;
}

.my-subcat-link {
    color: #999;
    text-decoration: none;
    font-size: 14px;
}

.support__cat{
    display: none;
}
@media (min-width: 767px){
    .support__cat{
        display: block;
    }
}

@media (max-width: 767px){
    .support__cat__message--column {
        margin-left: 0!important;
        min-width: auto!important;
    }
}
.modal-download .dialog__title {
    font-size: 16px;
    letter-spacing: 0.64px;
    line-height: 24px;
}

.modal-download .separator {
    margin-top: 12px;
}

.modal-download .btn-new {
    margin-left: auto;
    width: 173px;
}

.modal-download .btn-new.btn-blue .btn-new__text {
    width: 100%;
}

.modal-download ol {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.modal-download li {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    padding-left: 62px;
    height: 38px;
    text-transform: uppercase;
    counter-increment: inst;
    position: relative;
    margin-bottom: 8px;
    font-family: Montserrat, sans-serif;
    color: #101820;
    letter-spacing: 0.48px;
}

.modal-download li:before {
    position: absolute;
    top: 0;
    left: 0;
    /*transform: translateY(-50%);*/
    content: counter(inst);
    font-size: 14px;
    font-weight: 700;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E2E3E4;
}

.oib-notification {
    font-size: 12px;
    line-height: 16px;
    padding-left: 38px;
    background: url("/wp-content/themes/p-sec-products/assets/images/svg/fi_notice.svg") no-repeat 0 50%/contain;
    margin-bottom: 20px;
    color: #61676C;
}

.oib-modal-close {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
}

.support__cat__message--column {
    margin-left: 80px;
    min-width: 440px;
}

#copyUrl {
    margin-bottom: 44px;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
}

.support__cat__message {
    margin-left: 0;
}

.baloading {
    position: relative;
    width: 100%;
    height: 30px;
    background: url("/wp-content/themes/p-sec-products/assets/images/pictures/preloader.png") no-repeat 50% 50%/contain;
    animation: 1s linear infinite circleRotate;
}

.baloading .js-tab {
    display: none;
}

.my-dropdown-label,
.my-dropdown-button {
    line-height: 1;
}
.tabs-wrapper .file.tab__item{
    flex-direction: column;
    align-items: start;
}
@media (min-width: 567px){
    .tabs-wrapper .file.tab__item{
        flex-direction: row;
        align-items: center;
    }
    .tabs-wrapper .btn-file-download {
        padding-top: 0;
    }
}
@media (max-width: 1365px){
    .support__cat__message--column {
        margin-top: 20px!important;
        margin-left: 0!important;
        width: 100%!important;
    }
    .support__cat__message{
        max-width: 100%;
    }
}

.lun-white.static {
    top: 15.97vw!important;
}

.lun-black.static {
    top: 15.97vw!important;
}
@media (min-width: 2048px){
    .lun-white.static {
        top: 13.2vw!important;
    }

    .lun-black.static {
        top: 13.2vw!important;
    }
}
@media (min-width: 2560px){
    .lun-white.static {
        top: 12vw!important;
    }

    .lun-black.static {
        top: 12vw!important;
    }
}
#solutions{
    position: relative;
}
#benefits .benefits-block__items {
    width: 100%;
}

.hero{
    position: relative;
    height: 100vh;
}
@media (orientation: landscape) and (max-width: 1023px) {
    .hero{
        height: fit-content;
        padding-top: 100px;
    }
}
.hero-block{
    height: 100%;
}

.intro-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
}
@media (max-width: 1023px) {
    .intro-wrapper {
        flex-direction: column;
        justify-content: center;
    }

}
.intro-wrapper__image{
    text-align: center;
    margin-bottom: 16px;
}
.intro__img{
    max-width: 262px;
}
@media (max-width: 400px) and (max-height: 740px) {
    .intro__img{
        max-width: 180px;
    }
    .intro-wrapper__image{
        padding-top: 40px;
    }
}

.intro-block__bage{
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 8px 16px;
    border:1px solid #2D343B;
    width: fit-content;
    margin: 0 auto 18px auto;
}
.intro-block__title{
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.18;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.intro-block__description{
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px!important;
}
.intro-block__button{
    margin-bottom: 0!important;
}
@media (min-width: 1024px) {
    .intro-wrapper__image{
        width: 42%;
        margin-right: 40px;
        margin-bottom: 0;
    }
    .intro__img{
        width: 100%;
        max-width: unset;
    }
    .intro-wrapper__text{
        text-align: left;
    }
    .intro-block__title{
        text-align: left;
        font-weight: 700;
        font-size: 62px;
        line-height: 1.18;
        text-transform: uppercase;
        letter-spacing: .04em;
    }
    .intro-block__bage{
        margin-left:0;
    }
    .intro-block__description{
        text-align: left;
    }
    .intro-block__button{
        justify-content: flex-start;
    }
}

.btn-new__text-flex{
    display: flex; align-items: center;
}
.btn-new__text-flex svg{
    margin-right: 5px;
}