.plinco{
    height: 30px;
    width: auto;
    object-fit: contain;
	margin-bottom: 12px;
  }
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}
body {
    line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
nav ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
    color: rgba(77, 165, 51, 1);
}
input {
    outline: none;
}
ins {
    background-color: rgba(14, 125, 15, 1);
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
}
mark {
    background-color: rgba(14, 125, 15, 1);
    color: rgba(0, 0, 0, 1);
    font-style: italic;
    font-weight: 700;
}
del {
    text-decoration: line-through;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid rgba(204, 204, 204, 1);
    margin: 1em 0;
    padding: 0;
}
input,
select {
    vertical-align: middle;
}
button {
    letter-spacing: normal;
    white-space: nowrap;
    text-transform: none;
    cursor: pointer;
}
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
a:not([href]) {
    color: inherit;
    cursor: default;
}
a:not([href]):hover {
    color: inherit;
    text-decoration: inherit;
}
img,
video {
    max-width: 100%;
    max-height: 100%;
}
.main__center{
    width: calc(100% - 260px);
    overflow: hidden;
}

.slider-item{
					display: block;
					background-repeat: no-repeat;
				}
				.swiper-wrapper{
					height: 100%;
				}
.slider-wrap {
			padding: 0 0 5px 0;
			margin: 0 0 5px 0;
	overflow: hidden;
		}

			.slider-block {
				position: relative;
				margin: 0 -20px 0 -280px;
			}
			.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

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

				.sld1 {
					height: 440px;
				}

					.slider-item {
						background-size: cover;
						flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
						height: 440px;
						background-size: cover;

					}

					.swiper-pagination-bullet {
						width: 14px;
						height: 14px;
						background: none;
						border: 2px solid rgba(77, 165, 51, 1) !important;
						opacity: 1;
						border-radius: 50%;
						margin: 3px 4px;
						outline: none;
						box-sizing: border-box;
					}

					.swiper-pagination-bullet-active {
						border-color: rgba(77, 165, 51, 1) !important;
						background: rgba(77, 165, 51, 1) !important;
					}

					.slider-right {
						position: absolute;
						right: 20px;
						top: 0px;
						width: 240px;
						height: 360px;
						background: rgba(77, 165, 51, 1);
						border-radius: 15px;
						z-index: 22;
					}

						.slider-right-title {
							height: 60px;
							color: rgba(77, 165, 51, 1);
							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: rgba(77, 165, 51, 1);
								margin-right: 11px;
								box-sizing: border-box;
							}

							.slider-right-title svg {
								width: 18px;
								height: 20px;
								fill: rgba(0, 0, 0, 1);
							}

						.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 {
								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: rgba(255, 255, 255, 1);
									width: 100%;
								}

								.slider-right-nik {
									color: rgba(77, 165, 51, 1);
									white-space: nowrap;
									overflow: hidden;
									text-overflow: ellipsis;
								}

								.slider-right-price {
									background: rgba(77, 165, 51, 1);
									border-radius: 10px;
									padding: 0 10px;
									color: rgba(0, 0, 0, 1);
								}

								.slfkt {
									position: absolute;
									left: 0;
									top: 0;
									width: 100%;
									height: 100%;
									opacity: 0;
									background-color: rgba(240, 243, 248,.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: rgba(77, 165, 51, 1);
									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: rgba(255, 255, 255, 1);
								}

									.slfkt svg {
										width: 20px;
										height: 20px;
										fill: rgba(77, 165, 51, 1);
										margin-right: 10px;
									}

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

.mtext-grid-right{
	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{
	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: rgba(255, 255, 255, 1) !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;
	margin: 0 !important;
}
.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;
}


.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;
}
@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: unset;
	}
    .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;
	}
}
details{
	background: rgba(77, 165, 51, 1);
    /*box-shadow: 0 10px 30px rgb(250 65 0 / 40%);*/
	border-radius: 8px;
	margin-bottom: 12px;
	color: rgba(240, 243, 248, 1) !important;
}
summary{
	font-size: 24px;
	padding: 12px 24px;
	color: rgba(240, 243, 248, 1) !important;
}
details h3{
	display: inline !important;
	margin: 0 !important;
	padding: 0 !important;
	color: rgba(240, 243, 248, 1) !important;
}
details h3:before{
	display: none !important;
}
details h3:after{
	display: none !important;
}
details p {
	font-weight: normal;
	font-size: 16px;
	padding: 12px 24px !important;
	color: rgba(240, 243, 248, 1) !important;
}
.mtext-grid-right ul, .mtext-grid-left ul{
	text-align: left;
}
.mtext-grid-right ol, .mtext-grid-left ol{
	text-align: left;
}
.mtext-grid-right p, .mtext-grid-left p{
	text-align: left;
}

		.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: rgba(77, 165, 51, 1);
				text-transform: uppercase;
			}

				.game-block-title > img {
					margin: 0 15px 0 0;
					width: 44px;
					height: 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-over {
			border-radius: 15px;
			background-color: rgba(240, 243, 248,.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-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ctitle%3Eplay%3C/title%3E%3Cpath d='M8,5.14V19.14L19,12.14L8,5.14Z' /%3E%3C/svg%3E");
				width: 40px;
				height: 40px;
				position: absolute;
				left: 50%;
				top: 50%;
				margin: -20px 0 0 -20px;
				display: block;
				background-color: rgba(77, 165, 51, 1);
				border-radius: 50%;
			}

			.game-item-title {
				color: rgba(77, 165, 51, 1);
				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: rgba(240, 243, 248, 1);
				font-size: 14px;
				font-weight: 500;
				line-height: 1;
				text-transform: uppercase;
				text-decoration: none;
				transition: .4s;
				background-color: rgba(77, 165, 51, 1);
				position: absolute;
				right: 10px;
				bottom: 10px;
			}

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

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

@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;
	}
}
@media (max-width: 1200px) {
	.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;
	}
}
@media (max-width: 730px) {
	.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;
	}
}
@media (max-width: 550px) {
		.game-item {
		width: 49%;
		margin-bottom: 15px;
		height: calc((49vw - 40px) / 1.2);
	}

	.game-block-wrap {
		margin-left: -15px;
		margin-right: -15px;
	}
}
.button-link-wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
}
.button-link-wrapper a{
	background: linear-gradient(rgba(204, 68, 0, 1), rgba(236, 98, 43, 1));
    color: rgba(240, 243, 248, 1);
	border-radius: 6px;
	text-align: center;
	display: flex;
	width: fit-content;
	padding: 8px 16px;
	font-weight: bold;
	transition: all 0.5s;
}
.button-link-wrapper a:hover{
	transition: all 0.5s;
	opacity: 0.8;
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.mtable-wrap {
	overflow-x: auto;
	border-radius: 6px;
}

.mtable {
	border: 0 !important;
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	background: rgba(240, 243, 248, 1);
	border-radius: 6px;
}

	.mtable tr {
		display: table-row;
	}
	.mtable td{
		display: table-cell;
		text-align: left;
	}
	.mtable th{
		display: table-cell;
		text-align: left;
	}

		.mtable strong {
			color: rgba(62, 64, 73, 1);
		}

		.mtable td, .mtable th {
			border: 0 !important;
			padding: 20px;
			border-bottom: 1px rgba(204, 68, 0, 1) solid !important;
		}


.lines tr{
	display: table-row;
	background: rgba(255, 255, 255, 1);
	overflow: visible;
}
.lines th, .lines td{
	display: table-cell;
	overflow: visible;
}
		.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: rgba(255, 255, 255, 1);
    border-radius: 8px;
    color: rgba(240, 243, 248, 1);
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .lines table th {
    background: rgba(77, 165, 51, 1) !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: rgba(240, 243, 248, 1) !important;
  }
  .lines table th{
	  max-height: 40px !important;
	  height: 40px !important;
	  padding-left: 8px !important;
	  padding-right: 8px !important;
  }
  .lines table th:first-child{
	  border-top-left-radius: 6px;
	  padding: 0px 5px 0px 40px !important;
	  position: relative;
  }
  .lines table th:last-child{
	  border-top-right-radius: 6px;
  }
  .lines table td:first-child span:first-child {
    color: rgba(114, 193, 50, 1);
    font-size: 11px;
	white-space: nowrap;
  }
  .lines table td:first-child span:last-child {
    color: rgba(204, 204, 204, 1);
    font-size: 11px;
  }
  .lines table td:first-child::before {
    position: absolute;
    content: 'live';
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    background: rgba(114, 193, 50, 1);
    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: rgba(114, 193, 50, 1) !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: rgba(77, 165, 51, 1);
      padding: 5px;
      color: rgba(204, 204, 204, 1);
      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: rgba(255, 255, 255, 1);
    background: rgba(114, 193, 50, 1);
    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: rgba(114, 193, 50, 1) !important;
      font-size: 11px;
  }
  .line-mobile__teams__names{
      color: rgba(240, 243, 248, 1) !important;
  }
  .line-mobile__match span:last-child{
      color: rgba(204, 204, 204, 1) !important;

      font-size: 11px;
  }
  .line-mobile__value{
      color: rgba(114, 193, 50, 1) !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: rgba(77, 165, 51, 1);
      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: rgba(255, 255, 255, 1);
  }
  .line-mobile__coef span:last-child{
      color: rgba(240, 243, 248, 1);
  }
  .line-mobile__coef span:first-child{
      color: rgba(240, 243, 248, 1);
  }
  * {
    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 */

}
.logo.header__logo.lg img{
                        height: 40px !important;
                        width: 150px !important;
                        object-fit: contain !important;
                    }
                    .logo.header__logo.sm img{
                        height: 40px !important;
                        width: 98px !important;
                        object-fit: contain !important;
                    }
                    .logo.header__logo.square img{
                        height: 40px !important;
                        width: 40px !important;
                        object-fit: cover !important;
                    }
.lines-desk{
          display: table;
      }
      .line-mobile{
          display: none;
      }
  @media screen and (max-width: 960px){
      .lines{
          background: rgba(255, 255, 255, 1);
          padding: 0;
          overflow: visible;
      }
      .lines-desk{
          display: none;
      }
      .line-mobile{
          display: block;
          border-radius: 8px;
          border: 2px solid rgba(255, 255, 255, 1);
      }
      .line-mobile__header{
          border-top-left-radius: 8px;
          border-top-right-radius: 8px;
      }
  }

@media screen and (max-width: 550px){
	.mtext img{
		max-height: 300px;
	}
}