@charset "UTF-8";
/*
Theme Name: Шаблон WP для сайта tachki-rent.ru
Theme URI: https://restudika.ru/
Author: Рестудика (Тимур Беретарь, Сергей Бабин)
Author URI: https://restudika.ru/
Description: Шаблон разработан специально для сайта tachki-rent.ru. Все шаблоны оптимизированы и лишены мусорного кода.
Version: 1.0
Tested up to: 6.5
Requires PHP: 8.2
*/

body,html {
	font-family: 'Tilda Sans', cursive;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

p {
	display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
	line-height: 140%;
}

h1 {
	font-size: 3rem;
	font-weight: 800;
}

h2 {
	font-size: 2.5rem;
	font-weight: 800;
}

h3 {
	font-size: 2rem;
	font-weight: 600;
}

h4 {
	font-size: 1.5rem;
	font-weight: 600;
}

h1,h2,h3,h4 {
	margin-top:1em;
	margin-bottom: 0.5em;
	line-height: 120%;
}

h3.page-title {
	text-align: center;
	font-size: 2.125rem;
	margin-top:50px;
	margin-bottom: 25px;
}
a,
a:visited {
	color: #f13536;
}

a:hover,
a:focus {
	color: #000000;
}

nav {
	padding-top:21px;
}

table {
	width: 100%;
	padding: 0;
	margin: 0;
	border-spacing: 0;
}

tr th {
	font-weight: 700;
	padding:20px 0;
	border-bottom: 1px solid;
}

tr td {
	padding:20px 0;
}

ol li,
ul li {
	margin-block-start: 1rem;
    margin-block-end: 1rem;
    line-height: 120%;
}

p {
	line-height: 140%;
}
.default-size {
	font-size: 1rem;
}
.hidden {
	display: none;
}

.grecaptcha-badge {
	display: none!important
}