.footer__bottom-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}

.footer__bottom-text{
    font-family: var(--fotnFamilyRaleway);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #2A2831;
    opacity: 0.5;
}

.footer__bottom-list {
    display: flex;
    align-items: center;
}

.footer__bottom-list li:not(:last-child){
    margin-right: 30px;
}

.footer__bottom-list li a {
    font-family: var(--fotnFamilyRaleway);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #7C4DFF;
    text-decoration-line: underline;
}

.footer__content-wrap{
    display: flex;
    padding: 40px 0;
    border-bottom: 1px solid #E9E9E9;
}

.footer__content-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    border-left: 1px solid #E9E9E9;
    flex: 1;
    padding: 0 40px;
}
.footer__content-block ul{
    max-width: 160px;
    width: 100%;
}
.footer__content-block ul:first-child{
    margin-bottom: 30px;
}
.footer__content-block ul:last-child{
    margin-top: auto;
}

.footer__title-block{
    font-family: var(--fotnFamilyRaleway);
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #2A2831;
    margin-bottom: 20px;
    white-space: nowrap;
}

.footer__content-list li .btn{
    font-family: var(--fotnFamilyRaleway);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #2A2831;
}
.footer__content-list li:not(:first-child){
    opacity: 0.7;
}

.footer__social-list{
    display: flex;
    align-items: center;
}
.footer__social-list li a{
    color: #2A2831;
    opacity: 0.5;
}

.footer__social-list li:not(:last-child){
    margin-right: 20px;
}

.footer__logo-group-block{
    padding-right: 40px;
    flex: 1;
}

.footer__content-block ul{
    min-width: 160px;
}

.footer .choices__inner {
    border: 1.5px solid #EAEAEA;
    border-radius: 10px;
    color: #2A2831
}
.mr-10 {
    margin-right: 10px;
}
.choices__inner {
    padding: 5px;
}
.footer .choices[data-type*=select-one]::after {
    /* filter: brightness(0) invert(1); */
    content: '';
    height: 20px;
    width: 20px;
    border: none;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    background-image: url(../img/icon-select-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.footer .choices[data-type*=select-one].is-open::after{
    transform: rotate(180deg);
}
.footer .choices__item{
    font-family: var(--fotnFamilyRaleway);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #2A2831;
}

.footer .is-flipped.is-open .choices__inner {
    border-radius: 0 0 10px 10px;
}

.footer .choices__item img{
    margin-right: 10px;
}

.footer .language-selection{    
    width: 100%;
}

.footer .choices__inner{
    background-color: #FFFFFF;
    padding: 5px;
    min-height: auto;
}
.choices__item.choices__item--choice.choices__item--selectable::after {
    display: none;
}
.footer .choices__list--dropdown .choices__item--selectable, .choices__list[aria-expanded] .choices__item--selectable{
    padding-right: 0;
    
}
.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
    padding: 6px 30px 6px 5px!important;
}
.footer .choices[data-type*=select-one] .choices__inner{
    padding-bottom: 5px;
}
.choices__list--dropdown {
    border: 1.5px solid #EAEAEA;
    border-radius: 10px;
    padding: 5px;
}
.choices[data-type*=select-one] .choices__input {
    font-family: 'Raleway';
    border: 1px solid #E9E9E9;
    padding: 8px 9px 8px 40px;
    border-radius: 8px;
    margin-bottom: 3px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    background-image: url(../img/search-loupe.svg);
    background-position: center left 10px;
    background-repeat: no-repeat;
}
.choices__list--dropdown .choices__list, 
.choices__list[aria-expanded] .choices__list {
    max-height: 200px;
    scrollbar-color: white rgba(0, 0, 0, .1) !important;
    scrollbar-width: thin !important;
}
.choices__list--dropdown .choices__list::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: white;
    
}  
.choices__list--dropdown .choices__list::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .1);
    border-radius: 300px;
}
.choices[data-type*=select-one] .choices__input::placeholder {
    color: rgba(42, 40, 49, .5);
}
.guides__subtitle{
    font-family: var(--fotnFamilyRaleway);
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.1em;
    color: #7C4DFF;
    text-transform: uppercase;
    margin-bottom: 12px;
    text-align: center;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    background-color: transparent;
}
.guides__title{
    font-family: var(--fotnFamilyRaleway);
    font-weight: 600;
    font-size: 40px;
    line-height: 64px;
    color: #2A2831;
    text-align: center;
    margin-bottom: 40px;
}
.choices__list--dropdown .choices__item--selectable.is-selected, 
.choices__list[aria-expanded] .choices__item--selectable.is-selected {    
    background-image: url(../img/done-check.svg);
    background-position: center right 10px;
    background-repeat: no-repeat;
}
.guides__number{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    color: #7C4DFF;
    border: 1.5px solid #7C4DFF;
    border-radius: 300px;
    width: 26px;
    height: 26px;
    min-width: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
}

.guides__lists {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.guides__lists .guides__list:first-child{
    padding-right: 20px;
    border-right: 1px solid #DCDBDB;
    width: 50%;
}

.guides__lists .guides__list:last-child{
    padding-left: 50px;
    width: 50%;
}

.guides__text{
    font-family: var(--fotnFamilyRaleway);
    display: flex;
    align-items: flex-start;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #2A2831;
    margin-bottom: 14px;
}
.guides__text span:last-child{
    opacity: 0.7;
}

.guides__list h5{
    font-family: var(--fotnFamilyRaleway);
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #2A2831;
    margin-bottom: 24px;
}

.guides__item-img{
    width: 80px;
    height: 80px;
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 4px 8px rgba(91, 104, 113, 0.24);
    border-radius: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-bottom: 30px;
}

.top-block__list-item-decor-1{
    margin-bottom: 12px;
    padding-left: 38px;
    background-image: url(../img/icon-unlimited-circle.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    font-family: var(--fotnFamilyRaleway);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}
.top-block__list-item-decor-2{
    padding-left: 38px;
    background-image: url(../img/icon-documents.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    font-family: var(--fotnFamilyRaleway);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}

.statistics__item{
    text-align: center;
}
.statistics__wrap-img{
    width: 58px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 4px 8px rgba(91, 104, 113, 0.24);
    border-radius: 300px;
    margin: 0 auto 18px;
}

.statistics__title{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #2A2831;
    margin-bottom: 2px;
}

.statistics__text{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #2A2831;
    opacity: 0.7;
}

.statistics__list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 840px;
    width: 100%;
}

.statistics__wrapper{
    display: flex;
    justify-content: center;
    width: 100%;
}

.video-decor{
    position: absolute;
}

.video-decor img {
    width: 100%;
}

.video-decor-1{
    left: -108px;
    top: -40px;
}
.video-decor-2{
    right: -80px;
    bottom: 40px;
}
.video-decor-3{
    right: -35px;
    bottom: 14px;
    z-index: -1;
    width: 100%;
}

.top-block__img-video-wrap{
    border-radius: 8px;
}

.tab{
    display: none;
}

.tab.active-tab{
    display: block;
}

.get-more.get-more-2{
    padding-top: 60px;
    padding-bottom: 60px;
}

.pr-20{padding-right: 20px;}
.d-flex{display: flex;}
.justify-center{justify-content: center;}
.mb-30{margin-bottom: 30px;}
.pt-70{padding-top: 70px;}
.pb-70{padding-bottom: 70px;}

.bg-light-grey{background-color: #F9F9F9;}

