/*!
Theme Name: Bookmakers
Author: NB-SOFT
Description: ÐÐµÑÑÐ¾Ð½Ð°Ð»ÑÐ½Ð°Ñ ÑÐµÐ¼Ð° Ð´Ð»Ñ Ð±ÑÐºÐ¼ÐµÐºÐµÑÑÐºÐ¸Ñ ÐºÐ¾Ð½ÑÐ¾Ñ (Bookmakers)
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bookmakers
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

bookmakers is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
p {
	margin: 0;
	padding: 0;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
}

body {
	background: #F5F5F5;
}

:root {
	--yellow: #FFD400;
}

.wrap {
	max-width: 1160px;
	margin: auto;
	padding: 0 20px;
	height: 100%
}

.mobile {
	display: none !important;
}

header {
	height: 42px;
}

.body_header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

img.logo_site {
	width: 145px;
}

.right__block_header {
	display: -ms-grid;
	display: grid;
}

.text__header__one {
	color: #FFD400;
	font-size: 11px;
	text-align: right;
	font-weight: 400;
}

.text__header__two {
	color: #fff;
	font-size: 11px;
	text-align: right;
	font-weight: 700;
}

.banner__top {
	/* background-image: url("img/bg.png"); */
	min-height: 378px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.title__banner__top {
	color: #fff;
	font-size: 35px;
	font-weight: 700;
	text-align: center;
	margin-top: 50px;
}

.description__banner__top {
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	margin-top: 20px;
	display: block;
}

.yellow__text {
	color: #FFD400;
}

