.t675__title {
  padding-top: 32px !important;  /* Высота изображения */
  height: 0 !important; /* Нулевая высота заголовка */
  overflow: hidden !important; /* Скрывает область */
  background: url(https://static.tildacdn.com/tild3831-6135-4161-b830-636439666631/jetour.svg) no-repeat !important; /* Фоновый рисунок для замены текста */
}


.btn-anim a {overflow: hidden; position: relative;}
.btn-anim a:after {
content: '';
    position: absolute;
    height: 350%;
    width: 200%;
    top: 0;
    left: -100%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    z-index: 5;
    /*-webkit-animation-name: ripple;
    animation-name: ripple;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;*/

    -webkit-animation: ping 2s ease-in-out infinite both;
          animation: ping 2s ease-in-out infinite both;
}
@-webkit-keyframes ripple {
    20% { opacity: 0;   -webkit-transform: scale(2.5);  transform: scale(2.5); }
    100% { opacity: 0; -webkit-transform: scale(2.5);  transform: scale(2.5); }
}
@keyframes ripple {
 20% { opacity: 0;   -webkit-transform: scale(2.5);  transform: scale(2.5); }
 100% { opacity: 0; -webkit-transform: scale(2.5);  transform: scale(2.5); }
 }
 
 /**
 * ----------------------------------------
 * animation ping
 * ----------------------------------------
 */
@-webkit-keyframes ping {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0.8;
  }
  80% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2.2);
            transform: scale(2.2);
    opacity: 0;
  }
}
@keyframes ping {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0.8;
  }
  80% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2.2);
            transform: scale(2.2);
    opacity: 0;
  }
}

/*slider*/
.allzeroslides {position: relative;}
.allzeroslides .slick-arrow {
        /*-webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);*/
        background: #ff8c00;
        bottom: 50px;
        height: 52px;
        width: 52px;
        position: absolute;
        border-radius: 0;
        z-index: 5;
        padding: 0;
        box-shadow: 0 .0520833333vw .1041666667vw #1018280d;
        border: none;
        cursor: pointer;

}

.allzeroslides .slick-next {right: 30px;}
.allzeroslides .slick-prev {left: 30px; transform: rotate(180deg);}

.q-icon {
    flex-shrink: 0;
    height: 1em;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    width: 1em;
    word-wrap: normal;
    box-sizing: initial;
    direction: ltr;
    position: relative;
    text-align: center;
    fill: currentColor;
}

.allzeroslides .slick-next svg, .allzeroslides .slick-prev svg {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transform-origin: center;
    width: 8px;
    fill: #d9d9d9;
}

.slick-dots {
    padding: 0;
    height: 20px;
    list-style: none;
    display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
    align-items: center !important;
    justify-content: center;
    margin: 0;
    position: relative;
    display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
    flex-flow: row;
    margin: 0 auto;
    text-align: center;
    line-height: 1px;
    font-size: 1px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slick-dots > li {
    display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
    vertical-align: middle;
    margin: 0 8px;
    width: 30px;
    height: 3px;
    align-items: center;
    justify-content: center;
}
.slick-dots > li > button {
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 3px;
    background: #fff;
    text-indent: 999px;
    overflow: hidden;
    padding: 0;
    min-height: unset;
    box-shadow: none;
    border: none;
    line-height: 1px;
    background-color: #fff;
    

}
.slick-dots > li.slick-active > button {background-color: #ff8c00;}
.slick-dots > li.slick-active > button {
    outline: none;
}

@media (max-width: 1420px){
.allzeroslides .slick-arrow, .slick-dots {bottom: 20px;}
}

@media (max-width: 640px){
.allzeroslides .slick-arrow {display: none!important;}
.slick-dots > li {
    width: 20px;
    height: 2px;
}   
}