.section {
    padding: 64px 0;
}

.section_pb-40 {
    padding-bottom: 40px;
}

.title {
    font-weight: 500;
    line-height: 1.2;
}

.title_type_first {
    font-size: 40px;
}

.title_type_second {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 1.25;
}

.title_bold {
    font-weight: 700;
}

.title_type_third {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.3;
}

.title_mb-8 {
    margin-bottom: 8px;
} 

.title_mb-20 {
    margin-bottom: 20px;
}

.paragraph {
    margin: 0;
    font-size: 18px;
    line-height: 1.33;
}

.list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.list__scroll::-webkit-scrollbar {
    display: none;
}

.gradient-container {
    background: linear-gradient(180deg, #EAE9FF 0%, rgba(255, 255, 255, 0.50) 100%);
}

.main-banner {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 455px;
    align-items: center;
}

.main-banner__text {
    margin-bottom: 20px;
}

.main-banner__text:last-of-type {
    margin-bottom: 32px;
}

.btn-container {
    display: flex;
    gap: 20px;
}

.your-advantages__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px 20px;
    background: #F3F3F3;
    border-radius: 20px;
}

.item__info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.item__image-wrapper {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
}

.item__image-wrapper_cases {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    margin-bottom: 16px;
}

.image {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.item__text {
    font-size: 16px;
    line-height: 1.38;
}

.about-us__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.promo-block {
    display: grid;
    grid-template-columns: 1fr 322px;
    align-items: center;
    border-radius: 20px;
}

.promo-block_bg_blueberry {
    background: #EEE9FF;
}

.promo-block_bg .promo-block__info {
    padding: 32px;
}

.promo-block__text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 32px;
}

.promo-block__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 0 32px;
    padding-left: 18px;
}

.mechanics__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 20px;
}

