body .robot-link+.tooltip {
    top: -22px !important;
}

body .robot-link+.tooltip .tooltip-inner {
    max-width: 295px;
}

.download {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}

.download__cards-container {
    width: 100%;
    display: flex;

}

.download__card {
    display: flex;
    flex-direction: column;
    flex: 1 0 0;
    border: 1px solid #D8D8D8;
}

.download__card:nth-child(n+2) {
    margin-left: 30px;
}

.download__card-image-block {
    height: 285px;
}

.download__card-image {
    object-fit: cover;
    width: 100%;
    height: 285px;
}

.download__text-part {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 309px;
    height: 100%;
}

.download__card-title {
    color: #333;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0.72px;
    display: flex;
    align-items: center;
    margin: 0;
}

.download__card-text {
    color: #545454;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    margin: 20px 0 0;
}

.download__card-button {
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #FFF;
    background: #003AEF;
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 21px;
    margin: 20px auto 0;
    text-decoration: none;
    max-width: 241px;
}

.download__card-button:hover {
    border: 1px solid #003AEF;
    background: #fff;
    color: #003AEF;
}

.main {
    padding: 30px;
}

.download-form {
    max-width: 1500px;
    margin: 64px auto 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 40px;
    background-color: #003AEF;
    background-image: url(/upload/dnl/form_back.png);
    background-size: auto 101%;
    background-position: right center;
    background-repeat: no-repeat;
}

.download-form__form-block {
    max-width: 978px;
}

.download-form__form-title-line {
    display: flex;
    align-items: center;
}

.download-form__form-title {
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.36px;
    margin: 0;
}

.download-form__form-subtitle {
    margin: 0 0 0 64px;
    color: #FFF;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.32px;
}

.download-form__form {
    display: flex;
    flex-direction: column;
    max-width: 784px;
}

.download-form__inputs-row {
    display: flex;
}

.download-form__form .form-group {
    display: flex;
    flex-direction: column;
    margin-top: 32px;
    margin-bottom: 0 !important;
}

.download-form__inputs-row .form-group {
    flex: 1 0 0;
}

.download-form__inputs-row .form-group:nth-child(n+2) {
    margin-left: 32px;
}

.download-form__form .form-group label {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.28px;
    margin-bottom: 0;
}

.download-form__form .form-group .input {
    margin-top: 16px;
}

.download-form__form .form-group .input input {
    height: 44px;
    background-color: white;
    border-radius: 4px;
    padding: 11px 16px;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.28px;
    color: black;
    width: 100%;
}

.download-form__form .form-group .input input::placeholder {
    color: rgba(0, 0, 0, 0.40);
}

.download-form__inputs-row .form-group .input input:focus {
    outline: none;
}

.download-form__form .form-footer {
    display: flex !important;
    align-items: center;
    margin-top: 48px;
}

.download-form__form .form-footer .button-submit {
    max-width: 240px;
    width: 100%;
    padding: 10px;
    color: #003AEF;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    border-radius: 4px;
    background: white;
    border: 1px solid white;
}

.download-form__form .form-footer .button-submit:hover {
    background: #003AEF;
    color: white;
}

.download-form__form .form-footer .form-checkbox {
    margin: 0 0 0 33px;
    padding: 0;
    display: flex;
    align-items: center;
}

.download-form__form .form-footer .form-checkbox__input {
    height: 24px;
    border-radius: 4px;
    background: white;
    visibility: hidden;
    width: 0;
}

.download-form__form .form-footer .form-checkbox__label {
    color: #FFF !important;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.28px;
    padding: 0 0 0 40px;
    min-height: 24px;
    position: relative;
    display: flex;
    align-items: center;
}

.download-form__form .form-footer .form-checkbox__label a {
    color: white;
    text-decoration: none;
}

.download-form__form .form-footer .form-checkbox__label a:hover {
    opacity: .8;
}

