.dropdown {
    max-width: max-content;
   /* margin: 0 auto;*/
}

.dropdown__body {
    display: none;
    position: fixed;
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 2px 8px rgba(91, 104, 113, 0.15);
    border-radius: 10px;
    padding: 5px;
    margin-top: 10px;
}

.dropdown__body.is-open {
    display: block;
    white-space: nowrap;
}

.dropdown.dropdown-open .btn--border {
    background-color: rgba(124, 77, 255, 0.06);
    border-color: transparent;
}

.dropdown__list li+li {
    margin-top: 5px;
}

.upload-form-wrapper.highlight .content,
.upload-form-wrapper.highlight .drop-area-element {
    pointer-events: none;
}

.dropdown__list li a {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 6px;
    font-family: var(--fotnFamilyRaleway);
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #2A2831;
    min-width: 135px;
}

.dropdown__list li a.active,
.dropdown__list li a:hover {
    background: #F9F9F9;
}

/* animate text */
@-webkit-keyframes Letter {
    0% {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes Letter {
    0% {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.animate-text {
    display: inline-block;
    position: absolute;
    height: 72px;
    overflow: hidden;
    margin-left: 8px;
}

.animate-text__wrap {
    display: inline-block;
    height: 100%;
}

.animate-text__word {
    display: flex;
}

.animate-text__letter {
    display: inline-flex;
    white-space: pre-wrap;
    padding-bottom: 10px;
}

.animate-text__wrap--active .animate-text__letter {
    -webkit-animation: Letter cubic-bezier(0.76, 0, 0.24, 1) forwards;
    animation: Letter cubic-bezier(0.76, 0, 0.24, 1) forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1300ms;
    animation-duration: 1300ms;
}

.animate-text__wrap--active .animate-text__letter:nth-child(0) {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
}

.animate-text__wrap--active .animate-text__letter:nth-child(1) {
    -webkit-animation-delay: 15ms;
    animation-delay: 15ms;
}

.animate-text__wrap--active .animate-text__letter:nth-child(2) {
    -webkit-animation-delay: 30ms;
    animation-delay: 30ms;
}

.animate-text__wrap--active .animate-text__letter:nth-child(3) {
    -webkit-animation-delay: 45ms;
    animation-delay: 45ms;
}

.animate-text__wrap--active .animate-text__letter:nth-child(4) {
    -webkit-animation-delay: 60ms;
    animation-delay: 60ms;
}

.animate-text__wrap--active .animate-text__letter:nth-child(5) {
    -webkit-animation-delay: 75ms;
    animation-delay: 75ms;
}

.animate-text__wrap--active .animate-text__letter:nth-child(6) {
    -webkit-animation-delay: 90ms;
    animation-delay: 90ms;
}

.animate-text__wrap--active .animate-text__letter:nth-child(7) {
    -webkit-animation-delay: 105ms;
    animation-delay: 105ms;
}

.animate-text__wrap--active .animate-text__letter:nth-child(8) {
    -webkit-animation-delay: 120ms;
    animation-delay: 120ms;
}

.animate-text__wrap--active .animate-text__letter:nth-child(9) {
    -webkit-animation-delay: 135ms;
    animation-delay: 135ms;
}

.animate-text__wrap--active .animate-text__letter:nth-child(10) {
    -webkit-animation-delay: 150ms;
    animation-delay: 150ms;
}

.animate-text__wrap--active .animate-text__letter:nth-child(11) {
    -webkit-animation-delay: 165ms;
    animation-delay: 165ms;
}

.animate-text__wrap--active .animate-text__letter:nth-child(12) {
    -webkit-animation-delay: 180ms;
    animation-delay: 180ms;
}

.animate-text__wrap--active .animate-text__letter:nth-child(13) {
    -webkit-animation-delay: 195ms;
    animation-delay: 195ms;
}

.animate-text__wrap--active .animate-text__letter:nth-child(14) {
    -webkit-animation-delay: 210ms;
    animation-delay: 210ms;
}

.animate-text__wrap--active .animate-text__letter:nth-child(15) {
    -webkit-animation-delay: 225ms;
    animation-delay: 225ms;
}

.animate-text__wrap--active .animate-text__letter:nth-child(16) {
    -webkit-animation-delay: 240ms;
    animation-delay: 240ms;
}

.animate-text__wrap--active .animate-text__letter:nth-child(17) {
    -webkit-animation-delay: 255ms;
    animation-delay: 255ms;
}

.animate-text__wrap--active .animate-text__letter:nth-child(18) {
    -webkit-animation-delay: 270ms;
    animation-delay: 270ms;
}

.animate-text__wrap--active .animate-text__letter:nth-child(19) {
    -webkit-animation-delay: 285ms;
    animation-delay: 285ms;
}

.animate-text__wrap--active .animate-text__letter:nth-child(20) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.animate-text__wrap--active .animate-text__letter:nth-child(21) {
    -webkit-animation-delay: 315ms;
    animation-delay: 315ms;
}

.animate-text__wrap--active .animate-text__letter:nth-child(22) {
    -webkit-animation-delay: 330ms;
    animation-delay: 330ms;
}

.animate-text__wrap--active .animate-text__letter:nth-child(23) {
    -webkit-animation-delay: 345ms;
    animation-delay: 345ms;
}

.animate-text__wrap--active .animate-text__letter:nth-child(24) {
    -webkit-animation-delay: 360ms;
    animation-delay: 360ms;
}

.animate-text__wrap--active .animate-text__letter:nth-child(25) {
    -webkit-animation-delay: 375ms;
    animation-delay: 375ms;
}

.animate-text__wrap--active .animate-text__letter:nth-child(26) {
    -webkit-animation-delay: 390ms;
    animation-delay: 390ms;
}

.animate-text__wrap--active .animate-text__letter:nth-child(27) {
    -webkit-animation-delay: 405ms;
    animation-delay: 405ms;
}

.animate-text__wrap--active .animate-text__letter:nth-child(28) {
    -webkit-animation-delay: 420ms;
    animation-delay: 420ms;
}

.animate-text__wrap--active .animate-text__letter:nth-child(29) {
    -webkit-animation-delay: 435ms;
    animation-delay: 435ms;
}



/* uptade-21.09 */
.section {
    padding: 35px 0;
}

.section-title, .title_unknown {
    font-family: var(--fotnFamilyRaleway);
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #2A2831;
    text-align: center;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #3d3d3d;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.section-subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #2A2831;
    opacity: 0.7;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.mb-60 {
    margin-bottom: 60px;
}


.how-to-item+.how-to-item {
    padding-top: 70px;
    margin-top: 50px;
    border-top: 1px solid #E9E9E9;
    ;
}

.how-to-item__body {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
}

.how-to-item__body>* {
    width: calc(50% - 60px);
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.how-to-item__head {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.how-to-item__head h4 {
    font-family: var(--fotnFamilyRaleway);
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}

.how-to-item__head img {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

.how-to-item__head span {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    border: 1.5px solid #7C4DFF;
    border-radius: 300px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #7C4DFF;
    margin-right: 20px;
}

.how-to-item__text {
    font-family: var(--fotnFamilyRaleway);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: rgba(42, 40, 49, .7);
}

.how-to-item__text ul {
    padding-left: 20px;
}

.how-to-item__text li::marker {
    color: #7C4DFF;
}

.how-to-item__text li:not(:last-child), .how-to-item__text p:not(:last-child) {
    margin-bottom: 20px;
}

.how-to-item__text ul, .how-to-item__text li {
    list-style: disc;
}

.how-to-item__image {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    filter: drop-shadow(0px 0px 1px rgba(26, 32, 36, 0.32)) drop-shadow(0px 12px 24px rgba(91, 104, 113, 0.18));
    border-radius: 8px;
}

.light-bg-block {
    background: #F9F9F9;
    border-radius: 10px;
    padding: 40px;
}

.custom-row {
    display: flex;
    flex-wrap: wrap;
}

.custom-row.custom-row-40 {
    margin-left: -20px;
    margin-right: -20px;
}

.custom-row.custom-row-40>* {
    padding-left: 20px;
    padding-right: 20px;
}

.custom-col-6 {
    flex: 0 0 50%;
    width: 50%;
}

.how-to-info .how-to-item__head h4 {
    font-size: 16px;
    line-height: 24px;
}

.how-to-info .how-to-item__head {
    margin-bottom: 12px;
}

.how-to-info {
    font-family: var(--fotnFamilyRaleway);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: rgba(42, 40, 49, .7);
}

.how-to-info ul {
    padding-left: 20px;
}

.how-to-info p:not(:last-child) {
    margin-bottom: 12px;
}

.how-to-info ul,
.how-to-info li {
    list-style: disc;
}

.how-to-info+.how-to-info {
    margin-top: 40px;
}

.footer-border .footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.breadcrumbs li {
    background: #F9F9F9;
    border: 1px solid #F9F9F9;
    color: #2A2831;
    font-family: var(--fotnFamilyRaleway);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    border-radius: 8px;
}

.breadcrumbs li>* {
    padding: 8px 12px;
    display: flex;
    align-items: center;
    border-radius: 8px;
}

.breadcrumbs li.active {
    color: #2577F2;
    background-color: transparent;
    border-color: #F3F3F3;
    ;
}

.breadcrumbs li:hover {
    color: #2577F2;
}

.breadcrumbs li+li {
    margin-left: 28px;
    position: relative;
}

.breadcrumbs li+li:after {
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-image: url(../img/arrow-next.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -24px;
}

.header-border .header {
    border-bottom: 1px solid #E9E9E9;
    box-shadow: none;
}

.pt-5 {
    padding-top: 5px !important;
}

.upload-form-wrapper+.section {
    padding-top: 70px;
}

.upload-form-wrapper.highlight .upload-form {
    color: white;
    background-color: #7C4DFF45;
}

.upload-form-wrapper.highlight .drop-area-element {
    color: white;
}

.password-confirmed {
    flex: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7C4DFF;
    padding: 4px 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 10px;
    white-space: nowrap;
}

.doc-preview-swiper {
    overflow: hidden;
    height: 96vh;
    padding-bottom: 30px;
}

.doc-preview-swiper .swiper-pagination {
    bottom: 0;
}

.doc-preview-swiper .swiper-button-next, .doc-preview-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 8px;
}

.doc-preview-swiper .swiper-button-next:after, .doc-preview-swiper .swiper-button-prev:after {
    font-size: 30px;
}

.doc-preview-swiper .swiper-button-prev {
    left: -44px;
}

.doc-preview-swiper .swiper-button-next {
    right: -44px;
}

#preview-documents .modal__content {
    background-color: transparent;
}

.doc-preview-swiper canvas {
    width: 100%;
    height: 100%;
}