.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/v2/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/v2/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/v2/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/v2/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/v2/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;
}

/* ======templates-pages======== */
.templates__title-block{
    margin-right: 60px;
    margin-left: 60px;
}

.templates__title-h2{
    font-family: 'Raleway';
    font-weight: 700;
    font-size: 40px;
    line-height: 64px;
    color: #2A2831;
}
.templates__subtitle{
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #2A2831;
    opacity: 0.7;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
}

.templates__title-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-tabs{
    padding: 16px;
    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;
    min-width: 270px
}
.content-tab__amount{
    font-family: 'Inter';
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #7C4DFF;
}

.content-tab__title{
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #2A2831;
}

.content-tab__item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter-tabs__nav{
    padding: 4px;
    background: #F9F9F9;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.filter-tabs__nav .all-free__btn{
    max-width: 113px;
    width: 100%;
    background: transparent;
    border-radius: 8px;
}

.filter-tabs__nav .all-free__btn.active{
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 1px 2px rgba(91, 104, 113, 0.32);
    border-radius: 8px;
}

.content-tab__list .content-tab__item{
    padding: 6px 0;
}

.filter-tabs__content .btn--border{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    padding: 7px 23px;
    width: 100%;
}

.template__list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -20px;
    margin-right: -20px;
}

.template__list > .template__item{
    margin-left: 20px;
    margin-right: 20px;
}

.template-group{
    display: flex;
}

.template__item{
    display: flex;
    flex-direction: column;
    width: 270px;
    margin-bottom: 60px;
}

.template__name{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #2A2831;
}

.pill{
    display: flex;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 300px;
    width: max-content;
}

.pill.green{
    color: #0FAA31;
    background: rgba(11, 197, 52, 0.06);
}
.pill.yelloy{
    color: #EAB600;
    background: rgba(234, 182, 0, 0.06);
}
.pill.blue{
    color: #3380F4;
    background: rgba(51, 128, 244, 0.06);
}
.pill.violet{
    color: #7C4DFF;
    background: rgba(124, 77, 255, 0.06);
}
.pill.pink{
    color: #FF4DCD;
    background: rgba(255, 77, 205, 0.06);
}

.pill.gray{
    color: #9A9A9A;
    background: rgba(142, 142, 142, 0.06);
}
.pill.orange{
    color: #F16C0C;
    background: rgba(241, 108, 12, 0.06);
}

.filter-tabs .filter-tabs__nav .all-free__btn{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
    max-height: 32px;
}

.search-start-button{
    background-color: transparent;
    padding: 9px 10px
}

.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination--list{
    display: flex;
    align-items: center;
    margin:  0 16px;
}

.pagination--list .btn{
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #2A2831;
    border: 1.5px solid rgba(0, 0, 0, 0.1);
}

.pagination--list .btn.active{
    border: 1.5px solid #7C4DFF;
}

.pagination--list li:not(:last-child){
    margin-right: 10px;
}

.btn--pagination{
    background: linear-gradient(92.31deg, #8C49F7 0%, #6C53FF 100%);
    border-radius: 10px;
    padding: 9px 10px;
    color: #FFFFFF;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    height: 44px;
}

.btn--pagination.--disabled{
    opacity: 0.3;
    border: 1.5px solid rgba(0, 0, 0, 0.1);
    background: #FFFFFF;
    color: #2A2831;
}

.search-line-form input{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 9px 4px 9px 0px;
    width: 100%;
    border-radius: 10px;
}

.templates__head{
    display: flex;
    align-items: center;
}

.search-line-form{
    flex: auto;
    border: 1px solid #DCDBDB;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.template__title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.template__img{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.template__img img{
    border-radius: 4px;
}

.template__title h3{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #2A2831;
}

.template__title p {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #2A2831;
    opacity: 0.5;
}

.path-page__list{
    display: flex;
    align-items: center;
}

.path-page__list a {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}

.path-page__list li {
    display: flex;
}

.how-to-item__image img{
    border-radius: 8px;
}

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

.how-to-item__text.decimal li::marker{
    color: #2A2831;
    opacity: 0.7;
}

.translate-price-list{
    display: flex;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #2A2831;
    margin-bottom: 10px;
}

.translate-price-list li:not(:last-child){
    padding-right: 12px;
    border-right: 1px solid rgba(180, 172, 202, 0.5);
    margin-right: 12px;
}

.input-custom textarea{
    resize: none;
    padding: 10px 10px 10px 12px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    font-family: 'Source Code Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #060C32;
}

.input-custom textarea::placeholder{
    color: rgba(6, 12, 50, 0.5);
    justify-content: flex-start;
    display: flex;
}

.convert-textarea-wrap{
    background-color: #F9F9F9;
    border-radius: 8px;
    padding: 30px;
}

.convert-textarea-wrap .input-custom__label{
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #2A2831;
    opacity: 0.7;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    flex-wrap: wrap;
}
/* .convert-textarea-wrap .input-custom{
    position: relative;
} */

.section.html-pdf-page{
    padding-top: 0;
}

.convert-textarea-wrap .info-right-top{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #2A2831;
    opacity: 0.3;
}

.subtitle-text{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #2A2831;
    opacity: 0.7;
}

.swal2-popup .swal2-styled.swal2-confirm{
    background: linear-gradient(92.31deg, #8C49F7 0%, #6C53FF 100%) !important;
    border-color: #7C4DFF !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    padding: 8px 23px !important;
}

.swal2-popup #swal2-content{
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #2A2831;
    opacity: 0.7;
}

.swal2-popup .swal2-title{
    font-size: 36px !important;
    line-height: 40px;
}

.swal2-popup{
    padding: 20px;
    border-radius: 10px !important;
}

.swal2-popup .swal2-styled:focus{
    box-shadow: none !important;
}



/* =======helpers======= */

.mb-40{margin-bottom: 40px;}
.mb-30{margin-bottom: 30px;}
.mb-20{margin-bottom: 20px;}
.mb-16{margin-bottom: 16px;}
.mb-15{margin-bottom: 15px;}
.mb-10{margin-bottom: 10px;}
.mb-5{margin-bottom: 5px;}

.mr-4{margin-right: 4px;}
.mr-8{margin-right: 8px;}
.mr-10{margin-right: 10px;}
.mr-40{margin-right: 40px;}

.pb-50{padding-bottom: 50px;}

.ml-8{margin-left: 8px;}

.pr-20{padding-right: 20px;}

.px-5{padding-left: 5px; padding-right: 5px;}
.r-10{border-radius: 10px;}

.opacity-07{opacity: 0.7;}
.d-flex{display: flex;}
.d-block{display: block;}
.flex-column{flex-direction: column;}
.justify-center{justify-content: center;}
.align-center{align-items: center;}
.text-center{text-align: center;}

.fw-600{font-weight: 600;}
.fw-700{font-weight: 700}

.btn--sm{padding: 7px 12px;}

.pt-70{padding-top: 70px;}
.pb-70{padding-bottom: 70px;}

.bg-light-grey{background-color: #F9F9F9;}

.color-violet{color: #7C4DFF;}

.ff-raleway{
    font-family: 'Raleway';
}

.fs-italic{
    font-style: italic;
}
.tdu{
    text-decoration: underline;
}