.list__banner__element {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 95px 1fr 95px 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 95px;
	list-style: none;
	margin-top: 55px;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.item__banner_element {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.title__item_banner {
	background: #fff;
	font-size: 17px;
	line-height: 21px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px 9px;
	border-radius: 5px;
	font-weight: 700;
	margin-top: 30px;
}

.list__bookmakers {
	list-style: none;
	margin-top: 52px;
}

.list__bookmakers li:nth-child(1) {
	border: solid var(--yellow) 2px;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.list__bookmakers li {
	margin-bottom: 38px;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.2s linear;
	transition: -webkit-transform 0.2s linear;
	transition: transform 0.2s linear;
	transition: transform 0.2s linear, -webkit-transform 0.2s linear;
	border-radius: 5px;
}

.list__bookmakers li:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: -webkit-transform 0.2s linear;
	transition: -webkit-transform 0.2s linear;
	transition: transform 0.2s linear;
	transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.item_bookmakers {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 260px 1fr 1fr;
	grid-template-columns: 260px 1fr 1fr;
	border-radius: 5px;
	background: #fff;
	text-decoration: none;
	color: #000;
}

.middle__block__bookmakers {
	padding-left: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.text_bonus {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 8px;
	display: block;
}

.text__description__bookmakers {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 15px;
}

.block__logo_bookmakers {
	width: 100%;
	height: 170px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	border-radius: 5px 0px 0px 5px;
}

.number__bookmakers {
	position: absolute;
	font-size: 15px;
	bottom: 8px;
	right: 8px;
	color: #fff;
	opacity: 0.8;
}

.block__button_bookmakers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.btn__bookmakers {
	background: var(--yellow);
	color: #000;
	font-size: 17px;
	font-weight: 700;
	padding: 15px 30px;
	border-radius: 5px;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 38px;
	-webkit-transition: background 0.2s linear, color 0.2s linear;
	transition: background 0.2s linear, color 0.2s linear;
}

.btn__bookmakers:hover {
	background: #8bc34a;
	color: #fff;
	-webkit-transition: background 0.2s linear, color 0.2s linear;
	transition: background 0.2s linear, color 0.2s linear;
}

.mini__description {
	font-size: 15px;
	margin-bottom: 8px;
}

.title_page {
	font-size: 35px;
	font-weight: 700;
	text-align: center;
	margin-top: 14px;
	margin-bottom: 25px;
}

.content__page {
	margin-bottom: 50px;
}

.content__page p {
	line-height: 30px;
}

.sticker {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 10px;
	font-weight: 700;
	padding: 2px 5px 2px 15px;
	gap: 5px;
	border-radius: 5px;
	left: 0;
	top: -2px;
	left: -10px;
	text-transform: uppercase;
}

.block__information {
	margin-top: 50px;
}

.title_information {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
}

.description_information {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 20px;
}

.top__bookmakers {
	margin-top: 50px;
}

.title__top__bookmakers_block {
	font-size: 25px;
	text-align: center;
}

.top_list li {
	-webkit-transform: scale(1) !important;
	transform: scale(1) !important;
}

.list__logo__footer {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 20px;
}

.list__link_footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px;
	gap: 20px;
	padding-bottom: 20px;
	position: relative;
	width: 100%;
	list-style: none;
	flex-wrap: wrap;
}

.list__link_footer::before {
	content: "";
	width: 80%;
	display: block;
	height: 2px;
	bottom: 0;
	left: 50%;
	position: absolute;
	background: #fff;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.link_site {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.link_site:hover {
	color: var(--yellow);
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.text_footer {
	font-size: 15px;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 40px;
	text-align: center;
}

.copyright {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	display: block;
	text-align: center;
	padding-bottom: 20px;
}

.block__rewrite {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

.star-ratings {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	color: #ccc;
}

.star {
	display: inline-block;
	width: 20px;
	text-align: center;
	cursor: pointer;
}

@media screen and (max-width: 1100px) {
	.wrap {
		max-width: 900px;
		padding: 10px;
	}

	.mini__description {
		font-size: 13px;
	}

	.text__description__bookmakers {
		font-size: 14px;
	}

	.title_information {
		font-size: 20px;
	}
}

@media screen and (max-width: 950px) {
	.item_bookmakers {
		-ms-grid-columns: 1fr 2fr 1fr;
		grid-template-columns: 1fr 2fr 1fr;
	}

	.list__bookmakers li:nth-child(1) {
		border: solid var(--yellow) 2px;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	.btn__bookmakers {
		font-size: 10px;
	}
}

@media screen and (max-width: 800px) {
	.btn__bookmakers {
		text-align: center;
		font-size: 14px;
	}

	.banner__top {
		height: auto;
	}

	.title__banner__top {
		margin-top: 10px;
		font-size: 23px;
	}

	.list__banner__element {
		margin-bottom: 10px;
		margin-top: 10px;
		gap: 20px;
	}
	.title__item_banner{
		margin-top: 10px;
	}
}

@media screen and (max-width: 500px) {
	.description__banner__top {
		display: none;
	}

	.desctop {
		display: none;
	}

	.mobile {
		display: block !important;
	}

	.title__item_banner {
		font-size: 11px;
		line-height: 11px;
		height: 45px;
	}

	.list__logo__footer {
		display: -ms-grid;
		display: grid;
		justify-items: center;
	}

	.block__logo_bookmakers {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.block__rewrite.mobile span {
		color: #fff;
	}

	.middle__block__bookmakers {
		padding-left: 10px;
	}

	.item_bookmakers {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}

	.btn__bookmakers .mobile {
		display: flex !important;
	}

	.btn__bookmakers {
		text-align: center;
		font-size: 10px;
		margin: 0;
		padding: 9px 20px;
		width: 100%;
	}

	.middle__block__bookmakers {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-right: 8px;
	}

	.text__description__bookmakers {
		font-size: 13px;
		text-align: center;
	}

	.mini__description {
		font-size: 11px;
		text-align: center;
	}

	.text__description__bookmakers {
		margin-bottom: 5px;
	}

	img.logo_bookmaker {
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		padding: 0px 10px;
	}

	img.logo_site {
		width: 150px;
	}

	.text__header__one,
	.text__header__two {
		font-size: 10px;
	}

	.title_page {
		font-size: 30px;
	}
}