@media screen and (min-width: 1201px) {
    ::-webkit-scrollbar-thumb {
        /* Цвет скроллбара */
        background: #f0ad00;
        /* Радиус скругления скроллбара */
        border-radius: 10px;
    }
    ::-webkit-scrollbar {
        /* Ширина вертикального скроллбара */
        width: 6px;
        /* Высота горизонтального скроллбара */
        height: 5px;
        /* Цвет фона под скроллбаром */
        background: #000000;
    }
}
.t-slds__arrow {border: 1px solid #f0ad00;}

@media screen and (max-width: 980px) {
    .t977__menu ul {
	list-style-position: inside;
	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
	list-style-type: decimal;
	width: 400px;
    }
}

@media screen and (max-width: 600px) {
    .t977__menu ul {
	list-style-position: inside;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	list-style-type: decimal;
	width: 350px;
    }
}
@media screen and (max-width: 360px) {
    .t977__menu ul {
	list-style-position: inside;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	list-style-type: decimal;
	width: 300px;
    }
}

.t123 {background: #000;}


.content_html {
	font-family: 'Fira Sans Extra Condensed',Arial,sans-serif;
    width: 89%;
    margin: 10px auto;
    padding-top: 20px;
    padding-bottom: 20px;
    color:#FFF;
    max-width: 1160px;
}

.content_html p {padding-bottom: 10px; font-size: 18px;}
.content_html h2 {padding: 15px 0; font-size: 24px;}
.content_html h3 {padding: 15px 0; font-size: 20px;}
.content_html h4 {padding: 15px 0; font-size: 18px;}
.content_html ul {padding-bottom: 10px;}
.content_html li {padding: 0 0 5px 0; font-size: 18px;margin-left: 15px;}

.content_html a {color: #FFF !important; text-decoration: underline !important;}

.p_gren {color: #016e5b;background: #f5f5f5;padding: 10px;margin: 10px 0;border: 1px solid;}


.content_html h1, h2, h3, h4, h5 {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right , #ad9534 , #ffffff 70%);
    background-position: 0 0;
    transition: all 0.8s ease-in-out;
}

.content_html h1 {margin-bottom:20px}

.hide_li li {font-size: 1px; opacity: 0.1; display: inline;}

.t977__descr li {margin-bottom: 2px;}





.img_sha_br {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 30px;
}

.img_sha_br a {
    box-sizing: border-box;
    margin: 5px;
    flex: 0 0 calc(20% - 10px);
    text-align: center;
}

.img_sha_br a img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    object-position: bottom;
}
.img_sha_br a[href*="/audi"] img { object-position: top;}

span.img_sha__title {
    color: #FFF;
    background: linear-gradient(43deg,rgb(47 47 47) 0%,rgba(0,0,0,1) 30%,rgb(54 53 53) 100%);
    width: 100%;
    display: block;
    padding: 2px 0;
    }

@media (max-width: 768px) {
	.img_sha_br {max-width: unset; margin: 30px 20px;}
    .img_sha_br a {
        flex: 0 0 calc(33.33% - 10px);
    }
    .img_sha_br a img {height: 100px;}
   .img_sha_br a[href*="/tesla"] {display: none;}
}