.widget-faq.template-1{
    position: relative;
    overflow: hidden;
}
.widget-faq.template-1 .widget-header{}
.widget-faq.template-1 .widget-header .widget-title{
    font-size: 64px;
    font-weight: 700;
    line-height: 103%;
    color: #000000;
    text-wrap-style: balance;
    text-wrap: balance;
}
.widget-faq.template-1 .widget-header .widget-title span.special{
    color: var(--main-color);
}
.widget-faq.template-1 .widget-header .widget-description{
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    color: #626262;
    max-width: 518px;
    margin-top: 30px;
}
.widget-faq.template-1 .widget-header + .widget-content{
    margin-top: 52px;
}
.widget-faq.template-1 .widget-items{}
.widget-faq.template-1 .widget-item{
    background-color: var(--special-background, #FAFBFE);
    border-radius: 4px;
    overflow: hidden;
    padding: 30px 44px;
    cursor: pointer;
    margin-top: 30px;
}
.widget-faq.template-1 .widget-item:first-child{
    margin-top: 0;
}
.widget-faq.template-1 .widget-item-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.widget-faq.template-1 .widget-item:first-child .widget-item-header{
    padding-top: 0;
}
.widget-faq.template-1 .widget-item-title{
    font-size: 20px;
    font-weight: 500;
    line-height: 128%;
    color: #000000;
}
.widget-faq.template-1 .widget-item-icon{
    display: flex;
    transform-origin: center;

    transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.widget-faq.template-1 .widget-item.open .widget-item-icon{
    transform: rotateZ(-135deg);
}
.widget-faq.template-1 .widget-item-icon svg{
    height: auto;
}
.widget-faq.template-1 .widget-item-icon svg path{
    transition: stroke .4s ease-out;
}
.widget-faq.template-1 .widget-item:hover .widget-item-icon svg path{
    stroke: var(--main-color);
}
.widget-faq.template-1 .widget-item-content{
    cursor: default;
    display: none;
}
.widget-faq.template-1 .widget-item-description{
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    color: #4D4D4D;
    margin-top: 34px;
}
.widget-faq.template-1 .widget-item-description p,
.widget-faq.template-1 .widget-item-description ul{
    margin-bottom: clamp(16px, 3vw, 20px);
}
.widget-faq.template-1 .widget-item-description a{
    color: var(--main-color, #626262);
    text-decoration: underline;
}
.widget-faq.template-1 .widget-item-description a:hover,
.widget-faq.template-1 .widget-item-description a:focus{
    color: var(--dark-main-color, #626262);
}
.widget-faq.template-1 .widget-item-description ul li{
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}
.widget-faq.template-1 .widget-item-description ul li:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(10px);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--main-color, #000000);
}
.widget-faq.template-1 .widget-item-description ul li:last-child{
    margin-bottom: 0;
}

.widget-faq.template-1 .widget-socials{
    display: flex;
    align-items: center;
    gap: 18px 56px;
    margin-top: 45px;
}
.widget-faq.template-1 .widget-socials-text{
    font-size: 20px;
    font-weight: 400;
    line-height: 128%;
    color: #000000;
}
.widget-faq.template-1 .widget-socials-items{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.widget-faq.template-1 .widget-socials-item{
    display: flex;

    transition: opacity .2s ease-out;
}
.widget-faq.template-1 .widget-socials-item:hover{
    opacity: .8;
}
.widget-faq.template-1 .widget-socials-item svg{
    height: auto;
}
@media all and (max-width: 1600px) {
    .widget-faq.template-1 .widget-header .widget-title{
        font-size: 60px;
    }
}
@media all and (max-width: 1240px) {
    .widget-faq.template-1 .widget-header{
        flex-wrap: wrap;
    }
    .widget-faq.template-1 .widget-header .widget-title{
        max-width: 100%;
        flex: 0 0 100%;
        font-size: 48px;
    }
}
@media all and (max-width: 1000px) {
    .widget-faq.template-1 .widget-header{
        gap: 16px 66px;
    }
    .widget-faq.template-1 .widget-header .widget-title {
        font-size: 36px;
    }
    .widget-faq.template-1 .widget-header + .widget-content {
        margin-top: 46px;
    }
    .widget-faq.template-1 .widget-item{
        padding: 24px 32px;
        margin-top: 18px;
    }
    .widget-faq.template-1 .widget-item-title br{
        display: none;
    }
    .widget-faq.template-1 .widget-item-description{
        font-size: 18px;
        margin-top: 24px;
    }
    .widget-faq.template-1 .widget-socials{
        flex-wrap: wrap;
    }
    .widget-faq.template-1 .widget-socials-text{
        max-width: 100%;
        flex: 0 0 100%;
    }
}
@media all and (max-width: 600px) {
    .widget-faq.template-1 .widget-header{
        gap: 14px 66px;
    }
    .widget-faq.template-1 .widget-header .widget-title{
        font-size: 28px;
        line-height: 111%;
    }
    .widget-faq.template-1 .widget-header .widget-description{
        font-size: 18px;
    }
    .widget-faq.template-1 .widget-header + .widget-content{
        margin-top: 11px;
    }
    .widget-faq.template-1 .widget-item{
        padding: 20px;
        margin-top: 11px;
    }
    .widget-faq.template-1 .widget-item-header{
        gap: 20px;
    }
    .widget-faq.template-1 .widget-item-title{
        font-size: 16px;
    }
    .widget-faq.template-1 .widget-item-icon{
        width: 16px;
        height: 16px;
    }
    .widget-faq.template-1 .widget-item-description{
        font-size: 16px;
        line-height: 125%;
        margin-top: 24px;
    }
    .widget-faq.template-1 .widget-socials{
        gap: 15px 40px;
        margin-top: 31px;
    }
    .widget-faq.template-1 .widget-socials-text{
        font-size: 16px;
        line-height: 122%;
    }
    .widget-faq.template-1 .widget-socials-items{
        gap: 8px;
    }
    .widget-faq.template-1 .widget-socials-item{
        width: 36px;
    }
}