.mechanics__item {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.footnote {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 40px;
    text-align: center;
}

.options .item__info {
    gap: 16px;
}

.item__list {
    padding-left: 18px;
    list-style-type: disc;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.options__list {    
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 20px;
}

.cases__header {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.slider-banner__arrows {    
    display: flex;
    gap: 8px;
    margin-top: 4px;
}

.slider__inner {
    margin: 0 -10px;
    position: relative;
}

.cases__header .slider-banner__arrows {
    bottom: calc(50% + 16px);
}

.cases__list {
    display: flex;
}

.cases__item-inner {
    height: 100%; 
}

.cases__item {
    margin: 0 10px;
}

.cases__item .item__info {
    gap: 16px;
}

.slider-banner__arrows, 
.slider-banner__arrow {
    position: inherit;
}

.item__list_non-marker {
    margin: 0;
    padding: 0;
    list-style: none;
}

.steps__list {
    display: flex;
    position: relative;
    gap: 40px;
    width: 100%;
}

.steps__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    flex-basis: 0;
    align-self: start;
    gap: 24px;
    text-align: center;
}

.steps__number {
    display: flex;
    min-width: 48px;
    min-height: 48px;
    max-width: 48px;
    max-height: 48px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    background: #4D35AF;
    color: white;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}

/* FAQ */

.faq__tabs {
	list-style: none;
	display: flex;
	justify-content: flex-start;
	gap: 8px;
	flex-wrap: nowrap;
	overflow-x: scroll;
	scrollbar-width: none;
	margin: 12px -20px 20px;
	padding: 0;
}

.faq__tabs::-webkit-scrollbar {
	display: none;
}

.faq__tabs-item:first-child {
    margin-left: 20px;
}

.faq__tabs-item:last-child {
    margin-right: 20px;
}

.faq__tabs-link {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.4;
	text-decoration: none;
	color: #0D0D0D;
	background-color: #F1F1F1;
	border-radius: 20px;
	padding: 4px 16px;
	white-space: nowrap;
	display: block;
}

.faq__tabs-link:hover {
	color: #6A50D2;
	background-color: #EFECFB;
}

.faq__tabs-link:active,
.faq__tabs-item_active a,
.faq__tabs-item_active a:hover {
	color: #FFFFFF;
	background-color: #6A50D2;
}

.faq__question {
	cursor: pointer;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.1;
	padding: 20px 20px 20px 0;
	position: relative;
}

.faq__question:after {
	background: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.219168 0.875342C0.564178 0.44408 1.19347 0.374158 1.62473 0.719168L6.00004 4.21941L10.3753 0.719168C10.8066 0.374158 11.4359 0.44408 11.7809 0.875342C12.1259 1.3066 12.056 1.9359 11.6247 2.28091L6.62473 6.28091C6.25951 6.57308 5.74056 6.57308 5.37534 6.28091L0.375342 2.28091C-0.0559202 1.9359 -0.125842 1.3066 0.219168 0.875342Z' fill='black'/%3E%3C/svg%3E") 50% 50% no-repeat;
	content: '';
	height: 20px;
	position: absolute;
	top: 20px;
	right: 0;
	width: 20px;
	transform: rotate(360deg);
	transition: transform 150ms ease
}

.faq__question:hover:after,
.faq__question_show:after {
	filter: invert(17%) sepia(97%) saturate(7273%) hue-rotate(252deg) brightness(85%) contrast(101%)
}

.faq__question_show,
.faq__question:hover {
	color: #6A50D2
}

.faq__question_show:after {
	transform: rotate(180deg)
}

.faq__answer,
.faq__answer * {
	font-size: 14px;
	line-height: 1.4;
	list-style-position: inside;
	margin: 0;
	padding: 0
}

.faq__answer {
	display: none;
	margin-bottom: 20px
}

.faq__question_show+.faq__answer {
	display: block;
}

.faq__description-list {
	display: none;
	margin: 0;
}

.faq__description-list_active {
	display: block;
}

@media screen and (max-width: 1023px) {
    .container {
        max-width: 768px;
        width: 100%;
        margin: 0 auto;
    } 

    .list_tab-column {
        grid-template-columns: 1fr;
        grid-template-rows:auto;
    }   

    .main-banner, 
    .promo-block {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, auto);
    }    

    .promo-block__info {
        padding-bottom: 32px;
    }

    .main-banner__image-wrapper {
        max-width: 455px;
        margin: 0 auto;
    }

    .your-advantages__list, 
    .about-us__list {
        grid-template-columns: repeat(2, 1fr);
    }

    .promo-block__image-wrapper {
        max-width: 322px;
        margin: 0 auto;
    }   

    .promo-block_bg .promo-block__image-wrapper {
        margin: 0 auto 20px;
    }  

    .steps__list {
        flex-direction: column;
        gap: 40px;
    }

    .steps__item {
        flex-direction: row;
        align-items: flex-start;
        gap: 16px;
        text-align: left;
    }
    
    .footnote_left {
        text-align: left;
    }

    .slider-banner__controls {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .section {
        padding: 48px 0;
    }
    

    .section_pb-40 {
        padding-bottom: 48px;
    }
    
    .container {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
    } 

    .title_type_first {
        font-size: 32px;
        line-height: 1.25;
    }

    .title_type_second {
        font-size: 24px;
        margin-bottom: 32px;
    }

    .title_type_third {
        font-size: 18px;
        line-height: 1.33;
    }

    .paragraph, 
    .paragraph .link {
        font-size: 16px;
        line-height: 1.37;
    }

    .paragraph_s-14, 
    .paragraph_s-14 .link {        
        font-size: 14px;
        line-height: 1.43;
    }

    .btn-container {
        flex-direction: column;
    }

    .btn {
        width: 100%;
    }

    .list__scroll {
        grid-template-columns: repeat(4, 80%);
        margin: 0 -20px 0 -20px;
        overflow-x: scroll;
        scrollbar-width: none;
    }

    .list__scroll-item:first-child {
        margin-left: 20px;
    }

    .list__scroll-item:last-child {
        margin-right: 20px;
    }

    .list_mobile-column {
        grid-template-columns: 1fr;
        grid-template-rows:auto;
    }

    .about-us__item .title_type_second {
        font-size: 32px;
        line-height: 1.25;
    }

    .about-us__text {
        font-size: 16px;
        line-height: 1.37;
    }

    .mechanics__item {
        flex-direction: column;
    }

    .promo-block_bg .promo-block__info {
        padding: 20px;
    }

    .promo-block__image-wrapper {
        margin: 0 auto;
    }

    .title_mb-8 {
        margin-bottom: 8px;
    } 

    .title_mb-20 {
        margin-bottom: 20px;
    } 

    .footnote_mt-32 {
        margin-top: 32px;
    }
}