@font-face {
	font-family: 'PFKidsProGradeFive';
	src: url('/wp-content/themes/31163/fonts/PFKidsProGradeFive.ttf');
}

@font-face {
	font-family: 'HelveticaNeueCyr-Thin';
	src: url('/wp-content/themes/31163/fonts/HelveticaNeueCyr-Thin.otf');
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #d3d3d3;
	background-color: #000;
}

img {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-size: cover;
}

.rightimg {
	float: right; /* Выравнивание по правому краю  */
	margin: 7px 0 7px 7px; /* Отступы вокруг картинки */
}

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}

.header {
	margin-bottom: 30px;
	background: #000000;
}

.header .betturkey-header-top {
	min-height: 50px;
	display: flex;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #000000;
	font-size: 13px;
	font-weight: 500;
}

.header .betturkey-header-top .btn {
	margin-left: 10px;
}

.header .betturkey-header-top .container {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
}

.btn {
	display: inline-block;
	text-decoration: none;
	border: none;
	border-radius: 4px;
	padding: 5px 23px 7px;
	color: #000;
	cursor: pointer;
}

.btn.btn-green {
	cursor: pointer;
	white-space: nowrap;
	border-radius: 0px;
	height: 32px;
	box-shadow: 0px -1px 14px 1px #eeeaf1;
	background: #202022;
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	color: #ffffff;
}

.btn.btn-green:hover {
	color: #ffffff;
}

.btn.btn-orange {
	height: 52px;
	background-color: #ff0000 !important;
	color: #fff !important;
	padding: 0 15px;
	font-weight: 700;
	font-size: 14px;
	border-radius: 5px;
	position: relative;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	white-space: nowrap;
}

.btn.btn-orange i {
	font-size: 21px;
	margin-left: 14px;
	font-weight: 400;
	position: relative;
	z-index: 5;
}

.btn:hover {
	background: #c9ac11;
}

.betturkey-main-text p,
.betturkey-main-text ul {
	padding-bottom: 10px;
	padding-top: 8px;
	line-height: 23px;
	color: #d3d3d3;
}

.betturkey-main-text ul {
	list-style-position: inside;
	padding-left: 15px;
}

h1 {
	font-size: 30px;
	padding: 0 0 15px;
}

h2 {
	font-size: 25px;
}

h2 {
	padding: 15px 0 10px;
}

h1 {
	font-family: 'HelveticaNeueCyr-Thin', Arial, sans-serif;
	color: #fff;
	font-weight: 100;
}

h2 {
	font-family: 'HelveticaNeueCyr-Thin', Arial, sans-serif;
	color: #fff;
	font-weight: 100;
}

.betturkey-main-text a {
	color: #fff;
	text-decoration: none;
}

.betturkey-main-text a:visited {
	color: #ff6613;
}

.site-logo {
	margin-right: auto;
}

.site-logo img {
	width: 80%;
}

.l-logo {
	margin: -6px;
	font-size: 24px;
	font-weight: 600;
	font-family: Rubik, sans-serif;
	line-height: 1.57;
	font-style: italic;
	background: linear-gradient(180deg, #fff 0%, #fff 100%);
	background-image: #fff;
	background-position-x: initial;
	background-position-y: initial;
	background-size: initial;
	background-repeat: initial;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: initial;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.r-logo {
	margin: 0;
	font-size: 24px;
	font-weight: 400;
	font-family: Rubik, sans-serif;
	line-height: 1.57;
	font-style: italic;
	background: linear-gradient(180deg, #fff 0%, #fff 100%);
	background-image: #fff;
	background-position-x: initial;
	background-position-y: initial;
	background-size: initial;
	background-repeat: initial;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: initial;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.brand-table-container {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.brand-table {
	border-collapse: collapse;
	width: 100%;
}

.brand-table td {
	border: 3px solid #ddd;
	padding: 8px;
	text-align: center;
	margin-right: 40px;
}

.brand-logo {
	max-width: 120px; /* Вы можете изменить размер логотипа */
}

.brand-info {
	text-align: center;
}

.brand-button {
	background-color: #202022;
	color: white;
	padding: 10px 20px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	transition: background-color 0.3s;
	box-shadow: 0px -1px 14px 1px #eeeaf1;
}

@media only screen and (max-width: 850px) {
	.header .betturkey-header-top .btn {
		margin: 0 5px;
	}
	.header .betturkey-header-top .container {
		justify-content: center;
	}
	.site-logo {
		width: 100%;
	}
}

@media only screen and (max-width: 500px) {
	.header .betturkey-header-top .btn {
		margin-top: 10px;
	}
	img[class*='wp-image'] {
		display: block;
		float: none;
		margin: 0 auto;
	}
}

table {
	border: 2px;
	border-radius: 4px;
	margin: auto;
	margin-top: 10px;
	width: 90%;
	background: #1d1c1c;
}

th {
	text-align: center;
	width: 40%;
	border: 3px solid #ff0000;
	border-radius: 5px;
	color: #ffffff;
	height: 24px;
}

td {
	padding: 8px;
	text-align: center;
	border-radius: 4px;
}

@media all and (min-width: 1520px) {
	.wp-site-blocks .content-container .alignwide {
		margin-left: -115px;
		margin-right: -115px;
		width: unset;
		max-width: unset;
	}
}

.content-style-boxed .wp-site-blocks .entry-content .alignwide {
	margin-left: -2rem;
	margin-right: -2rem;
}

@media all and (max-width: 1024px) {
	.content-style-boxed .wp-site-blocks .entry-content .alignwide {
		margin-left: -2rem;
		margin-right: -2rem;
	}
}

@media all and (max-width: 767px) {
	.content-style-boxed .wp-site-blocks .entry-content .alignwide {
		margin-left: -1.5rem;
		margin-right: -1.5rem;
	}
}

body.footer-on-bottom #wrapper {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

body.footer-on-bottom #inner-wrap {
	flex: 1 0 auto;
}

.site-footer-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.site-footer-row.site-footer-row-columns-1 {
	display: flex;
	justify-content: center;
}

.site-footer-row.site-footer-row-columns-1 .site-footer-section {
	flex: 1;
	text-align: center;
	min-width: 0;
}
.site-footer-section {
	display: flex;
	max-height: inherit;
}

.footer-widget-area {
	flex: 1;
	min-width: 0;
	display: flex;
}

.footer-widget-area > * {
	flex: 1;
	min-width: 0;
}

.site-footer-section {
	position: relative;
}

.site-footer-section:not(:last-child):after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	height: auto;
	width: 0;
	right: -15px;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}

.footer-html {
	margin: 1em 0;
}

.footer-html p:last-child {
	margin-bottom: 0;
}

.footer-html p:first-child {
	margin-top: 0;
}

.site-bottom-footer-inner-wrap {
	padding-top: 0;
	padding-bottom: 30px;
	grid-column-gap: 30px;
}

.site-bottom-footer-inner-wrap .site-footer-section:not(:last-child):after {
	right: calc(-30px / 2);
}
footer small {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0 25px;
}

footer small p {
	font: 13px;
	color: #ccc;
	justify-content: center;
}
a {
	text-decoration: none;
}
.img-cov-small {
	width: 200px;
}
.img-cov-small img {
	width: 100%;
}