.download-form__form .form-checkbox__box {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background: white;
    min-width: 24px;
    position: absolute;
    left: 0;
    cursor: pointer;
}

.download-form__form .form-checkbox__input:checked+.form-checkbox__label .form-checkbox__box {
    border: 8px solid #003AEF;
    background-color: #003AEF;
}

/*.download-form__form .form-checkbox__input:checked+.form-checkbox__label .form-checkbox__box:before {
    transform: rotate(45deg);
    position: absolute;
    left: -2px;
    top: -4px;
    width: 4px;
    height: 8px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    content: "";
    box-sizing: content-box;
}*/

.download-form__form .form-checkbox__input:checked+.form-checkbox__label .form-checkbox__box:before {
    top: 2px;
}

.download-popup-form-bi .form-close:hover,
.form-close:active {
    border: 1px solid #7D32EF;
}

.download-popup-form-pr .form-close:hover,
.form-close:active {
    border: 1px solid #00BE8C;
}

.download-popup-form-rpa .form-close:hover span {
    background-color: #0039E6;
}

.download-popup-form-bi .form-close:hover span {
    background-color: #7D32EF;
}

.download-popup-form-pr .form-close:hover span {
    background-color: #00BE8C;
}

.download-popup-form-bi .popup .form .form-footer .btn {
    background: #7D32EF;
    border-color: #fff;
    max-width: 273px;
}

.download-popup-form-bi .popup .form .form-footer .btn:hover {
    background: #fff;
    border-color: #7D32EF;
    color: #7D32EF;
}

.download-popup-form-rpa .popup .form .btn {
    background: #0039E6;
    border-color: #fff;
    max-width: 273px;
}

.download-popup-form-rpa .popup .form .btn:hover {
    background: #fff;
    border-color: #0039E6;
}

.download-popup-form-rpa .popup .dnl_rpa_form .btn {
    background: #0039E6;
    border-color: #fff;
    max-width: 273px;
}

.download-popup-form-rpa .popup .dnl_rpa_form .btn:hover {
    background: #fff;
    border-color: #0039E6;
}

.download-popup-form-pr .popup .form .form-footer .btn {
    background: #00BE8C;
    border-color: #fff;
    max-width: 273px;
}

.download-popup-form-pr .popup .form .form-footer .btn:hover {
    background-color: #fff !important;
    border-color: #00BE8C;
}

@media (max-width: 1380px) {
    .download-form {
        background-position: 890px center;
    }
}

@media (max-width: 1110px) {
    .download-form {
        background-image: none;
    }
}

@media (max-width: 1000px) {
    .download__cards-container {
        flex-direction: column;
        align-items: center;
    }

    .download__card {
        max-width: 467px;
    }

    .download__card:nth-child(n+2) {
        margin-left: 0;
        margin-top: 30px;
    }

    .download__text-part {
        min-height: initial;
    }

    .download__card-button {
        max-width: initial;
        margin-top: 47px;
    }

    .download-form {
        margin-top: 50px;
    }

    .download-form__form {
        max-width: initial;
    }

    .download-form__inputs-row {
        flex-direction: column;
    }

    .download-form__form .form-group {
        margin-top: 20px;
    }

    .download-form__inputs-row .form-group:nth-child(n+2) {
        margin-left: 0;
    }

    .download-form__form-title-line {
        flex-direction: column;
        align-items: flex-start;
    }

    .download-form__form-subtitle {
        margin-left: 0;
        margin-top: 12px;
    }

    .download-form__form .form-footer {
        margin-top: 32px;
    }
}

@media (max-width: 900px) {
    .download-form__form .form-footer {
        flex-direction: column-reverse;
        margin-top: 30px;
        align-items: flex-start;
    }

    .download-form__form .form-footer .form-checkbox {
        margin-left: 0;
    }

    .download-form__form .form-footer .button-submit {
        margin-top: 16px;
        max-width: initial;
    }
}



