/* Здесь можно прописать свои CSS стили *//* Здесь можно прописать свои CSS стили */
.phone__num {
    color: #FF3100;
 font-size: 1.6rem;
  font-weight: 600; 
}
.advantage__card {
  width: 100%;
}
.footer {
  background: #0267B8;
  color: #ffffff;
}
.footer a {
  color: white;
}
.footer p {
  color: white;
}
.footer div {
  color: white;
}
.products-block__show-more:hover {
  		color: white;
    	background: red;
}
.default-btn:hover {
color: white;
    	background: red;
}
.c-search__button {
  background: #afbfcb;
}
.c-search__button:hover {
  background: red;
  color: white;
}
.card__sticker-new {
  background: red;
}

.table-scroll{
		width: 100%;
	}
	.table-scroll-body {
    height: 270px;
    overflow-x: auto;
    margin-top: 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.table-scroll table {
    width:100%;
    table-layout: fixed;
    border: none;
}
.table-scroll thead th {
    font-weight: bold;
    text-align: left;
    border: none;
    padding: 10px 15px;
    background: #d8d8d8;
    font-size: 14px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.table-scroll tbody td {
    text-align: left;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px 5px;
    font-size: 14px;
    vertical-align: top;
}
.table-scroll tbody tr:nth-child(even){
    background: #f3f3f3;
}
.banner__side {
background-image: url("https://keos.moscow/uploads/Foto/banner_second3.jpg");
  border-radius: 10px;
  margin-left: 20px;
  background-repeat: no-repeat;
}
.banner__side-image {
display: none;
}
.banner__side-title {
    margin-bottom: 17rem;
    font-size: 5rem;
    font-weight: 500;
  vertical-align: top;
}