@charset "UTF-8";
/*! 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;500;700;900&display=swap");

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
     ========================================================================== */
button {
	cursor: pointer;
}

/**
   * Remove the margin in all browsers.
   */
.toc nav ul li::before {
	content: "\203A  ";
	color: #14B882;
}

.container__content ul li::before {
	content: "\203A  ";
	color: #14B882;
}

body {
	margin: 0;
}

p {
	word-wrap: break-word;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
	display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
blockquote {
	position: relative;
}

blockquote::before {
	content: "<<";
	color: black;
	position: absolute;
	left: -30px;
}

h1 {
	font-size: 2em;
	margin: 10px 0;
}

h2 {
	margin: 10px 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
     ========================================================================== */
a {
	background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	/* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
	font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
	font-size: 80%;
}

p {
	-webkit-margin-after: 0;
	margin-block-end: 0;
	-webkit-margin-before: 0;
	margin-block-start: 0;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
ul {
	margin: 0;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
	border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
	vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
	overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
	display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
	display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
	display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
	display: none;
}

.footer {
	background-color: #34455E;
	width: 100%;
	margin-top: 30px;
}

.footer__menu {
	padding: 15px 0;
	text-align: center;
}

.footer__menu__copyright {
	font-size: 15px;
	color: white;
}

.navbar-nav {
	margin: 0 auto;
	display: inline-block;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-top: 10px;
}

@media screen and (max-width: 769px) {
	.navbar-nav {
		display: none;
	}
}

.navbar-nav .nav-link {
	text-decoration: none;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.nav__item {
	margin-left: 60px;
	color: white;
	font-weight: 600;
}

@media screen and (max-width: 1025px) {
	.nav__item {
		margin-left: 20px;
		font-size: 18px;
	}
}

.nav__item:first-child {
	margin-left: 0;
}

.nav-item a {
	color: white;
}

.header__logo__footer {
	text-align: center;
	margin-top: 10px;
}

.not-found {
	width: 600px;
	margin: auto;
}

.not-found__text {
	margin-bottom: 10px;
	text-align: center;
}

.not-found .mirror-button {
	width: 300px;
	text-align: center;
	margin: auto;
}

/* LAYOUT */
body {
	font: 16px "Open Sans", sans-serif, Arial;
	color: #35415b;
	font-size: 125%;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 100vh;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.buttons {
	margin: auto;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	display: inline-block;
}

@media screen and (max-width: 488px) {
	.buttons {
		padding-top: 0;
		margin-top: 20px;
	}
}

.button-go {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-family: 'Roboto', sans-serif;
	font-size: 23px;
	line-height: 1.2 !important;
	font-weight: 700;
	text-decoration: none;
	border-radius: 30px;
	border-color: transparent;
	color: white;
}

.button-go:hover {
	text-decoration: underline;
}

.header__button {
	font-size: 20px;
	z-index: 1000;
	background-color: #14B882;
	padding: 10px 30px;
}

@media screen and (max-width: 769px) {
	.header__button {
		margin-left: auto;
		display: none;
	}
}

@media screen and (max-width: 426px) {
	.header__button {
		font-size: 17px;
	}
}

@media screen and (max-width: 376px) {
	.header__button {
		font-size: 15px;
	}
}

@media screen and (max-width: 321px) {
	.header__button {
		font-size: 16px;
	}
}

.banner__button {
	text-align: center;
	background-color: #14B882;
	padding: 10px 30px;
}

@media screen and (max-width: 1024px) {
	.banner__button {
		margin-top: 10px;
		margin-left: 0;
		font-size: 19px;
	}
}

@media screen and (max-width: 769px) {
	.banner__button {
		min-width: 265px;
		font-size: 18px;
	}
}

@media screen and (max-width: 426px) {
	.banner__button {
		font-size: 16px;
	}
}

@media screen and (max-width: 375px) {
	.banner__button {
		font-size: 16px;
		margin-top: 0;
	}
}

@media screen and (max-width: 330px) {
	.banner__button {
		font-size: 14px;
		margin-top: 0;
	}
}

.banner_btn_second {
	margin-left: 30px;
	border: 1px solid white;
	border-radius: 30px;
	padding: 10px 30px;
}

@media screen and (max-width: 769px) {
	.banner_btn_second {
		margin-left: 5px;
	}
}

@media screen and (max-width: 560px) {
	.banner_btn_second {
		margin-left: 0;
		font-size: 19px;
		display: inline-block;
		margin-top: 20px;
		min-width: 270px;
		text-align: center;
		min-width: 265px;
	}
}

@media screen and (max-width: 371px) {
	.banner_btn_second {
		min-width: 240px;
		font-size: 15px;
	}
}

.container {
	max-width: 1300px;
	margin: 0 auto;
	line-height: 1.5;
}

@media screen and (max-width: 769px) {
	.container {
		max-width: 95%;
	}
}

.container .content__header {
	font-size: 35px;
}

.container__content {
	margin-top: 35px;
}

.container__content ul {
	margin: 20px 0;
	list-style-type: none;
}

.container__content p img {
	display: block;
	margin: 25px auto;
	width: 80%;
}

@media screen and (max-width: 426px) {
	.container__content p img {
		width: 100%;
	}
}

.container__content h1,
.container__content h2,
.container__content h3,
.container__content h4 {
	text-align: center;
}

.container__content p {
	display: block;
	margin-top: 10px;
}

.container__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: 80px;
}

@media screen and (max-width: 426px) {
	.container__banner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.container__footer ul {
	list-style-type: none;
}

table {
	border-collapse: collapse;
	margin: 25px 0;
	overflow-x: auto;
	overflow-y: auto;
	width: 100%;
	display: inline-block;
}

@media screen and (max-width: 800px) {
	table {
		overflow-y: scroll;
		overflow-x: scroll;
		display: inline-block;
		font-size: 15px;
		width: 100%;
	}
}

table thead tr th {
	padding: .75rem;
}

table tbody {
	width: 100%;
	display: table;
}

table tbody tr:nth-of-type(odd) {
	background-color: rgba(20, 184, 130, 0.3);
}

table tbody tr td {
	padding: .75rem;
	border: 1px solid rgba(0, 0, 0, 0.2);
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.novosti__container h2,
.novosti__container h3,
.novosti__container h4,
.bookmakers_container h2,
.bookmakers_container h3,
.bookmakers_container h4 {
	text-align: center;
}

*,
::after,
::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 10;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0;
}

a {
	text-decoration: none;
	background-color: transparent;
}

.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 5bookmaker2_infopx) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

@media (min-width: 576px) {

	.container,
	.container-sm {
		max-width: 540px;
	}
}

@media (min-width: 768px) {

	.container,
	.container-md,
	.container-sm {
		max-width: 720px;
	}
}

@media (min-width: 992px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1140px;
	}
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col-auto {
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-12 {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
}

.col-md-6 {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

@media (min-width: 992px) {
	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
}

.nav-link {
	display: block;
	padding: .5rem 1rem;
}

.nav-link:focus,
.nav-link:hover {
	text-decoration: none;
}

body {
	font-family: 'Raleway', sans-serif;
}

a.logo:hover {
	opacity: 1;
}

a:hover,
button:hover {
	text-decoration: none;
	opacity: 0.8;
}

a {
	color: #007acc;
}

button {
	border: none;
}

/* Кнопки */
a.inline-block,
button.inline-block {
	display: inline-block;
	padding: 8px 40px;
}

a.display-block,
button.display-block {
	display: block;
	padding: 8px 20px;
	width: 300px;
	text-align: center;
}

a.color-1,
button.color-1 {
	background-color: #007acc;
	color: #fff;
	font-weight: 500;
}

a.radius,
button.radius,
input.radius {
	border-radius: 5px;
}

a.center {
	margin: 20px auto 10px;
}

a.big {
	padding: 16px 60px;
	font-size: 18px;
}

.first-block a.big {
	width: 360px;
}

.padding-a {
	padding: 8px 40px;
}

/* Отступы */
.m-t-10 {
	margin-top: 10px;
}

.m-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.m-t-20 {
	margin-top: 20px;
}

.m-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.p-b-20 {
	padding-bottom: 20px;
}

/* Тексты */
p.slogan-text {
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
}

p.slogan-text span {
	font-size: 68px;
	color: #007acc;
	font-weight: 900;
	text-transform: uppercase;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.white {
	color: #fff;
}

p.promo-text {
	font-size: 22px;
}

p.code-text {
	font-size: 20px;
	color: #fff;
	margin: 20px 0px 20px;
}

@media (max-width: 1199.98px) {
	.col-50 {
		width: 30%;
	}

	.first-block img {
		max-width: 530px;
	}

	.list-left .p-text {
		width: 100%;
		margin: 10px 5px 25px 5px;
	}

	header .logo img,
	footer .logo img {
		max-width: 180px;
		margin-top: 15px;
	}

	p.slogan {
		font-size: 14px;
		margin: 22px 0px 0px 15px;
	}

	.block-plus {
		margin-top: 10px;
	}

	.header-right.m-t-20 {
		margin-top: 10px;
	}

	.first-block .img-block,
	.first-block .img-block img {
		max-width: 255px;
	}

	.first-block .img-block.text-img {
		margin-left: 10px;
	}

	.first-block .img-block.text-img p {
		top: 40px;
	}

	.voucher {
		width: 430px;
		height: 235px;
	}

	.voucher .code {
		margin-top: 26px;
	}

	.first-block {
		background: url(https://1-win-bet.com/img/fon-main-1.jpg) center -160px no-repeat;
	}
}

@media (max-width: 991.98px) {
	header .header-right {
		margin-right: 90px;
	}

	.navbar-light .navbar-nav .nav-item .nav-link {
		padding-left: 0px;
	}

	a.inline-block,
	button.inline-block {
		padding: 8px 20px;
	}

	a.phone {
		padding: 8px 10px;
		font-size: 18px;
	}

	.col-50 {
		width: 100%;
	}

	.app-block .col-50 img {
		max-width: 200px;
		display: block;
		margin: 40px 0px 0px;
	}

	.first-block p.slogan-text {
		margin-top: 20px;
		margin-bottom: 30px;
	}

	.first-block img {
		margin-top: 30px;
		margin-bottom: 20px;
	}

	.list-left .p-text {
		width: 110px;
		margin: 10px 0px 5px 15px;
	}

	.first-block {
		background: url(https://1-win-bet.com/img/fon-main-1.jpg) center -109px no-repeat;
	}

	.voucher {
		width: 360px;
		height: 195px;
	}

	.first-block img {
		margin-top: 0px;
		margin-bottom: 10px;
	}

	.voucher img {
		width: 80px;
	}

	.voucher .code {
		margin-top: 15px;
		font-size: 36px;
	}

	.first-block .margin-other {
		margin: 10px 0px 25px;
	}
}

@media (max-width: 767.98px) {
	.logo-mini {
		max-width: 90px;
	}

	header .header-right a.inline-block {
		padding: 2px 20px;
	}

	header .header-right {
		margin-right: 80px;
	}

	.navbar-light .navbar-toggler {
		right: 0px;
		top: -61px;
	}

	.block-3-col img {
		max-width: 60px;
	}

	p.col-title {
		font-size: 20px;
	}

	.accordion .btn-link {
		font-size: 18px;
		text-align: left;
	}

	footer .col-auto {
		display: block;
		margin: 0px auto 20px;
	}

	footer p {
		font-size: 14px;
	}

	a.phone {
		display: block;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background: url(https://1-win-bet.com/img/phone-call.png) no-repeat center center, #00b7ff;
		font-size: 0px;
		background-size: 20px;
		padding: 0px;
	}

	header .header-right a.inline-block {
		display: block;
		text-align: center;
	}

	header .header-right {
		margin-top: 15px;
	}

	footer .m-t-10 {
		margin-top: 10px;
	}

	.list-left .p-text {
		width: 100%;
		margin: 10px 0px 5px 0px;
		text-align: center;
		padding: 0px 5px;
	}

	.list-left .number-circle {
		float: none;
		display: block;
	}

	.first-block p.slogan-text,
	p.code-text {
		text-align: center;
	}

	.first-block .margin-other {
		margin: 15px auto 25px;
	}

	.first-block .img-block,
	.first-block .img-block.text-img {
		float: none;
		margin-bottom: 20px;
		margin: 10px auto;
	}

	.first-block p.slogan-text {
		font-size: 28px;
		margin-bottom: 10px;
	}

	.voucher {
		margin: 15px auto 10px;
	}

	header .logo img,
	footer .logo img {
		max-width: 180px;
		margin-top: 10px;
	}
}

@media (max-width: 575.98px) {
	.navbar-light .navbar-toggler {
		right: 0px;
		top: -61px;
	}

	.first-block,
	.promo-block {
		padding: 20px 0px 0px;
	}

	p.code-text {
		text-align: center;
	}

	.first-block .col-auto {
		width: 100%;
	}

	p.slogan-text span {
		font-size: 48px;
	}

	.first-block a {
		margin: 0px auto;
	}

	.promo-block {
		padding: 20px 0px 20px;
	}

	.tabs-block #pills-tab li {
		display: block;
		width: 100%;
		text-align: center;
	}

	input.promocode {
		width: 100%;
	}

	header .col-auto {
		padding-left: 5px;
		padding-right: 5px;
	}

	.app-block .col-50 img {
		margin: 40px auto 0px;
	}

	p.center a {
		display: block;
	}

	.list-left .number-circle {
		float: left;
		display: block;
	}

	.list-left .p-text {
		width: 300px;
		margin: 20px 0px 5px 15px;
		text-align: left;
		padding: 0px 5px;
	}
}

@media (max-width: 459.98px) {
	header .header-right a.inline-block {
		padding: 2px 10px;
		font-size: 14px;
	}

	.navbar-light .navbar-toggler {
		padding: 0px;
		border: none;
	}

	header .header-right {
		margin-top: 10px;
	}

	header .header-right {
		margin-right: 50px;
	}

	a.phone {
		margin-top: 0px;
	}

	.navbar-light .navbar-toggler {
		top: -52px;
	}

	.list-left .p-text {
		width: 200px;
	}

	.header-right.m-t-20 {
		margin-top: 10px;
	}

	.voucher {
		width: 300px;
		height: 165px;
		padding: 15px;
	}

	.voucher .code {
		margin-top: 10px;
		font-size: 32px;
	}

	.first-block .margin-other {
		width: 100%;
	}
}

@media (max-width: 373.98px) {
	.first-block a.big {
		width: 100%;
	}

	.voucher {
		width: 250px;
		height: 135px;
		padding: 10px;
	}

	.voucher img {
		width: 60px;
	}

	.voucher .code {
		margin-top: 5px;
		font-size: 32px;
	}
}

@media (max-width: 339.98px) {

	header .logo img,
	footer .logo img {
		max-width: 70px;
	}

	header .header-right {
		margin-top: 5px;
	}

	.header-right.m-t-20 {
		margin-top: 5px;
	}

	.navbar-light .navbar-toggler {
		top: -48px;
	}
}

@media (max-width: 315.98px) {
	.list-left .p-text {
		width: 150px;
	}
}

@media (max-width: 450px) {
	.col-md-6 {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.burger {
		display: block !important;
	}
}

@media (max-width: 321px) {
	.burger {
		margin-right: 0px;
	}
}

/*  +++++++++++++++++++        template       +++++++++++++++++++++     */
ul.breadcrumbnav li {
	display: inline-block;
	list-style-type: none;
}

ul.breadcrumbnav li:hover a {
	color: #033252;
}

/*  +++++++++++++++++++++        slider    +++++++++++++++++++         */
.slider {
	position: relative;
	margin-top: 30px;
	overflow: hidden;
}

.slider__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: -webkit-transform 0.6s ease;
	transition: -webkit-transform 0.6s ease;
	transition: transform 0.6s ease;
	transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.slider__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.slider__control {
	position: absolute;
	z-index: 999;
	top: 50%;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	color: #fff;
	text-align: center;
	opacity: 0.5;
	height: 50px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 551px) {
	.slider__control {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	.slider__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.slider__control_show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.slider__control:hover,
.slider__control:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9;
}

.slider__control_left {
	left: 0;
}

.slider__control_right {
	right: 0;
}

.slider__control::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent no-repeat center center;
	background-size: 100% 100%;
}

.slider__control_left::before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.slider__control_right::before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.slider__item>div {
	text-align: center;
}

.slider_container {
	position: relative;
}

.slider_container a img {
	position: relative;
	height: 100% !important;
}

.slider_bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-filter: brightness(0.5);
	filter: brightness(0.5);
	width: 100% !important;
}

.slider_content {
	position: absolute;
	z-index: 2;
	top: 0;
	text-align: left;
	left: 0;
	color: #fff;
	padding: 10px 30px 10px 40px;
}

.slider_content a {
	color: #fff;
}

/*   +++++++++++ taxonomy ++++++++++++*/
.tags {
	font-size: 16px;
	color: #fff;
}

.tags a {
	color: #fff;
}

/*   +++++++++ slots +++++++++++++++++*/
.slots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 30px 0;
}

.slots_content h2 {
	margin-bottom: 10px;
	margin-top: 10px;
	color: black;
}

.slots_container {
	border-radius: 20px;
	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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.slots__item {
	width: 24%;
	position: relative;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.slots_bg {
	width: 100% !important;
	border-radius: 20px;
	position: relative;
}

.slots_inner {
	text-align: center;
	cursor: pointer;
	margin-top: auto;
}

.slots_btn,
.slots_btn_second {
	padding: 10px 25px;
	font-size: 18px;
	border-radius: 30px;
	color: #fff;
	font-weight: 500;
	min-width: 180px;
}

.slots_btn {
	background-color: #3c6382;
	margin-bottom: 10px;
}

/*   +++++++++ bookmakers +++++++++++++++++++ */
.bookmaker__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 10px auto;
	color: white;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bookmaker__full__item {
	-webkit-box-shadow: 0 0 25px 0 #d1d1d1;
	box-shadow: 0 0 25px 0 #d1d1d1;
	margin: 10px auto;
	margin-bottom: 15px;
	padding: 20px 10px;
	border-radius: 20px;
	-webkit-transition: 0.3s all linear;
	transition: 0.3s all linear;
}

.bookmaker__full__item:hover {
	-webkit-box-shadow: 0 0 25px 10px #d1d1d1;
	box-shadow: 0 0 25px 10px #d1d1d1;
}

.block_text_under_block {
	text-align: center;
	font-style: italic;
}

.text_under_block {
	text-align: center;
	display: inline-block;
	font-style: italic;
}

.bookmaker_title {
	text-align: center;
}

.bookmaker_logo {
	width: 150px;
}

.bookmaker_btns button {
	padding: 5px 20px;
	font-size: 18px;
	border-radius: 5px;
	color: #fff;
	font-weight: 500;
}

.bookmaker2_button {
	margin-top: auto;
}

.bookmaker2_button a,
.bookmaker2_info button,
.bookmaker2_link {
	min-width: 180px;
}

.bookmaker2_link {
	text-align: center;
	display: inline-block;
	padding: 10px 25px;
	margin-top: auto;
	font-weight: 700;
	font-size: 17px;
	color: #fff;
	border-radius: 30px;
	background-color: #3c6382;
}

.bookmaker2_info button {
	color: white;
	z-index: 1000;
	background-color: #14B882;
	padding: 10px 30px;
	margin-top: 10px;
	font-weight: 700;
	font-size: 17px;
	border-radius: 30px;
}

.bookmaker_btns .bookmaker_btn_first {
	text-align: center;
	display: inline-block;
	padding: 10px 25px;
	margin-top: 10px;
	font-weight: 700;
	font-size: 17px;
	color: #fff;
	border-radius: 30px;
	background-color: #3c6382;
}

.bookmaker_btns .bookmaker_btn_second {
	color: white;
	z-index: 1000;
	background-color: #14B882;
	padding: 10px 30px;
	margin-top: 10px;
	font-weight: 700;
	font-size: 17px;
	border-radius: 30px;
}

.blue {
	background: #007acc;
}

.gray {
	font-weight: 700 !important;
	border: 1px solid #007acc;
	background: transparent;
	color: white;
}

/* +++++++++++ news list +++++++++++++++++*/
.novosti__all {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
}

.novosti_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px 0;
	border-radius: 10px;
	background-color: white;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 20px 5px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 31%;
	-webkit-transition: 0.3s all linear;
	transition: 0.3s all linear;
	-webkit-box-shadow: 0 0 25px 0 #d1d1d1;
	box-shadow: 0 0 25px 0 #d1d1d1;
}

.novosti_list:hover {
	-webkit-box-shadow: 0 0 25px 10px #d1d1d1;
	box-shadow: 0 0 25px 10px #d1d1d1;
}

@media screen and (max-width: 769px) {
	.novosti_list {
		width: 48%;
	}
}

.novosti_img a img {
	margin-bottom: 20px;
}

.novosti_tags {
	margin-bottom: 10px;
}

.novosti_read {
	color: #14B882;
	font-size: 16px;
}

.breadcrumbls {
	margin-top: 15px;
	display: inline-block;
	border-bottom: 1px solid #d1d1d1;
	padding: 0;
}

.novosti_info a h2 {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.novosti_metki {
	color: #14B882;
}

.novosti_info {
	padding: 0 20px;
	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-align: left;
	-ms-flex-align: left;
	align-items: left;
}

.bookmaker_logo a img {
	width: 150px;
}

:root {
	--star-size: 30px;
	--star-color: #fff;
	--star-background: #fc0;
}

.Stars {
	--percent: calc(var(--rating) / 5 * 100%);
	display: inline-block;
	font-size: var(--star-size);
	font-family: Times;
	line-height: 1;
}

.Stars::before {
	content: '★★★★★';
	letter-spacing: 3px;
	background: -webkit-gradient(linear, left top, right top, from(var(--star-background)), to(var(--star-color)));
	background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* **************** comments ******************* */
/* **************** comments ******************* */
.card:first-child {
	display: none;
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: .25rem;
	margin-top: 15px;
	margin-bottom: 15px;
}

.card-date {
	font-size: 18px;
}

.logos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.card-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 1px;
	padding: 10px;
}

@media screen and (max-width: 769px) {
	.card-body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.card-body img {
	width: 66px;
	border: 1px #000 solid;
	border-radius: 50%;
	padding: 9px;
}

.card_info {
	margin-bottom: .75rem;
	min-width: 10%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #1b1d21;
}

@media screen and (max-width: 560px) {
	.card_info {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.card-text {
	color: #1b1d21;
	margin-left: 10px;
}

.card-title {
	display: inline-block;
	font-weight: 700;
	margin-bottom: 0;
}

@media screen and (max-width: 560px) {
	.card-title {
		margin-left: 10px;
	}
}

.card-img,
.card-img-bottom,
.card-img-top {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
}

.card-img,
.card-img-top {
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
}

.card-img,
.card-img-bottom {
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px);
}

.panel-title {
	background-color: #f4f6f5;
	color: black;
	text-decoration: none;
	display: block;
	border-radius: 0.25rem !important;
	padding: 1rem !important;
	cursor: pointer;
	border-bottom: 1px dashed black;
	-webkit-transition: 0.5s all linear;
	transition: 0.5s all linear;
	font-weight: bold;
	display: block;
}

.panel-body {
	display: none;
	text-indent: 1rem;
	text-align: justify;
	margin-top: 0;
	margin-bottom: 1rem;
	font-style: italic;
	-webkit-transition: 0.5s all linear;
	transition: 0.5s all linear;
}

.panel-active {
	margin-bottom: 0;
	border-bottom: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-transition: 0.5s all linear;
	transition: 0.5s all linear;
}

.active {
	display: inline-block;
	-webkit-transition: 0.5s all linear;
	transition: 0.5s all linear;
}

.active p {
	margin-top: 10px;
	-webkit-transition: 0.5s all linear;
	transition: 0.5s all linear;
}

.stavki {
	margin: 50px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.stavki_metki {
	color: #14B882 !important;
}

.stavki__item {
	width: 32%;
	background-color: white;
	color: black;
	border-radius: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 20px;
	-webkit-transition: 0.3s all linear;
	transition: 0.3s all linear;
	-webkit-box-shadow: 0 0 25px 0 #d1d1d1;
	box-shadow: 0 0 25px 0 #d1d1d1;
}

.stavki__item:hover {
	-webkit-box-shadow: 0 0 25px 10px #d1d1d1;
	box-shadow: 0 0 25px 10px #d1d1d1;
}

.stavki__item a {
	color: inherit;
}

.stavki__item:hover {
	-webkit-box-shadow: 0px 0px 3px 4px #bdb1b170;
	box-shadow: 0px 0px 3px 4px #bdb1b170;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.stavki__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

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

.stavki__koff {
	border: 1px #007acc solid;
	border-radius: 20px;
	padding: 3px 10px;
	font-weight: 700;
	color: #007acc;
	margin-bottom: 5px;
}

.stavki__date {
	font-size: 14px;
	font-style: italic;
}

.stavki__title {
	font-weight: 700;
	margin: 10px 0 20px 0;
	position: relative;
}

.stavki__title:after {
	width: 100%;
	height: 1px;
	background: #bda8a866;
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
}

.stavki__tags {
	color: #14B882;
}

.stavki_inner_info {
	margin: 20px auto;
	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-shadow: 0px 0px 3px 0px #bdb1b170;
	box-shadow: 0px 0px 3px 0px #bdb1b170;
	border-radius: 20px;
	padding: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 430px) {
	.stavki_inner_info {
		padding: 20px 5px;
	}
}

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

.stavki_inner_green {
	color: #14B882;
}

.stavki_main_title {
	font-size: 25px;
	margin: 5px 0;
}

.stavki_inner_info_logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	padding: 20px;
	width: 280px;
}

.stavki_logos_mobile {
	display: none;
}

.stavki_inner_info_team {
	font-size: 28px;
	font-weight: 700;
	margin-top: 30px;
	text-align: center;
}

.stavki_inner_info_td {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-size: 33px;
	font-weight: 700;
	color: #007acc;
}

.stavki_inner_info_date,
.stavki_inner_info_time {
	display: inline-block;
}

.stavki_inner_info_type,
.stavki_inner_info_place,
.stavki_inner_info_koff {
	margin-bottom: 10px;
}

.author_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-shadow: 0px 0px 1px 1px #1b1d21;
	box-shadow: 0px 0px 1px 1px #1b1d21;
	border-radius: 20px;
	margin: 30px 0;
	width: 50%;
	padding: 20px 0;
	background-color: white;
}

.author_logo {
	width: 60px;
	height: 60px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 3px 1px #1b1d21;
	box-shadow: 0px 0px 3px 1px #1b1d21;
	overflow: hidden;
	margin: 15px;
}

.author_logo img {
	width: 100%;
}

.author_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.author_view {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.author_rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.author_item span {
	font-weight: 700;
	margin-right: 10px;
}

.view_num {
	font-weight: 300 !important;
	color: #007acc;
	margin-left: 10px;
}

.author_rating .rating {
	margin-right: 10px;
}

.reply_form {
	position: relative;
	width: 50%;
	-webkit-box-shadow: 0px 0px 3px 0px #bdb1b170;
	box-shadow: 0px 0px 3px 0px #bdb1b170;
	margin: 30px auto;
	padding: 40px;
}

.reply_form input {
	width: 100%;
}

.reply_form textarea {
	width: 100%;
	resize: none;
}

.reply_form button {
	margin-top: 20px;
	background-color: #14B882;
	color: #fff;
	width: 100%;
	font-weight: 500;
	border: none;
	border-radius: 5px;
	padding: 5px 0;
}

.reply_form button:hover {
	text-decoration: none;
	opacity: 0.8;
}

.reply_form input:focus,
.reply_form textarea:focus {
	outline: none;
}

.form_alarm {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	z-index: 999;
	background: #007acc;
	color: #fff;
	padding: 20px;
	width: 100%;
	text-align: center;
	font-size: 22px;
}

.form_alarm.show {
	display: block;
}

.bookmakers2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bookmaker2__item {
	width: 23.5%;
	background-color: #fff;
	-webkit-box-shadow: 0 0 25px 0 #d1d1d1;
	box-shadow: 0 0 25px 0 #d1d1d1;
	margin: 15px 5px;
	padding: 20px;
	border-radius: 5px;
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.3s all linear;
	transition: 0.3s all linear;
}

.bookmaker2__item:hover {
	-webkit-box-shadow: 0 0 25px 10px #d1d1d1;
	box-shadow: 0 0 25px 10px #d1d1d1;
}

.bookmaker2__item .bookmaker2_title {
	margin: 10px 0;
	font-size: 23px;
}

.bookmaker2__item .bookmaker2_title a {
	color: black;
}

.bookmaker2_title,
.bookmaker2_text,
.bookmaker2_button {
	text-align: center;
}

.bookmaker2_text {
	font-size: 18px;
	margin-top: 10px;
}

.bookmaker2_logo {
	width: 150px;
	margin: 20px;
}

.bookmaker2_logo img {
	width: 100%;
}

.bookmaker2_info {
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bookmaker2_button .bookmaker_btn_first {
	display: inline-block;
	padding: 10px 25px;
	margin-top: 10px;
	font-weight: 700;
	font-size: 17px;
	color: #fff;
	border-radius: 30px;
	background-color: #3c6382;
}

.bookmaker2_title:hover {
	opacity: .8;
}

/************/
.bookmakers3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bookmaker3__item {
	width: 23%;
	-webkit-box-shadow: 0 0 25px 0 #d1d1d1;
	box-shadow: 0 0 25px 0 #d1d1d1;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 20px;
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.3s all linear;
	transition: 0.3s all linear;
}

.bookmaker3__item:hover {
	-webkit-box-shadow: 0 0 25px 10px #d1d1d1;
	box-shadow: 0 0 25px 10px #d1d1d1;
}

.bookmaker3_info .bookmaker_btn_first {
	text-align: center;
	display: inline-block;
	padding: 10px 25px;
	margin-top: auto;
	font-weight: 700;
	font-size: 17px;
	color: #fff;
	border-radius: 30px;
	background-color: #3c6382;
	min-width: 180px;
}

.bookmaker3_info .bookmaker_btn_second {
	color: white;
	z-index: 1000;
	background-color: #14B882;
	padding: 10px 30px;
	margin-top: 10px;
	font-weight: 700;
	font-size: 17px;
	border-radius: 30px;
	min-width: 180px;
}

.bookmaker3_logo {
	width: 100px;
	margin-right: 20px;
}

.bookmaker3_logo img {
	width: 100%;
}

.bookmaker3_info {
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 250px;
	text-align: center;
}

.bookmaker3_title:hover {
	opacity: .8;
}

.bookmaker3_info button {
	color: #fff;
	padding: 10px 30px;
	border-radius: 10px;
}

.stale_container {
	margin: 20px 0;
}

.news_tale {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.news_tale__item {
	width: 31.6%;
	position: relative;
	height: 300px;
	overflow: hidden;
	border-radius: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.news_tale__item a {
	width: 100%;
	height: 100%;
	position: absolute;
}

img.news_tale_img {
	height: 100%;
	width: auto;
	-webkit-filter: brightness(0.5);
	filter: brightness(0.5);
}

.news_tale_content {
	position: absolute;
	bottom: 10%;
	left: 20px;
}

.news_tale_content h4 {
	color: #fff;
}

.news_tale_content a {
	position: relative;
}

.news_tale_content p {
	color: #fff;
}

.news_card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.news_card__item {
	width: 48%;
	-webkit-box-shadow: 0px 0px 3px 0px #bdb1b170;
	box-shadow: 0px 0px 3px 0px #bdb1b170;
	border-radius: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 20px;
}

.news_card_main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.news_card_main a {
	width: 50%;
}

img.news_card_img {
	border-radius: 20px;
	margin: 0;
	width: 100%;
}

.news_card_main h4 {
	margin-left: 10px;
}

.news_card_text {
	margin: 20px 0;
}

.news_card_meta .tags,
.news_card_meta .tags a {
	color: #000;
}

.news_card_meta {
	position: relative;
}

.news_card_meta:before {
	background: #958e8e4f;
	width: 100%;
	height: 1px;
	position: absolute;
	content: "";
	top: -10px;
	left: 0;
}

.slots__item {
	border-radius: 20px;
	background-color: white;
	color: black;
	margin: 10px 0;
	margin-right: 8px;
	-webkit-transition: 0.3s all linear;
	transition: 0.3s all linear;
	-webkit-box-shadow: 0 0 25px 0 #d1d1d1;
	box-shadow: 0 0 25px 0 #d1d1d1;
}

.slots__item:hover {
	-webkit-box-shadow: 0 0 25px 10px #d1d1d1;
	box-shadow: 0 0 25px 10px #d1d1d1;
}

.slots_btn_second,
.slots2_btn_second {
	background-color: #14B882 !important;
}

.slots2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.slots2__item {
	width: 23%;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	height: 220px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 15px;
}

@media screen and (max-width: 769px) {
	.slots2__item {
		width: 31%;
	}
}

.slots2_bg {
	position: absolute;
	height: 100%;
	right: 25%;
	margin-right: -75px;
}

@media screen and (max-width: 769px) {
	.slots2_bg {
		right: 20%;
	}
}

@media screen and (max-width: 559px) {
	.slots2_bg {
		right: 27%;
	}
}

.slots2_content {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	background: #000000a3;
	width: 100%;
	height: 100%;
}

.slots2__item:hover .slots2_content {
	display: block;
}

.slots2_rating {
	position: absolute;
	top: 10px;
	right: 10%;
	color: #fff;
}

.slots2_rating svg {
	margin-right: 5px;
}

.slots2_content .tags {
	text-align: center;
	margin-top: 30px;
	text-decoration: underline;
	color: #cfc8c8;
}

.slots2_content .tags a {
	color: #cfc8c8;
}

.slots2_content h4 {
	color: #fff;
}

.slots2_btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 50%;
	margin: auto;
}

@media screen and (max-width: 1024px) {
	.slots2_btns {
		width: 80%;
		margin-top: auto;
	}
}

.slots2_btns button {
	margin-bottom: 10px;
}

.slots2_btns button:last-child {
	background: transparent;
	border: 1px #007acc solid;
}

.bookmaker_info {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	color: black;
}

.bookmaker_blur {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #00000054;
	z-index: 1;
}

.container.bookmakerinfo {
	z-index: 999;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 20px 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bookmakerinfo_logo img {
	width: 240px !important;
}

.bookmakerinfo_text {
	margin-left: 30px;
	color: #fff;
}

.bookmakerinfo_title {
	font-weight: 700;
	font-size: 33px;
	margin-bottom: 20px;
}

.bookmakerinfo_subtitle {
	color: white;
	margin-bottom: 20px;
}

.bookmakerinfo_text button {
	margin-top: 20px;
	padding: 16px 60px;
	font-size: 18px;
	border-radius: 5px;
	background-color: #14B882;
	color: #fff;
	font-weight: 500;
	display: inline-block;
	padding: 8px 40px;
	-webkit-box-shadow: 0px 0px 7px 3px #0fa674;
	box-shadow: 0px 0px 7px 3px #0fa674;
	cursor: pointer;
}

.bookmakerinfo_rating {
	position: absolute;
	color: #fff;
	top: 20px;
	right: 0;
	font-size: 25px;
}

.bookmakerinfo_rating svg {
	background: #ffffff63;
	padding: 4px;
	border-radius: 50%;
	margin-right: 10px;
}

.bookmakerbenefits {
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.bookmakerbenefits_plus,
.bookmakerbenefits_minus {
	width: 50%;
	padding: 30px;
	-webkit-box-shadow: 0px 0px 1px 0px #1b1d21;
	box-shadow: 0px 0px 1px 0px #1b1d21;
	border-radius: 20px;
	background-color: white;
	position: relative;
}

.bookmakerbenefits_plus,
.bookmakerbenefits_minus li {
	list-style-type: none;
}

.bookmakerbenefits_plus span {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 44px;
	font-weight: 700;
	background: #46df46b3;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 1;
	border-radius: 50%;
	color: #fff;
}

.bookmakerbenefits_minus span {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 44px;
	font-weight: 700;
	background: #e55e5e8f;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: .8;
	border-radius: 50%;
	color: #fff;
}

.bookmakerbenefits_plus {
	margin-right: 10px;
}

.bookmakerbenefits_plus li:before {
	content: "\2714";
	color: #46df46b3;
	font-size: 22px;
	font-weight: 700;
	margin-right: 10px;
}

.bookmakerbenefits_minus li:before {
	content: "\2718";
	color: #e55e5e8f;
	font-size: 22px;
	font-weight: 700;
	margin-right: 10px;
}

.news_tags {
	text-align: left;
	margin: auto;
	margin-bottom: 10px;
	z-index: 1000;
	position: relative;
}

.newssingle_img {
	z-index: 10;
}

.news_tags p {
	background: #f2f2f2;
	display: inline-block;
	padding: 10px 40px;
	border-radius: 5px;
	margin: 0;
	font-size: 18px;
}

.news_tags p a {
	color: #14B882 !important;
}

.newssingle {
	position: relative;
	padding-bottom: 1px;
	padding-top: 1px;
}

.newssingle_img {
	width: 80%;
	height: 300px;
	margin: auto;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 20px;
	margin-bottom: 30px;
}

.sidebar__item {
	margin: 30px 0;
	-webkit-box-shadow: 0px 0px 3px 0px #bdb1b170;
	box-shadow: 0px 0px 3px 0px #bdb1b170;
	border-radius: 20px;
	padding: 20px;
}

.sidebar_logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sidebar_logo a img {
	width: 100px;
}

.sidebar_title {
	font-size: 20px;
	text-align: center;
}

.sidebar_btns,
.sidebar_btns button {
	width: 100%;
}

.sidebar .slots {
	margin: 0;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

.pagination {
	text-align: center;
}

.pagination li {
	display: inline-block;
}

.pagination li a {
	color: #000;
	font-size: 22px;
}

.short_btn {
	color: white;
	font-size: 18px;
}

.main_h1 {
	text-align: center;
}

.sidebar {
	margin-left: 20px;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

.sidebar .bookmakers2 .bookmaker2__item .bookmaker2_info .bookmaker2_link {
	margin-top: 20px;
}

.sidebar .bookmakers2 .bookmaker2__item .bookmaker2_info .bookmaker2_link,
.sidebar .bookmakers2 .bookmaker2__item .bookmaker2_info button {
	padding: 7px 0;
	font-size: 15px;
	min-width: 140px;
}

.sidebar .bookmakers2 .bookmaker2__item .bookmaker2_logo {
	margin-top: 10px;
	margin-bottom: 0;
}

.sidebar .bookmaker2__item .bookmaker2_title a {
	font-size: 19px;
}

.sidebar .bookmakers2 .bookmaker2__item .bookmaker2_info .bookmaker2_text {
	display: none !important;
}

.sidebar .bookmakers2 .bookmaker2__item,
.sidebar .news_tale .news_tale__item {
	width: 100%;
	padding: 15px 0;
	max-height: 280px;
	margin: 15px 0;
}

.sidebar .news_tale .news_tale__item a img {
	right: 55%;
}

.sidebar .slots .slots__item {
	width: 100%;
}

.sidebar .slots_content h2 {
	text-align: center;
}

.bookmakers .bookmaker__item .bookmaker_info {
	max-width: 300px;
}

.bookmakers .bookmaker__item .bookmaker_info .bookmaker_text {
	text-align: center;
}

.news_card_img {
	height: 140px;
}

.footer .container .navbar_nav_social li {
	width: 60px;
	color: rgba(0, 0, 0, 0);
}

.footer .container .navbar_nav_social li a {
	color: rgba(0, 0, 0, 0);
}

.nav_vk,
.nav_telegram,
.nav_youtube {
	background-size: contain;
	background-repeat: no-repeat;
}

.nav_vk {
	background-image: url("../images/social/vk.png");
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.nav_telegram {
	background-image: url("../images/social/telegram.png");
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.nav_youtube {
	background-image: url("../images/social/youtube.png");
	background-size: 105%;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.toc {
	border: 1px dashed #d1d1d1;
	border-radius: 20px;
	max-width: 70%;
	position: relative;
	margin-bottom: 40px;
}

@media screen and (max-width: 769px) {
	.toc {
		max-width: 98%;
	}
}

.toc h2 {
	text-align: left;
	margin-left: 20px;
	margin-bottom: 30px;
}

.slots_top10_header {
	text-align: center;
}

#TableOfContents a {
	color: black;
	text-decoration: none;
}

#TableOfContents li {
	padding: 3px 0;
	z-index: 1000;
}

#TableOfContents {
	max-height: 250px;
	height: 100%;
	overflow: hidden;
}

.toc_arrow.none {
	display: none;
}

.toc_arrow {
	z-index: 10;
	position: absolute;
	/*content: "\02EC";*/
	color: #14B882;
	font-size: 14px;
	bottom: -30px;
	width: 100%;
	height: 37px;
	cursor: pointer;
	border: none;
	background: rgba(0, 0, 0, 0);
}

.toc_arrow:before {
	z-index: 10;
	content: "\02EC";
	font-size: 77px;
	position: absolute;
	bottom: 10px;
}

.toc_arrow.hide:before {
	content: "\02C6";
	bottom: auto;
}

#TableOfContents.open {
	max-height: 100% !important;
}

.stavki_tags strong {
	color: black;
}

.sidebar .bookmaker2__item .bookmaker2_info {
	margin-bottom: 10px;
}

.stavki_inner_info_img .stavki__img {
	width: 100px;

}

.stavki__img {
	width: 50px !important;
	height: 50px !important;
	object-fit: cover;
}

.input_name,
.input_email {
	height: 40px;
	border-radius: 30px;
	padding-left: 15px;
}

.input_textarea {
	border-radius: 30px;
	padding-left: 15px;
	padding-top: 15px;
	border: 2px solid black;
}

.bookmaker_table {
	max-width: 40%;
	text-align: left;
}

.bookmakers_special_strong {
	color: black;
}

.bookmakers_casino,
.bookmakers_slots,
.bookmakers_bonus {
	color: #14B882;
}

.bookmakers_special {
	margin-top: 20px;
	border: 1px solid #d1d1d1;
	border-radius: 20px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 15px;
	margin-bottom: 20px;
}

.breadcrumbnav {
	margin-bottom: 15px;
}

.slots_single_table {
	padding: 0;
	font-size: 16px;
	margin-left: 0;
}

@media screen and (max-width: 780px) {
	.slots_single_table {
		max-width: 99%;
		display: block;
		overflow-y: scroll;
		overflow-x: scroll;
	}
}

.slots_single_table tbody tr td {
	padding: 5px;
}

.container_taxonomy {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.banner_btn_second {
	background: transparent;
}

.navbar_nav_menu_footer li a {
	color: white;
	font-weight: 600;
}

.slots_special {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 2px dashed #d1d1d1;
	border-radius: 15px;
	width: 80%;
	margin: 20px auto;
}

@media screen and (max-width: 766px) {
	.slots_special {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
	}
}

.slots_special_value {
	color: #14B882;
}

.acor-container {
	margin-bottom: 25px;
}

.stavki__date {
	text-align: center;
}

.bookmakerinfo_text {
	width: 600px;
}

@media screen and (max-width: 610px) {
	.bookmakerinfo_text {
		width: 100%;
	}
}

.sidebar .novosti_list {
	width: 100%;
	margin: 15px 0;
}

.sidebar .stavki .stavki__item {
	width: 100%;
}

.sidebar .stavki .stavki__item .stavki_alltext {
	min-width: 180px;
}

.sidebar .stavki .stavki__item .stavki__row .stavki__logo .stavki__img {
	width: 65px;
	height: 65px;
}

.sidebar .stavki .stavki__item .stavki__row .stavki__info .stavki__koff {
	font-size: 16px;
}

.sidebar .stavki .stavki__item .stavki_alltext a .stavki__row .stavki__title {
	font-size: 18px;
}

.sidebar .stavki .stavki__item .stavki_alltext .stavki__row .stavki_tags {
	font-size: 17px;
}

.bookmakers_container {
	margin-top: 0;
}

@media (max-width: 1025px) {
	.bookmaker2__item {
		width: 23.8%;
	}

	.bookmaker2_info {
		min-height: 290px;
	}

	.bookmakers2 {
		margin: auto;
	}

	.news_tale__item {
		width: 32%;
	}

	.slots__item {
		width: 23.5%;
	}

	.reply_form {
		width: 70%;
	}

	.sidebar {
		display: none;
	}

	.bookmakers_container,
	.novosti__container,
	.container__slots {
		width: 100% !important;
	}
}

@media (max-width: 769px) {
	.news_tale__item {
		width: 31.9%;
		height: 250px;
	}

	.bookmaker3__item {
		width: 31%;
	}

	.bookmaker2_info {
		min-height: 10px;
	}

	.bookmaker_btns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.header .nav__item {
		margin-left: 0;
		font-size: 21px;
	}

	.author_item {
		width: 70%;
	}

	.bookmaker_btn.gray {
		margin-top: 5px;
	}

	.bookmaker_text {
		text-align: center;
	}

	.slots_bg {
		top: 15px;
	}

	.stavki__item {
		width: 48%;
	}

	.bookmaker2__item {
		width: 48%;
	}

	.novosti_info p {
		margin-top: 15px;
	}

	.slots_btn {
		padding: 7px 20px;
		font-size: 16px;
		margin-top: auto;
	}

	.slots_content h2 {
		font-size: 24px;
	}

	.slots__item {
		width: 48.4%;
	}

	.navbar_nav_footer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

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

	.stavki_inner_info_logo {
		padding: 0;
		padding-bottom: 15px;
	}

	.stavki_logo_mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 25px;
		width: 100%;
	}
	.Stars::before {
		font-size: 25px;
	}
	.stavki_inner_info_logo {
		width: 50%;
	}

	.stavki_logos_mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.news_tale__item {
		width: 48%;
	}

	.bookmaker3__item {
		width: 48%;
	}

	.stavki_main_title {
		font-size: 22px;
	}

	.stavki_logos {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.news_card__item {
		width: 100%;
	}

	.page-container .header__container {
		margin-top: 30px;
	}

	.tags {
		padding: 10px 20px;
		position: relative;
		bottom: 5px;
		right: 5px;
		font-size: 15px !important;
	}

	.author_item {
		width: 95%;
	}

	.newssingle_img {
		height: 200px;
	}

	.bookmaker__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 70%;
		margin-bottom: 20px;
	}

	.bookmaker_logo,
	.bookmaker_logo a img {
		width: 160px;
		background-size: contain;
	}

	.bookmaker_title {
		margin-left: 0;
		font-size: 33px;
	}

	.bookmaker_btns .blue,
	.bookmaker_btns .gray {
		font-size: 22px;
		padding: 5px 40px;
	}

	.bookmaker_btns .gray {
		margin-top: 5px;
		padding: 5px 54px;
	}

	.bookmaker_btns {
		max-width: none;
		margin-left: 0;
		text-align: center;
	}

	.container.bookmakerinfo {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.acor-container {
		background-clip: white;
		color: black;
	}

	.bookmakerinfo_title {
		font-size: 40px;
		margin-top: 10px;
	}

	.bookmakerinfo_subtitle,
	.bookmakerinfo_description {
		font-size: 18px;
	}

	.bookmakerinfo_logo img {
		width: 180px !important;
	}

	.bookmakerbenefits {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.bookmakerbenefits_plus,
	.bookmakerbenefits_minus {
		width: 100%;
	}

	.bookmakerbenefits_minus {
		margin-top: 20px;
	}

	.bookmaker_title {
		max-width: none;
	}

	.slider_content {
		padding: 10px 10px;
	}

	.slider_content a h2 {
		font-size: 22px;
	}

	.slider_content a {
		height: 30px;
	}

	.slider_content .tags {
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.slider__item,
	.slider__container,
	.slider {
		height: 170px;
	}

	.reply_form {
		width: 90%;
	}

	.slots__item {
		margin: 10px auto;
	}

	.novosti_list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
	}

	.novosti_img,
	.novosti_info {
		width: 100%;
	}

	.panel-title {
		font-size: 20px;
	}

	.bookmakerinfo_logo {
		margin-top: 20px;
	}

	.bookmaker2__item {
		width: 48%;
	}

	.bookmakerinfo_text {
		margin-left: 0;
	}

	.bookmakerinfo_text button {
		margin-top: 10px;
	}

	.stavki {
		margin: 30px 0;
	}

	.stavki_inner_info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.stavki_inner_info_logo {
		padding: 15px 20px 5px 20px;
	}

	.stavki_main_title {
		font-size: 30px;
	}

	.slots_subtext_btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.slot_btn button {
		margin: 0 !important;
		position: relative;
		bottom: 10px;
		right: 10px;
	}
}

@media (max-width: 430px) {
	.bookmakers2 {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.stavki_inner_info_team {
		font-size: 23px;
	}

	.bookmaker2__item {
		width: 85%;
		margin: auto;
		margin-bottom: 15px;
	}

	.slots {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.slots__item {
		width: 85%;
		margin-bottom: 15px;
	}

	.stavki_inner_info_type span,
	.stavki_inner_info_place span,
	.stavki_inner_info_koff span {
		font-size: 17px;
	}

	.news_tags p {
		padding: 8px 20px;
	}

	.bookmakerinfo_logo img {
		margin-top: 15px;
	}

	.bookmaker2_button .bookmaker_btn.gray,
	.bookmaker2_button .bookmaker_btn_first {
		padding: 7px 25px;
	}

	.slots {
		margin: 0;
	}

	.news_tale__item {
		width: 85%;
		display: inline-block;
		margin: 10px auto;
	}

	.bookmakerinfo_text button {
		margin-top: 10px;
	}

	.bookmaker_btns {
		margin-left: 10px;
	}

	.author_logo {
		display: none;
	}

	.stavki__item {
		margin-right: 0;
		width: 85%;
		margin-bottom: 15px;
	}

	.stavki {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.author_content {
		margin-left: 10px;
	}

	.bookmaker_logo,
	.bookmaker_logo a img {
		width: 160px;
		background-size: contain;
	}

	.bookmaker_title {
		margin-left: 0;
		font-size: 28px;
	}

	.bookmaker_btns .gray {
		margin-top: 5px;
		padding: 5px 54px;
	}

	.bookmaker_rating {
		display: inline-block;
	}

	.bookmaker_btns {
		max-width: none;
		margin-left: 0;
		text-align: center;
	}

	.stavki_main_title {
		font-size: 27px;
	}

	.novosti_info a h2 {
		margin: 10px 0;
	}

	.author_content {
		font-size: 16px;
	}

	.novosti__all {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.novosti_list {
		width: 85%;
		margin-bottom: 15px;
	}
}

@media (max-width: 380px) {
	.bookmaker2__item {
		width: 99%;
	}

	.novosti_list {
		width: 100%;
	}

	.slots_btn,
	.slots_btn_second {
		min-width: 120px;
		font-size: 15px;
	}

	.slots__item {
		width: 100%;
	}

	.stavki_inner_info_logo {
		padding: 15px 0;
	}

	.slots_content h2 {
		font-size: 30px;
	}

	.slots_content h2 {
		font-size: 24px;
	}

	.novosti_tags {
		margin: 0;
	}

	.novosti_info p {
		margin-top: 8px;
	}

	.stavki__item {
		width: 100%;
	}
}

@media (max-width: 325px) {
	.bookmaker2__item {
		width: 99%;
	}

	.slots_inner {
		margin-top: 10px;
	}

	.bookmaker2_button button {
		min-width: 200px;
	}

	.stavki_inner_info_logo {
		padding: 15px 0 5px 0;
	}

	.stavki_inner_info_team {
		font-size: 23px;
	}

	.newssingle_img {
		height: 160px;
	}

	.author_item {
		width: 100%;
	}

	.author_item span {
		margin-right: 1px;
	}

	.slots_btn {
		font-size: 17px;
		padding: 10px 15px;
	}

	.panel-title {
		font-size: 17px;
	}

	.panel-body.active p {
		text-align: left;
	}

	.author_logo {
		display: none;
	}

	.author_content {
		margin-left: 3px;
	}

	.stavki_main_title {
		font-size: 24px;
	}
}

.container__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: 80px;
}

@media screen and (max-width: 769px) {
	.container__header {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
}

.header ul {
	list-style-type: none;
}

.header .mobile-menu {
	display: none;
}

@media screen and (max-width: 769px) {
	.header .mobile-menu {
		display: block;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		top: 0;
		left: 0;
		right: 0;
		height: 80px;
		z-index: 999;
	}

	.header .mobile-menu__btn {
		position: absolute;
		left: 7.3%;
		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;
		width: 35px;
		height: 30px;
		cursor: pointer;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	.header .mobile-menu__icon {
		display: block;
		position: relative;
		background: white;
		width: 90%;
		height: 4px;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	.header .mobile-menu__container {
		position: fixed;
		text-align: center;
		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;
		top: 80px;
		left: 0;
		right: 0;
		z-index: 999;
		height: 0;
		opacity: 1;
		-webkit-transition: 0.5s;
		transition: 0.5s;
		overflow: hidden;
		background-color: black;
	}

	.header .mobile-menu__list {
		-webkit-transition: 0.5s;
		transition: 0.5s;
		list-style: none;
		padding-left: 0;
	}

	.header .mobile-menu__item {
		font-size: 20px;
		padding-bottom: 12px;
	}

	.header .mobile-menu__link {
		text-decoration: none;
		color: white;
		font-size: 21px;
	}

	.header .mobile-menu__checkbox {
		display: none;
	}

	.header .mobile-menu__icon::after,
	.header .mobile-menu__icon::before {
		content: "";
		display: block;
		position: absolute;
		background: white;
		width: 100%;
		height: 4px;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	.header .mobile-menu__icon::after {
		top: 8px;
	}

	.header .mobile-menu__icon::before {
		top: -8px;
	}

	.header .mobile-menu__checkbox:checked~.mobile-menu__nav {
		opacity: 1;
	}

	.header .mobile-menu__checkbox:checked~.mobile-menu__container {
		height: 50%;
	}

	.header .mobile-menu__checkbox:checked~.mobile-menu__btn .mobile-menu__icon {
		background: transparent;
	}

	.header .mobile-menu__checkbox:checked~.mobile-menu__btn .mobile-menu__icon::after,
	.header .mobile-menu__checkbox:checked~.mobile-menu__btn .mobile-menu__icon::before {
		top: 0;
	}

	.header .mobile-menu__checkbox:checked~.mobile-menu__btn .mobile-menu__icon::after {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	.header .mobile-menu__checkbox:checked~.mobile-menu__btn .mobile-menu__icon::before {
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
}

.header__full {
	width: 100%;
	z-index: 5;
	background-color: black;
}

@media screen and (max-width: 426px) {
	.header__full {
		padding: 0;
	}
}

.header .header__logo__mobile a {
	display: none;
}

@media screen and (max-width: 769px) {
	.header .header__logo__mobile a {
		display: inline-block;
		margin-left: auto;
	}
}

.header__logo a img {
	display: inline-block;
	width: 140px;
	height: 51px;
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: 10000;
}

.header__link {
	text-decoration: none;
	color: #fce188;
}

.header__link:hover {
	border-bottom: 1px solid #fce188;
}

.header .nav__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
}

.header .nav__menu__item {
	font-family: 'Roboto-Medium';
	display: inline-block;
	padding: 10px 5px;
	padding-left: 30px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	font-size: 14px;
	font-weight: 700;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

@media screen and (max-width: 1025px) {
	.header .nav__menu__item {
		padding-left: 0;
	}
}

.header .nav__menu__link {
	text-decoration: none;
	color: white;
	font-size: 15px;
	font-weight: normal;
}

.header .nav__menu__link:hover {
	border-bottom: 1px solid white;
}

.header .navbar-nav {
	margin: 0 auto;
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

@media screen and (max-width: 769px) {
	.header .navbar-nav {
		display: none;
	}
}

.header .navbar-nav .nav-link {
	padding: 15px 0;
	text-decoration: none;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border-bottom: 3px solid black;
}

.header .navbar-nav .nav-link:hover {
	border-bottom: 3px solid #14B882;
}

.header .nav__item {
	margin-left: 60px;
	color: white;
	font-weight: 600;
}

@media screen and (max-width: 1025px) {
	.header .nav__item {
		margin-left: 30px;
		font-size: 18px;
	}
}

.header .nav__item:first-child {
	margin-left: 0;
}

.header .nav-item a {
	color: white;
}

.banner {
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	padding: 120px 0;
	z-index: 4;
	background-image: url("../images/background.jpg");
}

@media screen and (max-width: 1024px) {
	.banner {
		padding: 100px 0;
	}
}

@media screen and (max-width: 560px) {
	.banner {
		padding: 0;
	}
}

.banner .elementor-shape {
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 0;
	direction: ltr;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.banner .elementor-shape-fill {
	fill: #34455E;
}

.banner__image {
	text-align: right;
	background-position-x: 100%;
	display: inline-block;
	width: 100%;
	height: auto;
	position: relative;
	right: -170px;
	background-size: cover;
	background-image: url("https://1-win-bet.com/images/phone.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 100;
}

@media screen and (max-width: 769px) {
	.banner__image {
		top: 28px;
	}
}

@media screen and (max-width: 426px) {
	.banner__image {
		top: 20px;
		height: 250px;
		margin-top: 10px;
	}
}

@media screen and (max-width: 321px) {
	.banner__image {
		height: 200px;
	}
}

.banner_alltext {
	padding-right: 60px;
	padding-top: 60px;
	padding-bottom: 90px;
}

@media screen and (max-width: 450px) {
	.banner_alltext {
		padding-right: 0;
	}
}

.banner__header {
	z-index: 100;
	text-align: left;
	color: white !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.banner__header::after {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 426px) {
	.banner__header {
		max-width: 100%;
	}
}

.banner__header .banner__main__header {
	font-size: 56px;
	margin-top: 0;
	max-width: 500px;
	margin-bottom: 20px;
}

@media screen and (max-width: 1025px) {
	.banner__header .banner__main__header {
		font-size: 45px;
	}
}

@media screen and (max-width: 426px) {
	.banner__header .banner__main__header {
		text-align: left;
	}
}

@media screen and (max-width: 325px) {
	.banner__header .banner__main__header {
		font-size: 35px;
	}
}

@media screen and (max-width: 1025px) {
	.banner__header {
		font-size: 1.1em;
	}
}

@media screen and (max-width: 321px) {
	.banner__header {
		margin-bottom: 0 !important;
	}
}

.banner .banner__subtext {
	font-size: 20px;
	font-style: italic;
}

@media screen and (max-width: 552px) {
	.banner .banner__subtext {
		font-size: 18px;
	}
}

.banner .banner__subtitle {
	font-size: 24px;
	font-style: italic;
}

@media screen and (max-width: 560px) {
	.banner .banner__subtitle {
		font-size: 20px;
	}
}

.banner__description {
	font-size: 18px;
	font-style: italic;
}

@media screen and (max-width: 1025px) {
	.banner__description {
		font-size: 22px;
	}
}

@media screen and (max-width: 426px) {
	.banner__description {
		text-align: left;
		font-size: 20px;
	}
}

@media screen and (max-width: 412px) {
	.banner__description {
		font-size: 24px;
	}
}

@media screen and (max-width: 376px) {
	.banner__description {
		font-size: 22px;
	}
}

@media screen and (max-width: 361px) {
	.banner__description {
		font-size: 19px;
		font-weight: 500;
	}
}

@media screen and (max-width: 321px) {
	.banner__description {
		margin-top: 20px;
		margin-top: 0;
		line-height: 26px;
	}
}

.items {
	display: flex;
	flex-direction: column;
}

.more-button {
	font-size: 20px;
	background-color: #14B882;
	padding: 10px 30px;
	width: fit-content;
	font-family: 'Roboto', sans-serif;
	line-height: 1.2 !important;
	font-weight: 700;
	text-decoration: none;
	border-radius: 30px;
	color: white;
	margin-left: auto;
	margin-right: auto;
}

/*# sourceMappingURL=style.css.map */

.breadcrumbls li::before{
  content: "\203A  ";
  color: #14B882;
}

.breadcrumbls li:nth-child(2):before {
  content: none;
  color: #fff
}