.download-popup-form {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(58, 63, 68, .8);
    left: 0;
    top: 0;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 30px;
    z-index: 203;
}

.download-popup-form.active {
    display: flex;
}

.download-popup-form .form.popup {
    max-width: 100%;
    width: 970px;
    background-color: white;
    display: flex;
    flex-direction: column;
    padding: 40px;
    border: 1px solid #D8D8D8;
    overflow: auto;
    max-height: 100%;
    border-radius: 24px;
}

.download-popup-form-pr .form.popup {
    width: 815px;
}


.download-popup-form .form-body {
    padding: 0 !important;
}

.download-popup-form .form-header {
    /* position: relative; */
    padding: 0 !important;
}

.download-popup-form .close-button {
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
}

.download-popup-form .form-header .form-title {
    color: var(--gray, #1C1C1C);
    font-size: 24px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.36px;
    margin: 0;
}

.download-popup-form .form-body .form-group {
    margin-top: 16px;
    margin-bottom: 0 !important;
}

.download-popup-form .form-body label {
    color: #1C1C1C;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.28px;
    margin-bottom: 0;
    display: none;
}

.download-popup-form .form-body input::placeholder {
    color: rgba(0, 0, 0, 0.40);
}

.download-popup-form .form-footer {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    padding: 0 !important;
}

.download-popup-form .tab-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #1F1F1F;
}

.schedule__popup-info p {
    color: #fff !important;
    text-align: center;
    max-width: 500px;
}

.download-popup-form .tab-content p:not(:last-child) {
    margin-bottom: 40px;
}

.download-popup-form .form-footer .form-checkbox__input {
    visibility: hidden;
    width: 0;
    padding: 0;
    min-height: initial;
    height: 0;
}

