.single-image{
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: unset !important;
    height: unset !important;
}
.svg-line{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 32px;
	background: #fff;
	padding: 24px;
	border-radius: 8px;
}
.svg-line__item{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
}
.svg-line__item img{
	height: 50px !important;
	width: 50px !important;
	object-fit: cover;
}
.svg-line__item p{
	color: #fa5e00;
	font-weight: bold;
	margin: 0 !important;
}
@media screen and (max-width: 768px){
	.svg-line{
		flex-direction: column;
		gap: 12px;
	}
}
.breadcrumbs li:before{
    content: "" !important;
	padding: 0 !important;
	display: inline !important;
	position: static !important;
	height: unset !important;
	width: unset !important;
}
.breadcrumbs li:after{
    сontent: "" !important;
	padding: 0 !important;
	display: inline !important;
	position: static !important;
	height: unset !important;
	width: unset !important;
}
.breadcrumbs li{
    padding: 0 !important;
}
.breadcrumbs li:first-child:after{
	content: "/" !important;
	color: #D29D25 !important;
	font-weight: bold !important;
	padding: 0 !important;
	padding-right: 4px !important;
}
.sld3 .swiper-wrapper{
	position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.sld3 .swiper-button-next,
.sld3 .swiper-button-prev{
	color: #D29D25;
}
.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 18px;
}
.sld3.swiper-container {
	width: 100%;
	max-height: 400px;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
}
.sld3 .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #fff;
}
.review__wrapper {
    width: 100%;
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .review {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 24px;
    font-size: 18px;
    max-width: 40vw;
  }
  .review__text {
    display: flex;
    flex-direction: column;
  }
  blockquote {
    border-left: 10px solid #fff;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: '\201C' '\201D' '\2018' '\2019';
  }
  .review .img {
    border-radius: 50%;
    object-fit: cover;
    height: 150px;
    width: 150px;
  }
  .review__rating {
    display: flex;
    align-items: center;
  }
  blockquote:before {
    color: #fff;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
  }
  @media screen and (max-width: 768px) {
    .review {
      max-width: 60vw;
    }
    .review .img {
      height: 90px;
      width: 90px;
    }
  }
  @media screen and (max-width: 550px) {
    .review {
      flex-direction: column;
      max-width: 60vw;
    }
    .review .img {
      height: 90px;
      width: 90px;
    }
  }
  .rank-input {
    color: inherit;
    width: 12px;
  }
.flags{
	list-style-type: none !important;
	padding: 0px 14px 12px 14px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 8px;
	margin: 0;
}
.flags a{
	display: flex;
	flex-direction: row;
	text-transform: uppercase;
	align-items: center;
	color: white;
}
.flags li{
	padding: 0;
}
.flags li:before{
	display: none !important;
}
.flags li:after{
	display: none !important;
}
.flags .flag {
	width: 20px !important;
	height: 20px !important;
	border-radius: 100%;
	object-fit: cover;
	background-size: cover;
	background-position: center center;
	margin: 0 10px 0 0;
	display: flex;

}
.head-line-b, .head-line-t, .main-wrap, .slider-wrap{
	max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.slider-wrap{
}
body{
	/*background: linear-gradient(180deg, #09509d 0, #002347 500px, #002347 100%);*/
	/*background-color: #002347;*/
	background: url(../images/bg.jpg) left 0px top 120px repeat-x #002347;
}
.button-link-wrapper{
	display: flex;
	justify-content: center;
	margin-top: 24px;
	margin-bottom: 24px;
}
.button-link {
	display: flex;
	width: fit-content;
	padding: 12px 24px;
	color: white !important;
	text-decoration: none !important;
	text-transform: uppercase;
	border-radius: 100px;
	background-image: linear-gradient(0deg, #fa4d00 0, #fa5e00);
	box-shadow: 0 10px 30px rgb(250 65 0 / 40%);
	margin-right: 20px;

}
.breadcrumbs{
	list-style-type: none;
	display: flex;
	flex-direction: row;
	margin-bottom: 24px;
	padding-left: 12px;
}
.breadcrumbs a{
	color: white;
	font-weight: normal;
	font-size: 16px;
}
.breadcrumbs a:hover{
	opacity: 0.7;
}

.mtext-grid-right{
	margin-top: 24px;
	margin-bottom: 24px;
	grid-template-columns: 50% auto;
	grid-template-rows: auto 1fr;
	display: grid;
    column-gap: 24px;
    grid-template-areas:
        "title image"
        "content image";
	box-sizing: border-box;
	position: relative;
	height: max-content;

}
.mtext-grid-left{
	margin-top: 24px;
	margin-bottom: 24px;
	grid-template-columns: auto 50%;
	grid-template-rows: auto 1fr;
	display: grid;
    column-gap: 24px;
    grid-template-areas:
        "image title"
        "image content";
	box-sizing: border-box;
	position: relative;
	height: max-content;

}
.mtext img {
	max-height: 500px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mtext-grid-right h1,
.mtext-grid-right h2,
.mtext-grid-right h3,
.mtext-grid-right h4,
.mtext-grid-right h5,
.mtext-grid-right h6,
.mtext-grid-left h1,
.mtext-grid-left h2,
.mtext-grid-left h3,
.mtext-grid-left h4,
.mtext-grid-left h5,
.mtext-grid-left h6
{
    font-size: 22px !important;
    font-weight: bold !important;
    margin: 0 0 20px 0 !important;
    color: #fff !important;
}
.mtext-grid-right img, .mtext-grid-left img{
	width: 500px;
	min-width: 500px;
	max-width: 500px;
	height: 500px;
	min-height: 500px;
	max-height: 500px;
	border-radius: 8px;
	object-fit: cover;
}
.mtext-grid-right .title{
	align-self: flex-start;
	grid-area: title;
	position: relative;
}
.mtext-grid-right .content{
	grid-area: content;
    align-self: flex-start;
	position: relative;
	overflow: visible;
	height: max-content;
}
.mtext-grid-right .image{
	align-self: flex-start;
	grid-area: image;
	position: relative;
	display: flex;
	justify-content: flex-end;
}


.mtext-grid-left .title{
	align-self: flex-start;
	grid-area: title;
	position: relative;
}
.mtext-grid-left .content{
	grid-area: content;
    align-self: flex-start;
	position: relative;
	overflow: visible;
	height: max-content;
}
.mtext-grid-left .image{
	align-self: flex-start;
	grid-area: image;
	position: relative;
	display: flex;
	justify-content: flex-start;
}
@media (max-width: 1355px) {
	.mtext-grid-right img, .mtext-grid-left img{
		width: 450px;
		min-width: 450px;
		max-width: 450px;
		height: 450px;
		min-height: 450px;
		max-height: 450px;
	}
}
@media (max-width: 1255px) {
	.mtext-grid-right img, .mtext-grid-left img{
		width: 400px;
		min-width: 400px;
		max-width: 400px;
		height: 400px;
		min-height: 400px;
		max-height: 400px;
	}
}
@media (max-width: 1155px) {
	.mtext-grid-right img, .mtext-grid-left img{
		width: 380px;
		min-width: 380px;
		max-width: 380px;
		height: 380px;
		min-height: 380px;
		max-height: 380px;
	}
}
@media screen and (max-width: 1200px){
    .head-line-b, .head-line-t, .main-wrap, .slider-wrap{
        margin-left: 0;
        margin-right: 0;
    }
}

.images-cols {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 968px) {
	.mtext-grid-right .content p:nth-child(1){
		width: unset;
		min-height: unset;
	}
	.mtext-grid-right img, .mtext-grid-left img{
	  min-width: unset;
	  min-height: unset;
	  max-width: 100%;
	  width: 100%;
	  height: auto;
      max-height: 500px;
	}
    .mtext-grid-right, .mtext-grid-left{
		display: flex;
		flex-direction: column;
	}
	.mtext-grid-right img, .mtext-grid-left img{
		width: 100% !important;
		object-fit: cover;
	}
	.mtext-grid-right .image, .mtext-grid-left .image{
		align-self: unset;
	}
	.mtext-grid-right .title, .mtext-grid-left .title{
		align-self: unset;
	}
	.mtext-grid-right .content, .mtext-grid-left .content{
		align-self: unset;
	}
}

@media (max-width: 600px) {
	.mtext-grid-right img, .mtext-grid-left img{
      max-height:280px;
	}
}

.main-wrap .img{
	border-radius: 8px;
	width: 100%;
	height: auto;
	object-fit: cover;
	margin-top: 16px;
	margin-bottom: 16px;
}


body {
	padding: 120px 0 0 0;
	margin: 0;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	min-height: calc(100vh - 120px);
}

input, textarea {
	font-family: 'Roboto', sans-serif !important;
	outline: none !important;
}

h1, h2, h3, h4, form {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}
img {
	border: none;
}

html {
	min-height: 100vh;
}

form {
	margin: 0;
	padding: 0;
}

.head-line {
	background-image: linear-gradient(0deg,rgba(0,50,102,0) 0, #003266 73%, #003266 98%);
    background-color: #0a519e;
	height: 120px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 5555;
	width: 100%;
}

	.head-line-t {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 60px;
		padding: 0 20px;
	}

	.head-line-t-left {
		display: flex;
		align-items: center;
	}

		.head-line-download {
			color: #fff;
			font-size: 14px;
			border-radius: 20px;
			background: #054588;
			display: flex;
			align-items: center;
			padding: 0px 15px;
			height: 40px;
		}

			.head-line-download > span {
				line-height: 40px;
			}

			.head-line-download a {
				margin: 0 0 0 10px;
			}

			.head-line-download svg {
				width: 20px;
				height: 20px;
				fill: #428cdc;
				transition: all .2s ease;
			}

			.head-line-download a:hover svg {
				fill: #fff;
			}

		.head-line-seq {
			height: 40px;
			display: flex;
			justify-content: center;
			align-items: center;
			margin: 0 20px;
			padding: 0px 15px;
			color: #fff;
			text-transform: uppercase;
			border-radius: 20px;
			background: #054588;
			border: 2px transparent solid;
			box-sizing: border-box;
			transition: all .2s ease;
		}

			.head-line-seq svg {
				width: 20px;
				height: 20px;
				fill: #428cdc;
				margin: 0 10px 0 0;
				transition: all .2s ease;
			}

			.head-line-seq:hover {
				border: 2px #fff solid;
			}

			.head-line-seq:hover svg {
				fill: #fff;
			}

		.head-line-st {
			background: #054588;
			display: flex;
			padding: 0px 10px;
			height: 40px;
			border-radius: 20px;
		}

			.head-line-st-set {
				border-right: 2px solid #003266;
				display: flex;
				align-items: center;
				cursor: pointer;
			}

			.head-line-st-set > svg:first-child {
				width: 20px;
				height: 20px;
				fill: #428cdc;
				margin: 0 10px 0 0;
				transition: all .2s ease;
			}

			.head-line-st-set > svg:last-child {
				width: 10px;
				fill: #fff;
				margin: 0 10px 0 0;
				transition: all .2s ease;
			}

		.head-line-st-time {
			background: #054588;
			display: flex;
			align-items: center;
			padding: 0px 10px;
			height: 40px;
			border-right: 2px solid #003266;
			color: #fff;


		}

		.head-line-st-time > span {
			white-space: nowrap;
			width: 36px;
			overflow: hidden;
		}

		.head-line-st-time svg {
			width: 10px;
			fill: #fff;
			margin: 0 0 0 5px;
			transition: all .2s ease;
		}

		.head-line-st-lang {
			display: flex;
			cursor: pointer;
			position: relative;
		}

			.lang-current {
				display: flex;
				align-items: center;
			}

				.lang-current > span:nth-child(1) {
					width: 20px;
					height: 20px;
					border-radius: 100%;
					background-size: cover;
					background-position: center center;
					margin: 0 10px 0 10px;
				}

				.lang-current > span:nth-child(2) {
					color: #fff;
				}

			.head-line-st-lang > svg {
				width: 10px;
				fill: #fff;
				margin: 0 5px 0 5px;
				transition: all .2s ease;
			}

		.lang-hidden {
			width: 380px;
			position: absolute;
			left: 0;
			top: 0;
			border-radius: 10px;
			background: #044587;
			box-shadow: 0 11px 27px rgb(0 0 0 / 43%);
			display: none;
		}

			.lang-hidden-title {
				display: flex;
				align-items: center;
				justify-content: space-between;
				height: 40px;
			}

				.lang-hidden-title .lang-current > span:nth-child(1) {
					margin-left: 14px;
				}

			.lang-hidden-title > svg {
				width: 10px;
				fill: #fff;
				margin: 0 10px 0 5px;
				transition: all .2s ease;
				transform: rotate(180deg);
			}

			.lang-hidden-line {
				display: flex;
				justify-content: space-between;
				height: 40px;
				border-top: 2px #043f7e solid;
			}

				.lang-hidden-line-item {
					width: 20%;
					transition: all .2s ease;
					display: flex;
					justify-content: center;
					align-items: center;
					color: #fff;
				}

					.lang-hidden-line-item > span:nth-child(1) {
						width: 20px;
						height: 20px;
						border-radius: 100%;
						background-size: cover;
						background-position: center center;
						margin: 0 10px 0 0;
					}

					.lang-hidden-line-item:hover {
						background: #043f7e;
					}

				.lang-hidden > div:last-child .lang-hidden-line-item:first-child {
					border-radius: 0 0 0 10px;
				}

				.lang-hidden > div:last-child .lang-hidden-line-item:last-child {
					border-radius: 0 0 10px 0px;
				}


		.head-line-actions {
			border-radius: 20px;
			margin-left: 20px;
			height: 40px;
			padding: 0 10px;
			color: #fff;
			font-weight: bold;
			display: flex;
			align-items: center;
			box-shadow: 0 11px 27px rgb(66 140 220 / 63%);
			background-color: #428cdc;
			background-image: linear-gradient(0deg,#428cdc 0,#0992af);
			text-transform: uppercase;
		}

			.head-line-actions svg {
				width: 20px;
				height: 20px;
				margin: 0 10px 0 0;
				fill: #fff;
			}

			.head-line-actions:hover {
				color: #ffba00;
			}

			.head-line-actions:hover svg {
				fill: #ffba00;
			}

	.head-line-t-right {
		display: flex;
		align-items: center;
	}

		.head-line-t-right a {
			height: 42px;
			line-height: 42px;
			text-transform: uppercase;
			color: #fff;
			font-size: 18px;
			font-weight: 500;
			padding: 0 20px;
			border-radius: 21px;
		}

		.head-line-reg {
			background-image: linear-gradient(0deg,#fa4d00 0,#fa5e00);
			box-shadow: 0 10px 30px rgb(250 65 0 / 40%);
			margin-right: 20px;
		}

			.head-line-reg:hover {
				background-image: linear-gradient(0deg,#fa5e00 0,#fa7c00);
				box-shadow: 0 20px 30px rgb(250 65 0 / 40%);
			}

		.head-line-enter {
			background-image: linear-gradient(0deg,#428cdc 0,#509aea 97%,#509aea);
		}

			.head-line-enter:hover {
				background-image: linear-gradient(180deg,#428cdc 0,#509aea 97%,#509aea);
			}

	.head-line-b {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 20px;
		height: 60px;
	}

		.logo {
			width: 240px;
		}

			.logo img {
				max-width: 100%;
			}

		.head-line-menu {
			width: calc(100% - 260px);
			border-radius: 20px;
			background-color: rgba(0,49,102,.5);
			display: flex;
			align-items: center;
			justify-content: center;
			height: 40px;
		}

			.head-line-menu a {
				color: #fff;
				font-size: 18px;
				text-transform: uppercase;
				transition: color .3s ease;
				padding: 0px 20px;
			}

				.head-line-menu a:hover {
					color: #ffba00;
				}

			.head-line-menu a.head-line-menu-active {
				color: #428cdc;
			}

			.vnth svg {
				fill: #e63f6d
			}

				.vnth:hover svg {
					fill: #ff779c;
				}

.main-wrap {
	padding: 20px 20px 0 20px;
	background: linear-gradient(180deg,#09509d 0, #002347 150px, #002347 100%);
	background: url(../images/bg.jpg) left 0px repeat-x;
	min-height: 500px;
	display: flex;
	justify-content: flex-end;
	text-align: left;
	min-height: calc(100vh - 160px);
	overflow: hidden;
        position: relative;
}
.left-col{
position: fixed;
top: 140px;
max-width: 1400px;
margin-left: auto;
margin-right: auto;
width: 100%;
	z-index: 1;
}

.left-menu {
	width: 240px;
	height: calc(100vh - 140px);
	border-radius: 15px;
	background-image: linear-gradient(180deg,#003266 90%,rgba(0,50,102,0));
	overflow-y: scroll;
	position: relative;
	margin-left: 0;
	z-index: 222;
}
@media screen and (max-width:1430px){
	.left-menu{
		margin-left: 2.4vw;
	}
}

		.left-bonus {
			text-align: center;
			display: flex;
			margin-top: 37px;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			background: url(../images/left-bonus.svg) center top no-repeat;
			position: relative;
		}

			.left-bonus:before {
				content: '';
				display: block;
				background-image: url(../images/left-bonus2.svg);
				background-repeat: no-repeat;
				background-size: contain;
				width: 87px;
				height: 59px;
				position: absolute;
				left: 50%;
				right: 0;
				margin-left: -44px;
				top: -36px;
			}

			.left-bonus-title {
				padding: 24px 32px 0 32px;
				font-size: 16px;
				text-transform: uppercase;
			}

			.left-bonus-title2 {
				color: #ffba00;
				font-weight: 700;
				font-size: 30px;
				text-transform: uppercase;
			}

			.left-bonus a {
				box-shadow: 0 11px 27px rgb(250 65 0 / 63%);
				background-color: #fa4d00;
				background-image: linear-gradient(0deg,#fa4d00 0,#fa5e00);
				color: #fff;
				text-transform: uppercase;
				font-size: 18px;
				font-weight: 500;
				border-radius: 30px;
				height: 40px;
				line-height: 40px;
				padding: 0 15px;
			}

				.left-bonus a:hover {

				}

		.left-menu1 {
			margin: 0 0 10px 0;
		}

			.left-menu1-link {
				display: flex;
				align-items: center;
				font-size: 16px;
				font-weight: 500;
				padding: 10px 0 10px 10px;
				border-bottom: 1px #043e7d solid;
				color: #fff;
				text-transform: uppercase;
				transition: color .3s ease;
			}

				.left-menu1-link svg {
					width: 40px;
					height: 40px;
					fill: #1183d3;
					margin: 0 10px 0 0;
				}

				.left-menu1-link:hover {
					color: #1183d3;
				}

		.search-block {
			height: 40px;
			margin: 0 10px;
			display: flex;
			align-items: center;
			border-radius: 20px;
			border: 2px solid #0d4177;
			margin: 0 0 10px 0;
		}

			.search-block a {
				margin: 0 0 0 15px;
			}

			.search-block a svg {
				width: 20px;
				height: 20px;
				fill: #1183d3;
			}

				.search-block a:hover svg {
					fill: #fff;
				}

			.search-block > input {
				width: calc(100% - 80px);
				margin: 0 0 0 15px;
				padding: 0;
				border: 0;
				height: 40px;
				line-height: 40px;
				color: #fff;
				background: none;
				font-size: 16px;
			}

			.search-block > input::placeholder {
				color: #1461b8;
				font-size: 16px;
				font-weight: 500;
			}

		.left-menu2 {
			background: #fff;
			border-radius: 15px;
		}

			.left-menu2-link {
				display: flex;
				align-items: center;
				padding: 10px;
				transition: .2s;
				color: #000;
				font-size: 16px;
				border-bottom: 2px #e8ecf1 solid;
			}

			.left-menu2-link:last-child {
				border: 0;
			}

				.left-menu2-link svg {
					width: 40px;
					height: 40px;
					fill: #9ea7b2;
					margin: 0 15px 0 0;
				}

				.left-menu2-link:hover {
					color: #1183d3;
				}


	.right-col {
		width: calc(100% - 260px);
		z-index: 2;
        position: relative;
	}

		.slider-wrap {
			border-bottom: 2px #003266 solid;
			padding: 0 0 30px 0;
			margin: 0 0 30px 0;
		}

			.slider-block {
				position: relative;
				margin: 0 -20px 0 0;
			}

				.rslider-nav {
					position: absolute;
					z-index: 2;
					left: 0;
					bottom: 10px;
					display: flex;
					justify-content: center;
					width: 100%;
				}

				.sld1 {
					height: 370px;
				}

					.slider-item {
						background-size: cover;
						background-position: center top;
						height: 370px;
					}

					.swiper-pagination-bullet {
						width: 14px;
						height: 14px;
						background: none;
						border: 2px solid #428cdc;
						opacity: 1;
						border-radius: 50%;
						margin: 3px 4px;
						outline: none;
						box-sizing: border-box;
					}

					.swiper-pagination-bullet-active {
						border-color: #fff;
						background: #fff;
					}

					.slider-right {
						position: absolute;
						right: 20px;
						top: 0px;
						width: 240px;
						height: 360px;
						background: #003266;
						border-radius: 15px;
						z-index: 22;
					}

						.slider-right-title {
							height: 60px;
							color: #428cdc;
							font-size: 16px;
							font-weight: 500;
							text-transform: uppercase;
							display: flex;
							align-items: center;
							padding: 0 10px;
						}

							.slider-right-title > span:first-child {
								display: flex;
								flex-direction: column;
								justify-content: center;
								align-items: center;
								width: 60px;
								height: 40px;

								border-radius: 20px;
								background: #ffba00;
								margin-right: 11px;
								box-sizing: border-box;
							}

							.slider-right-title svg {
								width: 18px;
								height: 20px;
								fill: #000;
							}

						.sld2 {
							height: 300px;
						}

						.slider-right-item {
							height: 40px;
							display: flex;
							justify-content: space-between;
							padding: 0 10px;
							margin-bottom: 10px;
							position: relative;
							box-sizing: border-box;
						}

							.slider-right-image img{
								width: 60px;

								border-radius: 5px;
								background-size: cover;
							}

							.slider-right-r {
								width: calc(100% - 70px);
								display: flex;
								justify-content: space-between;
								flex-wrap: wrap;
								padding: 2px 0 0 0;
							}

								.slider-right-item-title {
									white-space: nowrap;
									overflow: hidden;
									text-overflow: ellipsis;
									text-transform: uppercase;
									font-size: 16px;
									color: #fff;
									width: 100%;
								}

								.slider-right-nik {
									color: #1183d3;
									white-space: nowrap;
									overflow: hidden;
									text-overflow: ellipsis;
								}

								.slider-right-price {
									background: #ffba00;
									border-radius: 10px;
									padding: 0 10px;
									color: #000;
								}

								.slfkt {
									position: absolute;
									left: 0;
									top: 0;
									width: 100%;
									height: 100%;
									opacity: 0;
									background-color: rgba(10,56,103,.8);
									transition: .4s;
									display: flex;
									justify-content: center;
									align-items: center;
								}

								.slfkt > span {
									max-width: 90%;
									height: 40px;
									box-shadow: 0 10px 30px rgb(250 65 0 / 40%);
									background-color: #fa4d00;
									background-image: linear-gradient(0deg,#fa4d00 0,#fa5e00);
									line-height: 40px;
									border-radius: 20px;
									align-items: center;
									justify-content: center;
									padding-left: 20px;
									padding-right: 20px;
									white-space: nowrap;
									text-transform: uppercase;
									overflow: hidden;
									text-overflow: ellipsis;
									font-size: 18px;
									color: #fff;
								}

									.slfkt svg {
										width: 20px;
										height: 20px;
										fill: #fc9a66;
										margin-right: 10px;
									}

								.slider-right-item:hover .slfkt {
									opacity: 1;
								}

		.game-block-wrap {
			margin: 0 0 50px 0;
		}

			.game-block-title {
				display: flex;
				align-items: center;
				margin: 0 0 20px 0;
				font-size: 18px;
				color: #fff;
				text-transform: uppercase;
			}

				.game-block-title > img {
					margin: 0 15px 0 0;
					width: 44px;
				}

.games-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

	.game-item {
		width: 15.5%;
		margin-bottom: 20px;
		height: calc((100vw - 280px) / 6 / 1.6);
		position: relative;
		overflow: hidden;
		border-radius: 15px;
	}

		.game-item-image{
			border-radius: 15px;
			background-size: cover;
			background-position: center center;
			display: block;
			height: 100%;
			transition: all .3s ease;
		}
		.game-item-image img{
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

		.game-item-over {
			border-radius: 15px;
			background-color: rgba(0,50,102,.8);
			position: absolute;
			left: 0;
			top: 0;
			z-index: 2;
			width: 100%;
			height: 100%;
			transition: all .3s ease;
			display: block;
			opacity: 0;
		}

			.game-item-over:before {
				content: '';
				background: url("data:image/svg+xml,%3Csvg viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg' class='Icon_icon__2Th0s'%3E%3Crect width='40' height='40' rx='20' fill='url(%23paint0_linear_1810_4448__VaRWMh0o)'%3E%3C/rect%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.924 18.615L15.228 11.261C14.554 10.871 13.75 10.871 13.076 11.261C12.402 11.651 12 12.35 12 13.131V27.838C12 28.618 12.402 29.317 13.076 29.707C13.413 29.902 13.782 30 14.152 30C14.521 30 14.891 29.902 15.228 29.707L27.924 22.354C28.598 21.964 29 21.265 29 20.484C29 19.704 28.598 19.005 27.924 18.615ZM26.896 20.567L14.199 27.921C14.184 27.93 14.152 27.949 14.104 27.921C14.056 27.893 14.056 27.856 14.056 27.838V13.131C14.056 13.113 14.056 13.075 14.104 13.048C14.123 13.037 14.139 13.033 14.153 13.033C14.174 13.033 14.19 13.042 14.2 13.048L26.896 20.401C26.911 20.41 26.944 20.429 26.944 20.484C26.944 20.54 26.911 20.558 26.896 20.567Z' fill='white'%3E%3C/path%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1810_4448__VaRWMh0o' x1='20' y1='0' x2='20' y2='40' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FB5E01'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%23FB4F01'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") center center no-repeat;
				width: 40px;
				height: 40px;
				position: absolute;
				left: 50%;
				top: 50%;
				margin: -20px 0 0 -20px;
				display: block;
			}

			.game-item-title {
				color: #99caff;
				font-weight: 500;
				text-transform: uppercase;
				text-align: center;
				padding: 10px 0 0 0;
				display: block;
			}

			.game-item-demo {
				position: absolute;
				display: block;
				border-radius: 20px;
				padding: 3px 10px;
				color: #002347;
				font-size: 14px;
				font-weight: 500;
				line-height: 1;
				text-transform: uppercase;
				text-decoration: none;
				transition: .4s;
				background-color: #428cdc;
				position: absolute;
				right: 10px;
				bottom: 10px;
			}

		.game-item:hover .game-item-over {
			opacity: 1;
		}

		.game-item:hover .game-item-image {
			transform: scale(1.2);
		}

.mtext {
	width: 100%;
	color: #a3accd;
	font-size: 15px;
	line-height: 20px;
	padding: 20px 10px;
}

	.mtext h1 {
		font-size: 26px;
		font-weight: bold;
		margin: 0 0 20px 0;
		color: #fff;
	}

	.mtext h2 {
		font-size: 22px;
		font-weight: bold;
		margin: 0 0 20px 0;
		color: #fff;
	}

	.mtext h3 {
		font-size: 18px;
		font-weight: bold;
		margin: 0 0 20px 0;
		color: #fff;
	}

	.mtext p {
		margin: 0 0 20px 0;
		padding: 0;
	}

	.mtext a {
		color: #428cdc;
		text-decoration: underline;
	}

		.mtext a:hover {
			opacity: 0.7;
		}

ul {
	margin: 0 0 30px 0;
	padding: 0;
}

ul li {
	position: relative;
	padding: 0px 0 20px 20px;
	color: #D29D25;
	list-style-type: none;
	font-weight: bold;
}

ul li:before {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4F5151;
  content: "";
  left: 0;
  transition: .3s ease-in-out;
  top: 5px;
}

ul li:after {
  position: absolute;
  border-left: 1px dotted #4F5151;
  width: 1px;
  top: 22px;
  content: "";
  left: 3px;
  height: calc(100% - 30px);
}

ul li:last-child {
	padding-bottom: 0;
}

ul li:last-child:after {
	display: none;
}



ol {
	margin: 0 0 30px 0;
	padding: 0;
	counter-reset: listitem;
}

ol li {
	position: relative;
	padding: 0px 0 20px 20px;
	color: #D29D25;
	list-style-type: none;
	font-weight: bold;
}

ol li:before {
  position: absolute;
  border-radius: 50%;
  counter-increment: listitem;
			 content: counters(listitem, '') '';
  left: 0;
  transition: .3s ease-in-out;
  top: 0px;
  color: #fff;
}

ol li:after {
  position: absolute;
  border-left: 1px dotted #4F5151;
  width: 1px;
  top: 22px;
  content: "";
  left: 3px;
  height: calc(100% - 30px);
}

ol li:last-child {
	padding-bottom: 0;
}

ol li:last-child:after {
	display: none;
}
a {
	color: #D29D25;
}

.mtable-wrap {
	overflow-x: auto;
	margin: 0 0 40px 0;
}

.mtable {
	border: 0 !important;
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

	.mtable tr {
	}

		.mtable strong {
			color: #fff;
		}

		.mtable td, .mtable th {
			border: 0 !important;
			padding: 20px;
			border-bottom: 1px #304862 solid !important;
		}



.left-col::-webkit-scrollbar, .left-menu::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
  }

.footer {
	background: #003266;
	padding: 30px;
	border-radius: 15px 15px 0 0;
}

	.footer-t {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 0 0 20px 0;
	}

		.footer-logo {
			width: 270px;
		}

			.footer-logo img {
				max-width: 100%;
			}

		.dfggh {
			display: flex;
			gap: 12px;
		}

			.vplus {
				border: 2px solid #09437f;
				border-radius: 50%;
				width: 40px;
				height: 40px;
				justify-content: center;
				color: #1183d3;
				font-weight: 600;
				display: flex;
				align-items: center;
				font-size: 16px;
				line-height: 40px;
			}

			.footer-phone {
				background-color: #09437f;
				border-radius: 20px;
				padding: 0 13px;
				height: 40px;
				line-height: 40px;
				display: flex;
				gap: 12px;
				align-items: center;
				text-transform: uppercase;
				font-weight: 700;
				font-size: 16px;
				text-decoration: none;
				margin-left: 26px;
				color: #fff;

			}

				.footer-phone svg {
					width: 20px;
					margin: 0 5px 0 0;
					fill: #fff;
				}

	.footer-c {
		text-align: center;
		margin: 0 0 20px 0;
	}

		.footer-c a {
			display: inline-block;
			vertical-align: top;
			color: #1183d3;
			font-size: 16px;
			font-weight: 600;
			text-transform: uppercase;
			transition: color .3s ease;
			margin: 0 10px;
		}

			.footer-c a:hover {
				color: #fff;
			}

	.footer-b {
		list-style-type: none;
		display: flex;
		justify-content: space-between;
		align-items: center;
		background: #04386e;
		border-radius: 16px;
		padding: 20px;
		margin: 0;
	}
	.footer-b li{
		padding: 0;
	}
	.footer-b li:after{
		display: none;
	}
	.footer-b li:before{
		display: none;
	}

		.footer-b a {

		}

			.footer-b img {
				height: 27px;
			}

details{
	background-image: linear-gradient(0deg, #fa4d00 0, #fa5e00);
    /*box-shadow: 0 10px 30px rgb(250 65 0 / 40%);*/
	border-radius: 8px;
	margin-bottom: 12px;
	color: white !important;
}
summary{
	font-size: 24px;
	padding: 12px 24px;
	color: white !important;
}
details p {
	font-weight: normal;
	font-size: 16px;
	padding: 12px 24px !important;
	color: white !important;
}
@media (max-width: 1450px) {

	.game-item {
		width: 19%;
		margin-bottom: 20px;
		height: calc((100vw - 280px) / 5 / 1.6);
	}

	.game-item:nth-child(18), .game-item:nth-child(17), .game-item:nth-child(16) {
		display: none;
	}

}


@media (max-width: 1300px) {

	.game-item {
		width: 23%;
		margin-bottom: 20px;
		height: calc((100vw - 280px) / 4 / 1.6);
	}

	.game-item:nth-child(16) {
		display: block;
	}

	.mob-panel {
		position: fixed;
		left: 0;
		top: 47px;
		width: 100%;
		height: calc(100% - 47px);
		z-index: 55555;
		background: #eaeaea;
		display: block;
		text-align: left;
		display: none;
	}



}

.mobhid, .search-block2, .mob-menu {
	display: none;
}

.mob-panel {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 88888;
	background: rgba(0,35,71,0.7);
	width: 100%;
	height: 100%;
}

	.mob-panel2 {
		position: absolute;
		width: 280px;
		right: 0;
		top: 0;
		height: 100%;
		background: #001226;
		box-sizing: border-box;
		padding: 20px;
	}

	.mob-panel .lang-hidden {
		width: 260px;
		left: -10px;
		top: -10px;
	}

	.mob-panel-menu {
		padding: 20px 0 0 0;
	}

		.mob-panel-menu a {
			display: block;
			padding: 10px 0;
			border-bottom: 1px #2e3a46 solid;
			color: #fff;
			text-transform: uppercase;
		}

	.mob-panel .lang-current {
		margin-left: -10px;
	}

	.mob-panel .lang-hidden-line-item > span:nth-child(1) {
		margin-right: 3px;
	}

	.mob-close {
		background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 5.99994C17.8124 5.81247 17.5581 5.70715 17.293 5.70715C17.0278 5.70715 16.7735 5.81247 16.586 5.99994L12 10.5859L7.41397 5.99994C7.22644 5.81247 6.97213 5.70715 6.70697 5.70715C6.44181 5.70715 6.1875 5.81247 5.99997 5.99994C5.8125 6.18747 5.70718 6.44178 5.70718 6.70694C5.70718 6.9721 5.8125 7.22641 5.99997 7.41394L10.586 11.9999L5.99997 16.5859C5.8125 16.7735 5.70718 17.0278 5.70718 17.2929C5.70718 17.5581 5.8125 17.8124 5.99997 17.9999C6.1875 18.1874 6.44181 18.2927 6.70697 18.2927C6.97213 18.2927 7.22644 18.1874 7.41397 17.9999L12 13.4139L16.586 17.9999C16.7735 18.1874 17.0278 18.2927 17.293 18.2927C17.5581 18.2927 17.8124 18.1874 18 17.9999C18.1874 17.8124 18.2928 17.5581 18.2928 17.2929C18.2928 17.0278 18.1874 16.7735 18 16.5859L13.414 11.9999L18 7.41394C18.1874 7.22641 18.2928 6.9721 18.2928 6.70694C18.2928 6.44178 18.1874 6.18747 18 5.99994Z' fill='%23fff'/%3E%3C/svg%3E%0A") center center no-repeat;
		cursor: pointer;
		width: 50px;
		height: 50px;
		position: absolute;
		right: 280px;
		top: 0;
	}

@media (max-width: 1200px) {

	body {
		padding-top: 60px;

	}

	.head-line {
		height: 60px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row-reverse;
	}

	.head-line-t {
		height: auto;
	}

	.head-line-t-left {
		display: none;
	}

	.head-line-b {
		height: auto;
	}

	.head-line-menu {
		display: none;
	}

	.main-wrap {
		width: auto;
		display: block;
	}

	.left-col {
		display: none;
	}

	.right-col {
		width: auto;
	}

	.slider-right {
		display: none;
	}

	.slider-block {
		margin: 0;
	}

	.mobhid {
		display: block;
	}

	.mobhid-menu {
		display: flex;
		justify-content: space-between;
		padding: 0 0 20px 0;
	}

		.mobhid-menu a {
			display: flex;
			flex-direction: column;
			align-items: center;
		}

			.mobhid-menu a svg {
				height: 60px;
				fill: #1780ca;
				margin-bottom: 10px;
			}

			.mobhid-menu span {
				color: #fff;
				font-size: 16px;
			}

	.search-block2 {
		display: block;
		background: #08437f;
		padding: 10px 20px;
		margin: 0 -20px 30px -20px;
	}

	.search-block {
		background: #012348;
		margin: 0;
	}

	.game-item {
		width: 23%;
		margin-bottom: 20px;
		height: calc((23vw - 40px) / 1.2);
	}

	.game-item-over {
		opacity: 1;
		background: none;
	}

	.game-item-over:before, .game-item-title, .game-item-demo {
		display: none;
	}

	.mob-menu {
		width: 60px;
		height: 60px !important;
		cursor: pointer;
		background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M23 10.9997H1C0.447715 10.9997 0 11.4474 0 11.9997C0 12.552 0.447715 12.9997 1 12.9997H23C23.5523 12.9997 24 12.552 24 11.9997C24 11.4474 23.5523 10.9997 23 10.9997Z' fill='%23fff'/%3E%3Cpath d='M23 4.00031H1C0.447715 4.00031 0 4.44802 0 5.0003C0 5.55259 0.447715 6.0003 1 6.0003H23C23.5523 6.0003 24 5.55259 24 5.0003C24 4.44802 23.5523 4.00031 23 4.00031Z' fill='%23fff'/%3E%3Cpath d='M23 18H1C0.447715 18 0 18.4477 0 19C0 19.5523 0.447715 20 1 20H23C23.5523 20 24 19.5523 24 19C24 18.4477 23.5523 18 23 18Z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") center center no-repeat;
		display: block;
		margin-right: -20px;
		padding: 0 !important;
		margin-left: 5px;
	}

}

@media (max-width: 850px) {

	.footer {
		margin-left: -20px;
		margin-right: -20px;
		padding: 20px;
	}

	.footer-t {
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.footer-logo {
		margin: 0 0 20px 0;
	}

	.footer-phone {
		font-size: 13px;
	}

	.footer-c a {
		margin: 0 10px 10px 10px;
	}

	.footer-b {
		flex-wrap: wrap;
		justify-content: center;
		padding-bottom: 10px;
	}

		.footer-b a {
			margin: 0 10px 10px 10px;
		}

}

@media (max-width: 730px) {

	.slider-item {
		height: 260px;
	}

	.sld1 {
		height: 260px;
	}

	.slider-wrap {
		border: 0;
		padding: 0;
	}

	.mobhid-menu {
		flex-wrap: nowrap;
		width: calc(100% + 20px);
		overflow-x: auto;
		justify-content: flex-start;
		margin-right: -20px;
	}

		.mobhid-menu a {
			margin: 0 20px 0 0;
		}

		.mobhid-menu a svg {
			height: 34px;
		}

		.mobhid-menu a span {
			font-size: 13px;
			white-space: nowrap;
		}

	.game-item {
		width: 32%;
		margin-bottom: 15px;
		height: calc((32vw - 40px) / 1.2);
	}

	.game-item:nth-child(18), .game-item:nth-child(17), .game-item:nth-child(16) {
		display: block;
	}

	.head-line-reg, .head-line-enter {
		height: 30px !important;
		line-height: 30px !important;
		font-size: 12px !important;
		padding: 0 10px !important;
	}

	.logo {
		width: 200px;
	}

	.logo img {
		display: block;
		margin: 0;
	}

}

@media (max-width: 550px) {

	.slider-item {
		height: 180px;
	}

	.sld1 {
		height: 200px;
	}

	.rslider-nav {
		display: none;
	}

	.slider-block {
		margin-left: 0;
	}

	.logo {
		width: 130px;
		margin-left: 10px;
	}

	.head-line-reg {
		margin-right: 5px;
	}

	.head-line-t {
		padding-left: 5px;
	}

	.mob-menu {
		width: 40px;
	}

	.head-line-b {
		padding: 0;
	}

	.head-line-t-right a {
		font-size: 11px !important;
	}

	.game-item {
		width: 49%;
		margin-bottom: 15px;
		height: calc((49vw - 40px) / 1.2);
	}

	.game-block-wrap {
		margin-left: -15px;
		margin-right: -15px;
	}

	.mtext {
		margin-left: -15px;
		margin-right: -15px;
	}

	.mtext h1 {
		font-size: 20px;
	}

	.mtext h2 {
		font-size: 18px;
	}

	.dfggh {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.footer-phone {
		margin: 20px 0 0 0;
	}

}

@media (max-width: 420px) {

	.slider-item, .sld1  {
		height: 160px;
	}

	.slider-block {
		margin-left: 0;
	}

}
.breadcrumbs li:not(:last-child):after{
	content: " / ";
}
.plinco{
    height: 30px;
    width: auto;
    object-fit: contain;
	margin-bottom: 12px;
  }
.lines {
    width: 100%;
    border-radius: 8px;
    overflow: scroll;
    padding-left: 10px;
	padding-right: 10px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .lines,
  .lines table,
  .lines th,
  .lines td,
  .lines tr {
    border: none !important;
  }
  .lines table {
    width: calc(100% - 20px);
    background: white;
    border-radius: 8px;
    color: black;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .lines table th {
    background: #e8ecf1 !important;
    vertical-align: middle;
    text-align: center;
  }
  .lines table td {
    vertical-align: middle;
    text-align: center;
    padding: 5px 12px;
    position: relative;
  }
  .lines table td:first-child,
  .lines table th:first-child {
    vertical-align: middle;
    text-align: left;
    color: black !important;
  }
  .lines table th{
	  max-height: 40px !important;
	  height: 40px !important;
	  padding-left: 8px !important;
	  padding-right: 8px !important;
  }
  .lines table th:first-child{
	  padding: 0px 5px 0px 40px !important;
	  position: relative;
  }
  .lines table td:first-child span:first-child {
    color: #72c132;
    font-size: 11px;
	white-space: nowrap;
  }
  .lines table td:first-child span:last-child {
    color: #9ea7b2;
    font-size: 11px;
  }
  .lines table td:first-child::before {
    position: absolute;
    content: 'live';
    text-transform: uppercase;
    color: white;
    background: #72c132;
    transform: rotate(-90deg);
    font-size: 10px;
    line-height: 10px;
    padding: 1px 6px;
    left: -17px;
    margin-top: 15px;
    border-radius: 3px;
  }
  .lines table td:nth-child(3) {
    color: #72c132 !important;
  }
.lines table th:first-child {
    vertical-align: center;
  }
  .lines table th:first-child:before {
    content: '';
    position: absolute;
    left: 8px;
	top: 10px;
    display: inline-flex;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23FFF' d='M12 1c6.1 0 11 4.9 11 11s-4.9 11-11 11S1 18.1 1 12 5.9 1 12 1z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%232A2D30' d='M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.6 0 12 0zm7.1 15.6l1.2 2c-1 1.5-2.5 2.7-4.2 3.5l-.8-1.4h-4.9l-1.1 1.9c-2.4-.7-4.4-2.3-5.7-4.3L5 14.8l-2.5-4.3h-.4c.3-1.7.9-3.2 2-4.6h2.4l1.9-3.2C9.5 2.3 10.7 2 12 2c.9 0 1.7.1 2.5.3l2.1 3.6H20c1.2 1.5 1.9 3.4 2 5.4h-.4l-2.5 4.3zm-9.6-8L7 11.9l2.5 4.3h4.9l2.5-4.3-2.5-4.3H9.5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    background-size: 100% 100%;
  }

  .football-zone{
	  height: 20px;
	  width: 20px;
	  background-repeat: no-repeat;
	  background-size: 100% 100%;
  }
  .open-table{
	  height: 20px;
	  width: 20px;
	  background-repeat: no-repeat;
	  background-size: 100% 100%;
  }
  .lines table td:nth-child(2){
      min-width: 17vw;
      max-width: 350px;
      width: 17vw;
      box-sizing: border-box;
  }
  .line-mobile__header{
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 8px;
      background: #e8ecf1;
      padding: 5px;
      color: black;
      font-weight: bold;
  }
  .ball{
      display: inline-flex;
      background-repeat: no-repeat;
      height: 20px;
      width: 20px;
      background-size: 100% 100%;
  }
  .ball.football{
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23FFF' d='M12 1c6.1 0 11 4.9 11 11s-4.9 11-11 11S1 18.1 1 12 5.9 1 12 1z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%232A2D30' d='M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.6 0 12 0zm7.1 15.6l1.2 2c-1 1.5-2.5 2.7-4.2 3.5l-.8-1.4h-4.9l-1.1 1.9c-2.4-.7-4.4-2.3-5.7-4.3L5 14.8l-2.5-4.3h-.4c.3-1.7.9-3.2 2-4.6h2.4l1.9-3.2C9.5 2.3 10.7 2 12 2c.9 0 1.7.1 2.5.3l2.1 3.6H20c1.2 1.5 1.9 3.4 2 5.4h-.4l-2.5 4.3zm-9.6-8L7 11.9l2.5 4.3h4.9l2.5-4.3-2.5-4.3H9.5z'/%3E%3C/svg%3E");
  }
  .stadium{
      display: inline-flex;
      background-repeat: no-repeat;
      height: 26px;
      width: 26px;
      background-size: 100% 100%;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' style='fill: %239e9e9e; width: 26px; heigth: 26px;'%3E%3Ctitle%3Esoccer-field%3C/title%3E%3Cpath d='M4,4C2.89,4 2,4.89 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V6C22,4.89 21.1,4 20,4H4M4,6H11V8.13C9.24,8.59 8,10.18 8,12C8,13.82 9.24,15.41 11,15.87V18H4V16H7V8H4V6M13,6H20V8H17V16H20V18H13V15.87C14.76,15.41 16,13.82 16,12C16,10.18 14.76,8.59 13,8.13V6M4,10H5V14H4V10M19,10H20V14H19V10M13,10.27C13.62,10.63 14,11.29 14,12C14,12.71 13.62,13.37 13,13.73V10.27M11,10.27V13.73C10.38,13.37 10,12.71 10,12C10,11.29 10.38,10.63 11,10.27Z'%3E%3C/path%3E%3C/svg%3E");
  }
  .lines{
       background: transparent;
  }
  .line-mobile__matches{
      padding: 5px;
      display: flex;
      flex-direction: column;
      gap: 8px;
  }
  .line-mobile__teams{
      display: flex;
      justify-content: space-between;
      font-weight: bold;
  }
  .line-mobile__match{
      position: relative;
      padding-left: 16px;
  }
  .line-mobile__match:before {
    position: absolute;
    content: 'live';
    text-transform: uppercase;
    color: white;
    background: #72c132;
    transform: rotate(-90deg);
    font-size: 10px;
    line-height: 10px;
    padding: 1px 6px;
    left: -20px;
    margin-top: 12px;
    border-radius: 3px;
  }
  .line-mobile__match span:first-child{
      color: #72c132 !important;
      font-size: 11px;
  }
  .line-mobile__teams__names{
      color: black !important;
  }
  .line-mobile__match span:last-child{
      color: #9ea7b2 !important;

      font-size: 11px;
  }
  .line-mobile__value{
      color: #72c132 !important;
  }
  .line-mobile__teams__start{
      display: flex;
      gap: 12px
  }
  .line-mobile__coefs{
      display: flex;
      gap: 1px;
      border-radius: 8px;
      overflow: scroll;
      font-size: 14px;
  }
  .line-mobile__coef{
      background: #e8ecf1;
      text-align: center;
      min-width: 50px;
      width: 11.11%;
      padding: 2px 10px;
      box-sizing: border-box;
  }
  .line-mobile__coef:first-child{
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px;
  }
  .line-mobile__coef:last-child{
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px;
  }
  .line-mobile__coef.title{
      background: white;
  }
  .line-mobile__coef span:last-child{
      color: #094b95;
  }
  .line-mobile__coef span:first-child{
      color: #9ea7b2;
  }
  * {
    scrollbar-width: none; /* Для Firefox */
    -ms-overflow-style: none; /* Для Internet Explorer и Edge */
}

/* Скрыть только вертикальный скроллбар */
* {
    scrollbar-width: none; /* Для Firefox */
    -ms-overflow-style: none; /* Для Internet Explorer и Edge */

}

/* Скрыть только горизонтальный скроллбар */
* {
    scrollbar-width: none; /* Для Firefox */
    -ms-overflow-style: none; /* Для Internet Explorer и Edge */

}
.lines-desk{
          display: table;
      }
      .line-mobile{
          display: none;
      }
  @media screen and (max-width: 960px){
      .lines{
          background: white;
          padding: 0;
          overflow: visible;
      }
      .lines-desk{
          display: none;
      }
      .line-mobile{
          display: block;
          border-radius: 8px;
          border: 2px solid white;
      }
      .line-mobile__header{
          border-top-left-radius: 8px;
          border-top-right-radius: 8px;
      }
  }

.breadcrumbs li:before{
    content: "" !important;
	padding: 0 !important;
	display: inline !important;
	position: static !important;
	height: unset !important;
	width: unset !important;
}
.breadcrumbs li:after{
    сontent: "" !important;
	padding: 0 !important;
	display: inline !important;
	position: static !important;
	height: unset !important;
	width: unset !important;
}
.breadcrumbs li{
    padding: 0 !important;
}
.breadcrumbs li:first-child:after{
	content: "/" !important;
	color: #D29D25 !important;
	font-weight: bold !important;
	padding: 0 !important;
	padding-right: 4px !important;
}
details h3{
	display: inline !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #fff !important;
}
details h3:before{
	display: none !important;
}
details h3:after{
	display: none !important;
}

.text-content-block-right {
    grid-template-columns: 50% auto;
    display: grid;
    column-gap: 24px;
    grid-template-areas: 'content image';
  }
  .text-content-block-left {
    grid-template-columns: auto 50%;
    display: grid;
    column-gap: 24px;
    grid-template-areas: 'image content';
  }
  .text-content-block-left ol,
  .text-content-block-left ul,
  .text-content-block-right ul,
  .text-content-block-right ol {
    margin-left: 16px;
  }
  .text-content-block-right img,
  .text-content-block-left img {
    width: 500px;
    min-width: 500px;
    max-width: 500px;
    height: 500px;
    min-height: 500px;
    max-height: 500px;
    border-radius: 8px;
    object-fit: cover;
  }
  .text-content-block-right .content,
  .text-content-block-left .content  {
    grid-area: content;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .text-content-block-right .image,
  .text-content-block-left .image {
    grid-area: image;
  }
  @media screen and (max-width: 1300px) {
    .text-content-block-left img,
    .text-content-block-right img {
      width: 300px;
      min-width: 300px;
      max-width: 300px;
      height: 300px;
      min-height: 300px;
      max-height: 300px;
    }
  }
  @media screen and (max-width: 768px) {
    .text-content-block-left img,
    .text-content-block-right img {
      width: 100%;
      min-width: unset;
      max-width: unset;
      height: auto;
      min-height: unset;
      max-height: unset;
    }
    .text-content-block-left,
    .text-content-block-right {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
  }


.text-content-block-left ol,
.text-content-block-left ul,
.text-content-block-right ol,
.text-content-block-right ul {
    margin-left: 16px
}

.text-content-block-right {
    grid-template-columns: 50% auto;
    display: grid;
    column-gap: 24px;
    grid-template-areas: 'content image'
}

.text-content-block-left {
    grid-template-columns: auto 50%;
    display: grid;
    column-gap: 24px;
    grid-template-areas: 'image content'
}

.text-content-block-left img,
.text-content-block-right img {
    width: 500px;
    min-width: 500px;
    max-width: 500px;
    height: 500px;
    min-height: 500px;
    max-height: 500px;
    border-radius: 8px;
    object-fit: cover
}

.text-content-block-left .content,
.text-content-block-right .content {
    grid-area: content;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.text-content-block-left .image,
.text-content-block-right .image {
    grid-area: image
}

@media screen and (max-width:1300px) {
    .text-content-block-left img,
    .text-content-block-right img {
        width: 300px;
        min-width: 300px;
        max-width: 300px;
        height: 300px;
        min-height: 300px;
        max-height: 300px
    }
}

@media screen and (max-width:768px) {
    .text-content-block-left img,
    .text-content-block-right img {
        width: 100%;
        min-width: unset;
        max-width: unset;
        height: auto;
        min-height: unset;
        max-height: unset
    }
    .text-content-block-left,
    .text-content-block-right {
        display: flex;
        flex-direction: column;
        gap: 12px
    }
}