
    /* DCYBSUPP-575 */

.section-product__btn.button.button-trial {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    height: 40px;
    min-height: 40px;
    background: linear-gradient(90deg, #0055CC 0%, #1A79FF 100%);
    border-radius: 8px;
    text-align: center;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: white !important;
}
.section-product__btn.button.button-trial.button-landing-trial {
    height: 100%;
}

.section-product__btn.button.button-trial::after {
    content: '';
    display: inline-flex;
    background-image: url(/static/img/icons/new_colors/icon_arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    transition: right 0.3s, width 0.3s;
    background-position: center right;
}

.section-product__btn.button.button-trial:hover {
    background: linear-gradient(90deg, #006AFF 0%, #4D97FF 100%);
    color: white;
}

.section-product__btn.button.button-trial:active {
    background: linear-gradient(90deg, #004AB2 0%, #006AFF 100%);
    color: white;
}

.section-product__btns .button-buy {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 24px !important;
    height: 56px;
    background: #FFFFFF !important;
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #1A79FF !important;
}

.section-product__btns .button-buy:hover {
    background: #E0EDFF !important;
}

.section-product__btns .button-buy:active {
    background: #D6E7FF !important;
}

.section-product__btns .button-buy::after {
    width: 19px;
    height: 20px;
    margin-left: 16px;
    background-image: url(/static/img/icons/new_colors/cart-white.svg) !important;
}

@media (max-width: 768px) {
    .section-product__btns .button-buy {
        height: 56px;
    }
}

.menu__open-btns .button-buy {
    height: 40px;
}

.product-headline .button.section-product__btn::after {
    content: unset !important;
}

.section-make-shure__btn.button.red {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    min-height: 56px;
    background: linear-gradient(90deg, #0055CC 0%, #1A79FF 100%);
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
}

.section-make-shure__btn.button.red:hover {
    background: linear-gradient(90deg, #006AFF 0%, #4D97FF 100%);
    opacity: unset;
}

.section-make-shure__btn.button.red:active {
    background: linear-gradient(90deg, #004AB2 0%, #006AFF 100%);
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .section-make-shure__btn.button.red {
        height: auto;
    }    
}

.defense__card-tag, .product-card__tag {
    color: #9BC322;
}

.sbscr_btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    height: 56px;
    width: max-content;
    background: linear-gradient(90deg, #0055CC 0%, #1A79FF 100%);
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    margin-top:30px;
    cursor: pointer;
}

.link, .events-all, .section-product__phone {
    color: #1A79FF !important;
}

.events-all:hover, .section-product__phone:hover {
    color: #4D97FF !important;
    opacity: unset;
}

.link:active, .events-all:active, .section-product__phone:active {
    color: #005FE5 !important;
}

.link:not(.download)::after, .link.red:not(.download)::after {
    /* background-image: url(/static/img/icons/link-arrow-blue.svg); */
}

.link.blue:not(.download):hover::after, .link:not(.download):hover::after, .link.red:not(.download):hover::after {
    /* background-image: url(/static/img/icons/link-arrow-blue.svg); */

}

.filter-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #EBF3FF;
    backdrop-filter: blur(10px);
    border-radius: 8px;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    color: #00204D;
    padding: 16px;
    height: auto;
}

/*.filter-item.active {
    padding: 16px;
    background: linear-gradient(90deg, #0055CC 0%, #1A79FF 100%);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    pointer-events: none;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    color: #FFFFFF;
}*/

.button.button-buy, .button.button-trial {
    width:max-content;
}

.learn-more__link-footer-icon {
    background: url(../img/icons/link-arrow-blue.svg) no-repeat center right;
}

.learn-more__link-footer-text {
    color: #1A79FF !important;
}

.section-techproduct-request__btn.button.red {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    min-height: 40px;
    height: 56px;
    background: linear-gradient(90deg, #0055CC 0%, #1A79FF 100%);
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    width: max-content;
}

.section-techproduct-request__btn.button.red:hover {
    background: linear-gradient(90deg, #006AFF 0%, #4D97FF 100%);
    opacity: unset;
}

.section-techproduct-request__btn.button.red:active {
    background: linear-gradient(90deg, #004AB2 0%, #006AFF 100%);
    color: #FFFFFF;
}

.section-partners-top__button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    min-height: 40px;
    background: linear-gradient(90deg, #0055CC 0%, #1A79FF 100%);
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    width: max-content;
}

.section-partners-top__button::after {
    content: '';
    display: inline-flex;
    background-image: url(/static/img/icons/new_colors/icon_arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    transition: right 0.3s, width 0.3s;
    background-position: center right;
}

.section-partners-top__button:hover {
    background: linear-gradient(90deg, #006AFF 0%, #4D97FF 100%);
    opacity: unset;
}

.section-partners-top__button:active {
    background: linear-gradient(90deg, #004AB2 0%, #006AFF 100%);
    color: #FFFFFF;
}

.button.red {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    min-height: 40px;
    background: linear-gradient(90deg, #0055CC 0%, #1A79FF 100%);
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    width: max-content;
}

.button.red:hover {
    background: linear-gradient(90deg, #006AFF 0%, #4D97FF 100%);
    opacity: unset;
}

.button.red:active {
    background: linear-gradient(90deg, #004AB2 0%, #006AFF 100%);
    color: #FFFFFF;
}

.section-resellers-top-btns .section-partners__steps-btn + .section-partners__steps-btn {
    text-transform: none;
    width: 100%;
    padding: 16px 24px;
    min-height: 40px;
    background: white;
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.5px;
    color: #1A79FF;
}

.button-move {
    background: white !important;
    color: #1A79FF !important;
}

.button-move::after {
   
    content: '';
    display: inline-flex!important;
    background-image: url(/static/img/icons/partners_arrow_right.svg)!important;
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    transition: right 0.3s, width 0.3s;
    background-position: center right;
}

.section-partners__steps-btn + .section-partners__steps-btn:hover {
    background: #E0EDFF !important;
}

.section-partners__steps-btn + .section-partners__steps-btn:active {
    background: #D6E7FF !important;
}

.section-partners__steps-btn + .section-partners__steps-btn::after {
    background: url(/static/img/icons/new_colors/external-link.png) no-repeat center;
    background-size: contain;
    width: 16px;
    height: 16px;
}

.section-become-partner__btns.section-partners__steps-btns .section-partners__steps-btn.buttons, .section-resellers-top-btns.section-partners__steps-btns .section-partners__steps-btn.button {
    /*height: 50px;*/
    height: 56px;
}

.section-partners__steps-btns .button.section-partners__steps-btn {
    height: 56px;
}

.section-partners__steps-btns .button.section-partners__steps-btn::after {
    margin-left: 16px;
    width: 16px;
    height: 16px;
    background: url(/static/img/icons/partners_plus.svg) no-repeat center;
    display: unset !important;
}

.locator-content__search-button {
    display: flex;
    flex-direction: row;
    justify-content: center !important;
    align-items: center;
    padding: 16px 24px;
    min-height: 40px;
    background: linear-gradient(90deg, #0055CC 0%, #1A79FF 100%);
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
}

.locator-content__search-button:hover {
    background: linear-gradient(90deg, #006AFF 0%, #4D97FF 100%);
    opacity: unset;
}

.locator-content__search-button:active {
    background: linear-gradient(90deg, #004AB2 0%, #006AFF 100%);
    color: #FFFFFF;
}

.resetbtn {
    text-transform: none;
    width: 100%;
    padding: 16px 24px;
    min-height: 40px;
    background: #EBF3FF;
    border-radius: 8px;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.5px;
    color: #1A79FF;
    border: unset;
    height: auto; 
}

@media (max-width: 767px) {
    /*.resetbtn {
       height: auto; 
    }*/
    
    .section-partners-top__button {
        width: 100%;
        justify-content: space-between;
    }
    
    .section-techproduct-request__btn.button.red {
        width: 100%;
    }
}

.form-pp__form-btn.button.red {
    width: 100%;
}

.section-news__media-aside-footer__btns .button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    min-height: 40px;
    background: linear-gradient(90deg, #0055CC 0%, #1A79FF 100%);
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
}

.section-news__media-aside-footer__btns .button:hover {
    background: linear-gradient(90deg, #006AFF 0%, #4D97FF 100%);
    opacity: unset;
}

.section-news__media-aside-footer__btns .button:active {
    background: linear-gradient(90deg, #004AB2 0%, #006AFF 100%);
    color: #FFFFFF;
}

.pagination__item {
    display: flex;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 2px solid #EBF3FF;
    margin-right: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #00204D;
    line-height: 39px;
    text-align: center;
    transition: 0.3s;
}

.pagination__item.active {
    background: linear-gradient(90deg, #0055CC 0%, #1A79FF 100%);
    border: 0px solid transparent;
    padding-top: 2px;
    color: #FFFFFF;
}

.mac .pagination__item {
    line-height: 33px;
}

.blog-new-search button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    min-height: 40px;
    background: linear-gradient(90deg, #0055CC 0%, #1A79FF 100%) !important;
    border-radius: 8px !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
}

.blog-new-search button:hover {
    background: linear-gradient(90deg, #006AFF 0%, #4D97FF 100%);
    opacity: unset;
}

.blog-new-search button:active {
    background: linear-gradient(90deg, #004AB2 0%, #006AFF 100%);
    color: #FFFFFF;
}

.blog-new-paginate {
    width: 40px !important;
    height: 40px !important;
    border-radius: 8px !important;
    border: 2px solid #EBF3FF !important;
    margin-right: 8px !important;
}

.blog-new-paginate_active {
    background: linear-gradient(90deg, #0055CC 0%, #1A79FF 100%) !important;
    border: 0px solid transparent !important;
    padding-top: 2px !important;
}

.blog-new-paginate a {
    font-size: 16px;
    font-weight: 500;
    color: #00204D;
    width: 100%;
    line-height: 39px !important;
    text-align: center;
    transition: 0.3s;
}

.blog-new-paginate_next {
    display: flex;
    width: auto !important;
    padding: 0 18px 0;
}

.blog-new-paginate_prev {
    display: flex;
    width: auto !important;
    padding: 0 18px 0;
}

.blog-new-paginate_active a {
    color: #FFFFFF;
}

#id_18 .contact__btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    min-height: 40px;
    background: linear-gradient(90deg, #0055CC 0%, #1A79FF 100%);
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
}

#id_18 .contact__btn:hover {
    background: linear-gradient(90deg, #006AFF 0%, #4D97FF 100%);
    opacity: unset;
}

#id_18 .contact__btn:active {
    background: linear-gradient(90deg, #004AB2 0%, #006AFF 100%);
    color: #FFFFFF;
}

.button.blue {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 56px !important;
    min-height: 40px;
    background: linear-gradient(90deg, #0055CC 0%, #1A79FF 100%);
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    
}

@media (max-width: 767px) {
    .pp__success .button.blue {
        justify-content: center;
    }
}
.cookie-box__btn {
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    align-content: center !important;
}

.button.blue:hover {
    background: linear-gradient(90deg, #006AFF 0%, #4D97FF 100%);
    opacity: unset;
}

.button.blue:active {
    background: linear-gradient(90deg, #004AB2 0%, #006AFF 100%);
    color: #FFFFFF;
}

.hero-section__button {
    width: max-content;
}

@media (max-width: 768px) {
    .hero-section__button {
        width: 100%;
        text-align: center;
        justify-content: center !important;
    }
}

#id_18 .contact__btn {
    margin-top: auto;
    width: 100%;
    height: 50px;
    text-align: left;
    justify-content: space-between;
    align-items: center;
    position: relative;
    gap: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
}

#id_18 .contact__btn::after {
    content: '';
    position: absolute;
    right: 5%;
    width: 18px;
    height: 18px;
    background: url(../img/icons/arrow-white.svg) no-repeat center;
    background-size: contain;
}

.id_493 .button.blue {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    height: 56px;
    min-height: 40px;
    background: linear-gradient(90deg, #0055CC 0%, #1A79FF 100%) !important;
    border-radius: 8px;
    text-align: center;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: white !important;
}

div.pp__success > a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 56px !important;
    min-height: 40px;
    background: linear-gradient(90deg, #0055CC 0%, #1A79FF 100%);
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    text-align: center;
    flex-wrap: nowrap;
    align-content: center;
    min-width: auto;
    
}

.id_493 .button.blue::after {
    content: '';
    display: inline-flex;
    background-image: url(/static/img/icons/new_colors/icon_arrow.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    transition: right 0.3s, width 0.3s;
    background-position: center right;
}

.product-headline .button-buy {
    justify-content: center !important;
}

.form-pp__form-btn.button.red {
     justify-content: center;   
}

.form-pp__form-btn {
     justify-content: center !important;  
}

.section-product__btn.button.red.button-trial {
    justify-content: center;
}

.event-card__btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    height: 56px;
    min-height: 40px;
    background: linear-gradient(90deg, #0055CC 0%, #1A79FF 100%) !important;
    border-radius: 8px;
    text-align: center;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: white !important;
}

.button-plus.section-partners__steps-btn {
    justify-content: space-between !important;
    color: white !important;
}

.id_558 .button-buy {
    background: linear-gradient(90deg, #0055CC 0%, #1A79FF 100%) !important;
    color: white !important;
}

.id_558 .button-buy:hover {
    background: linear-gradient(90deg, #006AFF 0%, #4D97FF 100%) !important;
    color: white !important;
}

.id_558 .button-buy:active {
        background: linear-gradient(90deg, #004AB2 0%, #006AFF 100%) !important;
    color: white !important;
}

.sbscr_btn:hover {
    background: linear-gradient(90deg, #006AFF 0%, #4D97FF 100%) !important;
    color: white !important;
    opacity: 1;
}

.sbscr_btn:active {
        background: linear-gradient(90deg, #004AB2 0%, #006AFF 100%) !important;
    color: white !important;
}

@media (max-width: 767px) {
    .sbscr_btn {
        height: 56px !important;
        justify-content: space-between;
        width: 100%;
    }
    
    .button.red {
        width: 100%;
    }
}

.id_558 .button-buy::after {
    background-image: url(/static/img/icons/new_colors/icon_arrow.png) !important;
}

.blue-download::after {
    content: '';
    top: unset;
    right: 0%;
    height: 16px;
    width: 16px;
    position: relative;
    background-image: url(../img/icons/download-icon-white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 15px;
    transition: 0.3s;
}

.post-slider_link {
    display: flex;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    color: #499DFF;
    cursor: pointer;
    align-items: center;
}

.post-slider_link::after,
.blog_link::after {
    content: '';
    display: inline-flex;
    background-image: url(/static/img/icons/link-arrow-blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 17px;
    height: 11px;
    margin-left: 10px;
    transition: right 0.3s, width 0.3s, background-image 0s;
    background-position: center right;
    transform: translateY(-1px);
}

.post-slider_link:hover::after,
.blog_link:hover::after{
    background-image: url(/static/img/icons/link-arrow-blue-hovered.svg) !important;
    width: 27px !important;
}

.section-support-contacts__body-btn {
    width: max-content;
}
.button-buy {
    color: #1A79FF !important;
}

.red.button-trial {
    color: white !important;
}

.section-news__media-aside-footer__btns .button.blue {
    justify-content: center;
}

.button.section-contacts__btn {
    justify-content: center;
}


@media (max-width: 768px) {
    .menu__open-btns > .button.red.button-trial {
        padding: 0 16px;
        width: auto;
        height: 40px;
        gap: 9px;
    }
    
    .product-headline .button {
        font-size: 11px;
    }
    
    
    
    
    .active .section-product__btn.button.red.button-trial {
        width: 49%;
    }
    
    .id_493 .button.blue {
        width: 100%;
    }
    
    .product-headline .section-product__btn  {
        justify-content: center !important;
    }
    
    .js-library-submit {
        font-size: 0 !important;
    }
    
    #library-form {
        margin-top: 15px !important;
    }
}

@media (max-width: 767px) {
    .section-product__btn.button.red.button-trial {
        justify-content: space-between;
        display: flex;
        flex-direction: row;
        padding: 16px 24px;
        /*height: auto;*/
        line-height: 23px;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        white-space: nowrap;
        width: 100%;
    }
    .button.button-buy, .button.button-trial {
        width: 100%;
    }
}

@media (max-width: 521px) {
    .menu__open-btns > .button.red.button-trial {
        padding: 0 8px;
        gap: 8px;
        height: 32px;
    }
}














/* END DCYBSUPP-575 */

.link:hover {
    color: #4D97FF !important;
}
.link:active {
    color: #005FE5 !important;
}

.link:not(.download)::after, .link.red:not(.download)::after {
    /* background-image: url(/static/img/icons/link-arrow-blue.svg); */
    
    content: '';
    display: inline-flex;
    /*background-image: url(/static/img/icons/icon_arrow_right.png);*/
    background-repeat: no-repeat;
    /*background-position: center;
    width: 16px;
    height: 14px;*/
    margin-left: 8px;
    /*background-size: contain;*/
    position: absolute;
    /*transition: 0.3s;*/
    
    /*background-image: url(/static/img/icons/link-arrow-blue.svg);
    background-size: cover;
    width: 17px;
    height: 11px;
    transition: right 0.3s, width 0.3s;
    background-position: center right;*/
    content: '';
    display: inline-flex;
    background-image: url(/static/img/icons/link-arrow-blue-new.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 16px;
    height: 16px;
    margin-left: 8px;
    transition: right 0.3s, width 0.3s;
    background-position: center right;
    transform: translateY(4px);
    position: static;
}

.link.blue:not(.download):hover::after, .link:not(.download):hover::after, .link.red:not(.download):hover::after {
    /* background-image: url(/static/img/icons/link-arrow-blue.svg); */
    background-image: url(/static/img/icons/link-arrow-blue-hovered.svg) !important;
    width: 27px !important;
}

iframe[src*="antifraudverification"] {
    display: none !important;
}
.new-menu_menuBox_fight li a {
    color: #1A79FF;
}
.new-menu_menuBox_fight li a:hover {
    color: #4D97FF;
    opacity: 1;
}
.new-menu_menuBox_fight li a:active {
    color: #005FE5;
}
.arrow_new:hover::after {
    opacity: 1;
}
.arrow_new:hover::after {
    background-image: url(/static/img/icons/link-menu-blue-hovered.svg) !important;
}
.id88 a, .section-product-top__links a {
    height: 56px!important;
}
@media (min-width: 1024px) {
    .phone__updates a {
        height: 100%!important;
    }    
}

.section-partners__update::after { 
    background-image: url(/static/img/icons/partners_plus.svg) !important;
}
.section-product__phone.section-product__phone-update {
    height: auto!important;
}