/* ===========================
   TA AUTO GLOBAL CSS v1.0
=========================== */

/* Скролл */
html{
scroll-behavior:smooth;
}

/* Кнопки */

.t-btn{
border-radius:18px !important;
font-weight:700 !important;
font-size:17px !important;
height:58px !important;
padding:0 34px !important;
transition:.25s;
}

.t-btn:hover{
transform:translateY(-2px);
box-shadow:0 10px 30px rgba(0,0,0,.18);
}

/* Заголовки */

h1{
font-weight:800;
line-height:1.1;
}

h2{
font-weight:700;
}

/* Текст */

.t-text{
line-height:1.6;
}

/* Фото */

img{
border-radius:18px;
}

/* Карточки */

.t-card{
border-radius:20px;
overflow:hidden;
}

/* Формы */

input,
textarea{
border-radius:12px !important;
}

/* Иконки соцсетей */

.t-sociallinks__svg{
transition:.25s;
}

.t-sociallinks__svg:hover{
transform:scale(1.15);
}