.t1119__header.t_faq__header {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 7px;
    padding: 0px 15px 0px 15px;
}



.t-store__card__wrap_all, .t692__blockimg.t692__blockimg_3-2.t-bgimg.loaded, .t680__bgimg.t680__bgimg_lg.t-bgimg.t-zoomable.loaded, .t680__bgimg.t680__bgimg_sm.t-bgimg.t-zoomable.loaded, .t680__bgimg.t680__bgimg_50.t-bgimg.t-zoomable.loaded {
    box-shadow: 0px 0px 10px #1717af!important;
}

.t712__formwrapper.t712__right-content {
    border: 3px solid #1414ff;
}

.my-class[data-elem-type="text"] a {
    border: 0 !important;
    display: inline-block !important;
    width: auto !important;
    position: relative !important;
    transition: all 0.3s ease !important;
    /* цвет ссылки до наведения */
    color: #000 !important;
}

.my-class[data-elem-type="text"] a:hover {
    /* цвет ссылки после наведения */
    color: #1717af !important;
}

.my-class[data-elem-type="text"] a::after {
    content: '';
    position: absolute;
    transition: all 0.3s ease;
    margin: auto;
    /* отступ между ссылкой и подчеркиванием; 
    если нужно сделать расстояние больше, то используй отрицательное значение */
    margin-bottom: 0px;
    /* толщина подчеркивания */
    height: 0px;  
    /* цвет подчеркивания до наведения */
    background: #000; 
     
    opacity: 1;
    top: auto;
    bottom: 0;
    left: 51%;
    right: 51%;
    width: 0;
     
}

.my-class[data-elem-type="text"] a:hover::after {
    /* цвет подчеркивания после наведения */
    background: #d6ca3d;
     
    opacity: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.swiper {
    width: 100%;
    background-color: #00000000;
    padding: 3px!important;
}

.t1000__background-image {
    background-color:transparent!important;
}

.t820 .t-list__item {
    margin-top: 30px;
}

.t820 .t-section__bottomwrapper {
    margin-top: 60px;
}

.t-slds__container.t-width.t-width_12.t-margin_auto {
    box-shadow: 0px 0px 10px #1717AF;
}

.t-slds {
    overflow: visible;
    position: relative;
}

@media screen and (max-width: 960px) {
    .t1000__background-image {
        margin-top: 20px;
        content: '';
        position: static;
        width: 100%;
        height: 0px;
    }