/*:root {
  --cassiopeia-color-primary: red;
  --cassiopeia-color-hover: green;
  --cassiopeia-color-link: blue;
}*/
.container-topbar
{
  text-align: right;
  background-color: #fff;
  margin: 5px 0px 5px 0px;
}
.header
{
  background: linear-gradient(#3b8fa7, #2f5c71);
  padding-top: 25px;
  box-shadow: 0px 3px 3px gray;
}
/*Заголоdок логотип*/
.title-grid
{

  display: grid;
  grid-template-columns: 250px 1fr 300px;
  grid-gap: 10px;
  margin-bottom: 1.5rem;
}
.site-description
{
  padding-right: 50px;
}
.number
{
  padding-top: 0px;
  font-size: 1.3rem;
  color: #FDF406;
}
.email
{
  font-size:  1.3rem;
  color: #FDF406;
}
.telephone-email
{
  margin-top: -5px;
  font-size: 1rem;
  color: fdf406;
}
.icon-contacts
{
  width: 28px;
	margin-right: 10px;
}
.schedule
{
  font-size: 0.8rem;
  color: #fff;
}
/*Заголвоок логотип*/
.container-banner {
  display: block;
  margin: 0 0 0rem;
}
/*Carusel*/
.carousel-item
{
  max-height: 450px;
}

/*///////Блок продукции///////*/
.product-menu
{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
  grid-gap: 5px;
}
.product-menu a
{
  color: #fff;
  text-decoration: none;
}

.product-menu a:hover
{
  color: yellow;
  text-decoration: none;
}
.metismenu.mod-menu .metismenu-item
{
  font-size: 1rem;
}
/*Достоинства*/
.dignity
{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 20px; 
}
.dignity-block
{
  /*border: 1px solid #3a8da4;*/
  padding: 30px;
  background-color: #f9fbfc;
  text-transform: uppercase;
}
.dignity-block img
{
   padding-bottom: 20px;
}
.item-product
{
  min-height: 120px;
  border: 1px solid #3b8fa7;
  background: #2f5c71;
  padding-top: 10px;
  padding-bottom: 10px;
}

.item-product:hover
{
  background-color: #398aa2;
}
.card
{
  border: 0px;
}
/*//////Блок продукции///////*/
.footer
{
  background: linear-gradient(#3b8fa7, #2f5c71);
}
.grid-child-footer
{
  display: grid;
  grid-template-columns: 2fr, 1fr;
}
/*Дата*/
.create
{
  font-weight: 600;
}


/*Адаптивность*/
@media only screen and (max-width: 800px) {
.title-grid
{
  display: grid;
  grid-template-columns: 250px 1fr;
  grid-gap: 10px;
}
.justify-content-center
  {
    justify-content: start !important;
  }
}
@media only screen and (max-width: 500px) {
.title-grid
{
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
.justify-content-center
  {
    justify-content: start !important;
  }
}



/*Заголовки*/
.page-header h2
{
  font-size: 1rem;
}
.diler
{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 5px;
}
h1
{
  font-size: 1.8rem;
}
/*Выравнивание фотографий*/
.photo-article
{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 5px;
}
.pagination
{
  overflow: hidden
}

/*Убрать рамку вокруг кнопки*/
.btn
{
  border: none;
}