.download-popup-form .form-footer .licence_block {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.download-popup-form .form-footer .form-checkbox__label {
    color: #1C1C1C;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.28px;
    padding: 0 0 0 40px;
    min-height: 24px;
    position: relative;
    display: flex;
    align-items: center;
}

/* .download-popup-form .form-footer .form-checkbox__label a {
    color: #0039E6;
    text-decoration: none;
} */
.download-popup-form .form-footer .form-checkbox__label a {
    color: #1798FB;
    text-decoration: underline;
}


.download-popup-form .form-footer .form-checkbox__label a:hover {
    opacity: .8;
}

.download-popup-form .form-checkbox__box {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 1px solid #D8D8D8;
    min-width: 24px;
    position: absolute;
    left: 0;
    cursor: pointer;
}

.download-popup-form .form-checkbox__input:checked+.form-checkbox__label .form-checkbox__box {
    border: 8px solid #003AEF;
    background-color: #003AEF;
}

/*.download-popup-form .form-checkbox__input:checked+.form-checkbox__label .form-checkbox__box:before {
    transform: rotate(45deg);
    position: absolute;
    left: 0px;
    top: -3px;
    width: 6px;
    height: 9px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    content: "";
    box-sizing: content-box;
}*/

.download-popup-form .form-checkbox__input:checked+.form-checkbox__label .form-checkbox__box:before {
    top: 2px;
}

.download-popup-form .form-footer .button-submit {
    max-width: 290px;
    width: 100%;
    padding: 7px 24px;
    color: white;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    border-radius: 4px;
    background: #003AEF;
    border: 1px solid #003AEF;
    margin: 33px auto 0 !important;
    display: block;
}

.download-popup-form .form-footer .button-submit:hover {
    background: white;
    color: #003AEF;
}

.download-popup-form .form-header .form-subtitle a {
    color: #0039E6;
    text-decoration: none;
}

.download-popup-form-rpa .form-header .form-subtitle a {
    color: #1F1F1F !important;
}

.download-popup-form .form-header .form-subtitle {
    margin-top: 10px;
    color: #1C1C1C;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.28px;
}

.download-popup-form .form-header .form-tabs,
.download-popup-form .nav-tabs {
    margin: 0;
    margin-top: 40px;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.download-popup-form-bi .nav-tabs {
    flex-wrap: nowrap;
    gap: unset;
    justify-content: space-between;
}

.download-popup-form-rpa .nav-tabs {
    padding: 8px;
    background: #EFF3FF;
    border-radius: 16px;
}

.download-popup-form-bi .nav-tabs {
    padding: 8px 2px;
    background: #F3EBFC;
    border-radius: 16px;
}

.download-popup-form-pr .nav-tabs {
    padding: 8px;
    background: #EBFCF8;
    border-radius: 16px;
}

.download-popup-form-bi .select_title,
.demo_rpa .select_title,
.download-popup-form-pr .select_title {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #1f1f1f;
    padding-bottom: 10px;
}

#tab_pm1 b {
    font-weight: 500;
}

.download-popup-form-pr .new-select:after {
    filter: brightness(0) saturate(100%) invert(45%) sepia(65%) saturate(931%) hue-rotate(124deg) brightness(102%) contrast(101%);
}

.download-popup-form-bi .inputselect.form-control {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: url('/upload/distributions/arrow-down.svg');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 24px;
    padding-right: 30px;
}


.download-popup-form .form-header .form-tabs .tab,
.download-popup-form .nav-tabs .tab {
    /* border: 1px solid #0039E6; */
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #8790AF;
    cursor: pointer;
    border-radius: 8px;
}

.download-popup-form .nav-tabs .tab {
    background: transparent;
    border: none;
}

.download-popup-form-bi .nav-tabs .tab {
    color: #7C7686;
}

.download-popup-form-pr .nav-tabs .tab {
    color: #768682;
}

.download-popup-form-rpa .nav-tabs .tab {
    color: #8790AF;
    padding: 16px;
}



.download-popup-form .tabs .nav-tabs li.active a {
    color: unset;
    background: unset;
}

.download-popup-form .tabs {
    margin-bottom: 0 !important;
}

.download-popup-form .tabs .nav-tabs li a {
    padding: 16px;
    color: unset;
    font-weight: 500;
}

.dnl-content__block {
    border-radius: 16px;
    padding: 16px;
    background: #F8F9FC;
}

.dnl-content__title {
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    color: #1F1F1F;
}

.dnl-content__btns {
    width: 100%;
    max-width: 298px;
    margin: 24px auto 40px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.dnl-content__link {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #1F1F1F;
}

.dnl-content__link a,
.dnl-content__desc a, .download-popup-form a {
    color: #1798FB;
    text-decoration: underline;
}

.dnl-content__btn {
    width: 141px;
    padding: 16px 32px;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
}

.download-popup-form-rpa .dnl-content__btn {
    background: #0039E6 !important;
    border-radius: 16px;
    color: #fff !important;
    border-color: #0039E6 !important;
    padding: 16px 32px !important;
}

.download-popup-form-rpa .dnl-content__btn:hover {
    background: #fff !important;
    color: #0039E6 !important;
}

.download-popup-form-bi .dnl-content__btn {
    background: #7D32EF !important;
    border-radius: 16px;
    color: #fff !important;
    border-color: #7D32EF !important;
    padding: 16px 32px !important;
}

.download-popup-form-bi .dnl-content__btn:hover {
    background: #fff !important;
    color: #7D32EF !important;
}

.download-popup-form-pr .dnl-content__btn {
    background: #00BE8C !important;
    border-radius: 16px;
    color: #fff !important;
    border-color: #00BE8C !important;
    padding: 16px 32px !important;
}

.download-popup-form-pr .dnl-content__btn:hover {
    background: #fff !important;
    color: #00BE8C !important;
}


.download-popup-form .tabs .nav-tabs li a:hover {
    color: unset;
    background: unset;
}

.download-popup-form .nav-tabs>li.active:after {
    display: none;
}

.download-popup-form .form-header .form-tabs .tab:hover,
.download-popup-form .form-header .form-tabs .tab.active,
.download-popup-form .nav-tabs .tab:hover,
.download-popup-form .nav-tabs .tab.active {
    color: white;
    background-color: #0039E6;
}

.download-popup-form-rpa .form-header .form-tabs .tab:hover,
.download-popup-form-rpa .form-header .form-tabs .tab.active,
.download-popup-form-rpa .nav-tabs .tab:hover,
.download-popup-form-rpa .nav-tabs .tab.active {
    background-color: #fff;
    color: #0039E6;
}

.download-popup-form-bi .form-header .form-tabs .tab:hover,
.download-popup-form-bi .form-header .form-tabs .tab.active,
.download-popup-form-bi .nav-tabs .tab:hover,
.download-popup-form-bi .nav-tabs .tab.active {
    background-color: #fff;
    color: #7D32EF;
}

.download-popup-form-pr .form-header .form-tabs .tab:hover,
.download-popup-form-pr .form-header .form-tabs .tab.active,
.download-popup-form-pr .nav-tabs .tab:hover,
.download-popup-form-pr .nav-tabs .tab.active {
    background-color: #fff;
    color: #00BE8C;
}

.download-popup-form-pr .footnote {
    background: #f8f9fc;
    border-radius: 16px;
    padding: 16px;
}

.download-popup-form .form-header .form-info {
    margin-top: 30px;
}

.download-popup-form .tabs .nav-tabs li {
    margin: 0 !important;
}

.download-popup-form .form-header .form-info p {
    color: #1C1C1C;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.28px;
}

.download-popup-form .form-header .form-info>p:not(.active) {
    display: none;
}

.download-popup-form .form-header .form-info .tab_cont:not(.active) {
    display: none;
}

.download-popup-form .form-header .form-info a:not(.schedule__popup-info a) {
    color: #0039E6;
    text-decoration: none;
}

.schedule__popup-info a {
    color: #fff !important;
    text-decoration: underline;
}

.download-popup-form .form-header .form-info a:hover {
    opacity: .8;
}

.download-popup-form .form-footer .footer-text {
    margin-top: 30px !important;
    color: #1C1C1C;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.28px;
}

.arm {
    margin-top: 90px;
}

.arm__title {
    color: #333;
    font-size: 32px;
    font-weight: 500;
    line-height: 46px;
    margin: 0;
}

.arm__block {
    margin-top: 50px;
    display: flex;
    align-items: center;
    padding: 30px;
    border-radius: 5px;
    background: #F5F5F5;
}

.arm__text {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin: 0;
}

.arm__button {
    margin: 0 0 0 30px;
    width: 100%;
    max-width: 288px;
    height: 64px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #0039E6;
    border: 1px solid #0039E6;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 21.7px;
    transition: all .3s linear;
}

.arm__button:hover {
    background: white;
    color: #0039E6;
}

.download-popup-form-bi h2:not(:last-child) {
    display: none;
    color: #fff;
}

.download-popup-form-pr .btn.btn-default {
    background-color: #00BE8C !important;
    border-color: #00BE8C !important;
    border-radius: 16px !important;
    padding: 16px;
    display: block;
    margin: 0 auto;
    max-width: 250px;
}

.download-popup-form-pr .btn.btn-default:hover {
    background-color: #fff;
    border-color: #00BE8C !important;
    color: #00BE8C !important;
}

.download-popup-form .bi_demo_block div[data-sid~="PHONE"] {
    margin-top: 0;
}

.bi_demo_block h2 {
    display: none;
}

@media (max-width: 1050px) {
    .download-popup-form-bi .nav-tabs {
        /* flex-direction: column; */
        padding: 8px;
    }

    .download-popup-form-bi .nav-tabs:after,
    .download-popup-form-bi .nav-tabs:before {
        display: none;
    }

    .download-popup-form .tabs .nav-tabs li {
        text-align: center;
        white-space: nowrap;
    }

    .download-popup-form .form-header .form-tabs,
    .download-popup-form .nav-tabs {
        flex-wrap: nowrap;
        overflow: scroll;
        gap: 8px;
    }


    .download-popup-form .form-header .form-tabs .tab,
    .download-popup-form .nav-tabs .tab {
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
    }

    .download-popup-form .form-header .form-tabs::-webkit-scrollbar,
    .download-popup-form .nav-tabs::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
}

@media (max-width: 555px) {

    .download-popup-form {
        padding: 0;
    }

    .download-popup-form .form-footer .button-submit {
        max-width: initial;
    }

    .download-popup-form .tab-content p {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .download-popup-form .tabs .tab-content {
        padding: 16px 0 0;
    }

    .download-popup-form-bi .nav-tabs {
        margin: 16px 0 0 0;
        flex-direction: row;
    }

    .nav-tabs::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .download-popup-form .form.popup {
        padding: 16px;
    }

    .popup .form .form-footer .btn {
        max-width: 273px;
    }

    .dnl-content__title {
        font-size: 18px;
        line-height: 140%;
    }

    .dnl-content__btns {
        margin: 16px auto 24px;
    }

    .dnl-content__link {
        font-size: 16px;
    }

    .download-popup-form .tab-content p:not(:last-child) {
        margin-bottom: 16px;
    }

    .download-popup-form .form .form-group {
        margin-bottom: 8px;
    }

    .download-popup-form .nav-tabs {
        flex-wrap: nowrap;
    }

    .nav-tabs {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: auto;
        display: flex;
    }
}

@media (max-width: 900px) {
    .arm {
        margin-top: 30px;
    }

    .arm__block {
        padding: 20px 30px;
        flex-direction: column;
    }

    .arm__button {
        max-width: 400px;
        margin: 30px auto 0;
    }
}

.select_hide {
    display: none;
}

.tab2_link {
    border: 1px solid #e2e8fc;
    border-radius: 8px;
    margin-bottom: 40px;
    max-width: 717px;
}

.tab2_link a {
    display: block;
    padding: 16px;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #1798fb;
}

.select_style {
    display: block;
    width: 100%;
    position: relative;
}

.new-select {
    position: relative;
    cursor: pointer;
    user-select: none;

    border: 1px solid #e7edff;
    border-radius: 16px;
    padding: 16px;
    width: 100%;
    height: 57px;
    background: #f8f9fc;

    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #97a2c4;
}

.new-select__list {
    position: absolute;
    top: 65px;
    left: 0;
    cursor: pointer;
    width: 100%;
    z-index: 2;
    user-select: none;

    border: 1px solid #e7edff;
    border-radius: 16px;
    padding: 16px 0;
    background: #fff;
    z-index: 111;
}

.new-select__list.on {
    display: block;
}

.new-select__item span {
    display: block;
    padding: 8px 16px;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #1f1f1f;
}

.download-popup-form-rpa .new-select__item span:hover {
    background: #E7EDFF;
}

.download-popup-form-bi .new-select__item span:hover {
    background: #ece0fe;
}

.download-popup-form-pr .new-select__item span:hover {
    background: #E7EDFF;
}


.new-select:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px;
    top: 16px;
    -webkit-transition: all .27s ease-in-out;
    -o-transition: all .27s ease-in-out;
    transition: all .27s ease-in-out;
    background: url('/upload/distributions/arrow-bi.svg') no-repeat right center / cover;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.download-popup-form-rpa .new-select:after {
    background: url('/upload/distributions/arrow-rpa.svg') no-repeat right center / cover;
}


.new-select.on:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


.select_2_block .item {
    display: none;
    margin-top: 24px;
    border: 1px solid #e2e8fc;
    border-radius: 8px;
    width: 100%;
    padding: 16px 8px;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #1f1f1f;
}

.select_2_block .item.active {
    display: block;
}

.iti--container {
    z-index: 204 !important;
}