body {
    /*font-family: Verdana;*/
    font-size: 11pt;
    color: #333;
    padding-top: 5px;
}
/* Добавил======*/
.label {
    font-size: 11pt;
}
/*АДАПТАЦИЯ ТАБЛИЦ*/
 .container {
     min-width: 320px;
     max-width: 100%;
     padding: 0 15px;
     box-sizing: border-box;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0;
}

table td, table th {
    padding: 10px;
    border: 1px solid #cbbdbd;
}

tr:nth-child(even){
    background-color: #e8e8e8
}
 @media (max-width: 720px) {
    /*// переопределяем CSS правила*/

    .container table thead {
         display: none;
         /*Скроем названия в шапке таблицы.*/
    } 
    .container table tr {
         display: block;
      /*Преобразуем строчные ряды таблицы в блочные элементы. Теперь таблица имеет совсем другой вид – ячейки встали в столбик.*/
    }
    .container table td {
         display: flex;
         justify-content: space-between;
         font-size: 14px;
         /*Назначим ячейку флекс-контейнером, а данные ячеек раскидаем по правому и левому краю вдоль главной оси.*/
    }
    .container table td::before {
         content: attr(data-label);
         font-weight: bold;
         margin-right: 20px;
     /*При помощи псевдоэлемента before и функции attr(), подставим в каждую ячейку значение data-label.*/
     }
}
/*=======\\\АДАПТАЦИЯ ТАБЛИЦ*/
.cl0 
{
/*background: linear-gradient(to bottom, #484848, #282828);
height: 25px;*/
}
    .cl0 a:link
    {
    /*color: #FFFFFF !important;*/
    }
.cl1
{
    /*background: linear-gradient(to bottom, #52bee4, #5275e4);*/
}
.modal-header {
    text-align: center;
}
.modal-footer {
    text-align: center;
}
.btn-default {
    color: #fff;
    /* background: #2BBBAD; */
    /*background: #ff4111;*/
    background-color: #d19e07 !important;
}
.btn-default:hover, .btn-default:focus {
    background-color: #d19e07 !important;
    color: #fff !important;
}
.fa
{
    /*color: #fff;*/
}
.spiskom
{
    text-align: left;
    Max-width: 500px;
}
.btn-danger-color /*Цвет Расширенный поиск*/
{
    color: #100f0f;
    background-color: #ffc107;
    border-color: #d19e07;
}
     .btn-danger-color:hover
     {    
        color: #100f0f;
        background-color: #ffc107;
        border-color: #d19e07;
     } 

.margin-left_5px
{
    margin-left: auto;
}
.btn-primary_background-color
{
        background-color: #ffc107;
        border-color: #d19e07;
}
    .btn-primary_background-color:hover
    {
        background-color: #ffc107;
        border-color: #d19e07;
    }
/*ссылки - в овальные кнопки*/
.design {
        display: inline-block; /* Строчно-блочный элемент */
        padding: 1px 20px; /* Добавляем поля */
        text-decoration: none; /* Убираем подчёркивание у ссылки */
        cursor: pointer; /* Курсор в виде руки */
        background: #e6e6e6; /* Фон для браузеров, не поддерживающих градиент */
        border-radius: 4px; /* Скругляем уголки */
        border: 1px solid #747474; /* Добавляем синюю рамку */
        font: 13px/1 Arial, sans-serif; /* Рубленый шрифт */
        color: #2c539e; /* Цвет текста и ссылки */
   }
.red-text {
  color: #ffc107 !important;
}
.margin-left_5px
{
    margin-left: auto;
}
/* Списки */
.menu_right_title
{
    color: #ffc107;
    font-weight: bold;
	margin: 2em 0 0 0;
    font-size: 120%;
}
    .menu_right_title a:link
    {
        color: #ffc107;
    }

.menu_left_title {
    color: #ffc107;
    font-weight: bold;
	margin: 2em 0 0 0;
    font-size: 150%;
}
.menu-left ul {
    margin: 1em 0 0 0;
    padding: 0;
    line-height: 2;
    list-style: none;
}
/* Вы смотрели */
.viewed-items:not(:empty) {
    padding: 10px 20px 10px 10px;
    border: 1px solid #ccc;
    margin: 0 0px 5px 0;
}
.viewed-items > h3 {
    color: #f24949;
    font-weight: bold;
    font-size: 1.5rem;
    margin: 0;
}
.viewed-items > ul {
    margin: 5px 0 0 0;
    padding: 0;
    line-height: 2;
    list-style: none;
}
.viewed-items li:not(:last-child) {
    border-bottom: thin solid gray;
}
/* ======= */
.card1
{
/*	display: inline-block; */
	border: double 2px;
	border-color: #e4e6e7;
	border-radius: 4px;
	/*margin: 0.1%;
	overflow: visible;
	transition: box-shadow 0.3s ease-in-out;
	padding: 5px;
	box-sizing: border-box;
	max-width: 215px;*/
	text-align: center;
}
.card1:hover{background: #e4e6e7; border: double;}
.card1 > a:hover{text-decoration: none;}
/* A */
a:link, a:visited {
    color: #0d4680;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    text-decoration: underline;
}

.red_background-color {
    background-color: #ffc107 !important;
}
/*****надписи меню *******/
.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {
	color: rgba(255, 255, 255, 0.8);
	background-color: #ffc107;
	font-weight: bold;
}
.navbar .navbar-nav > li > a {
  /*color: rgba(0, 0, 0, 0.84);*/
  color: #000000;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: medium;
      text-decoration: none;
    font-weight: bold;
}
/************************/
/* Добавил======*/
.head-l3 {
    background-color: #b3b3b3;
    padding-top: 15px;
}
.search-adv-menu-left {
    vertical-align: top;
    background-color: white;
    margin: 0 0px 5px 0;
    /*float: right;*/
    float: left;
    width: inherit;
}
.red {
    color: red;
}
.green {
    color: green;
    font-size: 2em;
    background-color: #f8f8f8;
    border: 1px solid #000;
}
.search-adv-menu-left > div {
    padding: 5px 5px 5px 5px;
    /*border: 1px solid #ccc;*/
}
/*site-search-adv.css*/
.search-adv-filter-div 
{
    margin: 0 0 10px 0;
}
.search-adv-filter 
{
    width: 95%;
    margin: 0px;
}
.search-adv-filter-sample 
{
    color: #808080;
    font-size: 11pt;
}
.search-adv-filter-delete-button 
{
    margin: 3px 0 0 5px;
    display: none;
}
.search-button-div 
{
    text-align: center;
}
.search-button-div .search-adv-search-button
{
    font-weight: bold;
    font-size: 1.1em;
    margin: 5px 0 5px 0;
}
.search-tile-main {
    margin: 20px 0 0 0;
	padding-left: 15px;
}
.search-tile-div {
    float: left;
    margin: 0 20px 20px 0;
    padding: 5px;
    border: 1px solid #808080;
}
.search-tile-name {
    margin: 0 0 5px 0;
}
.search-tile-price {
    font-size: 12pt;
    font-weight: bold;
    margin: 0 0 5px 0;
}
/* Sizes */
.search-adv-sizes 
{
    margin-bottom: 10px;
}
.search-adv-size-title 
{
    margin-bottom: 5px;
}
.search-adv-slider-input-div 
{
    padding-bottom: 5px;
}
.search-adv-slider-input 
{
    width: 48px;
}
.search-adv-slider-main 
{
    margin: 0 0 0 7px;
}
.search-adv-slider-width, .search-adv-slider-price 
{
    width: 151px;
}

/* Count */
.search-adv-count-main {
    position: absolute;
    margin: 0 0 0 199px;
    padding: 5px;
    background: #ffeee5;
    border: 1px solid #ffaa80;
    box-shadow: 0 2px 2px -1px #808080;
    display: none;
}

/* Autocomplete */
.ui-autocomplete
{
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}
/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 200px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a {
  color: #fff;
  background-color: #428bca;
}


/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}


.thumbnail.right-caption > a > img {
    float: left;
    margin-right: 9px;
}

.thumbnail.right-caption {
    float: left;
}

.thumbnail.right-caption > .caption {
    padding: 4px;
}
​
.styleLikeH3 {
  orphans: 3;
  widows: 3;
  page-break-after: avoid;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
}
.styleLikeH4 {
  display: block;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 120%;
  text-align: center;
 /* font-size: 18px;*/
}
.styleLikeH5 {
  display: block;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}


.multi-column-dropdown {
  list-style: none;
}
.multi-column-dropdown li a {
  display: block;
  clear: both;
  line-height: 1.428571429;
  color: #999999;
  white-space: normal;
}

.multi-column-row {
    margin-left: 0px;
    margin-right: 0px;
}
.multi-column-sm-4 {
    width: 32%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
}
.multi-column-sm-6 {
    width: 48%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
}
.multi-column-sm-8 {
    width: 95%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
}
.dropdown-menu.columns-1 {
    min-width: 200px;
}
.dropdown-menu.columns-2 {
    min-width: 640px;
}
.dropdown-menu.columns-3 {
    min-width: 955px;
}
/*Слайдер*/
.container-for-NP {
		display: grid;
		grid-auto-flow: row dense;
		grid-template-columns: 1fr auto;
		grid-template-rows: 0.5fr auto 1fr;
		gap: 5px 5px;
		grid-template-areas:
			"A B"
      "C C"
      "D D"
      "E E"
      "F F";
		line-height: 1.4rem;
	}

	.A {
		grid-area: A;
		text-align: center;
	}

	.B {
		grid-area: B;
		font-size: 28px;
		margin: auto;
	}

	.C {
		grid-area: C;
		font-size: 20px;
		display: flex;
    border: 3px solid #7570b3;
		border-radius: 20px;
    grid-template-areas:
			"C1"
	}
  .C1
  {
    grid-area: C1;
    margin: auto;
  }

  
  .D {
    grid-area: D;
  }
  .F {
    grid-area: F;
  }

.E {
		grid-area: E;
		font-size: 20px;
		display: flex;
    border: 3px solid #7570b3;
		border-radius: 20px;
    grid-template-areas:
			"C1"
	}
  .E1
  {
    grid-area: E1;
    margin: auto;
  }


/* цвет текста */
.color-title
{
  color:#7570b3;
  font-size:24px;
}



/* Slider */
.slider {
  position: relative;
}

.slider__wrapper {
		overflow: hidden;
	}

.slider__container {
  overflow: hidden;
}

.slider__items {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}

.slider_disable-transition {
  transition: none;
}

.slider__item {
  flex: 0 0 100%;
  max-width: 100%;
  user-select: none;
  will-change: transform;
}

/* кнопки влево и вправо */

.slider__control {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 50px;
  color: #fff;
  text-align: center;
  background: rgb(0 0 0 / 20%);
  border: none;
  transform: translateY(-50%);
  cursor: pointer;
}

.slider__control_hide {
  display: none;
}

.slider__control[data-slide="prev"] {
  left: 0;
}

.slider__control[data-slide="next"] {
  right: 0;
}

.slider__control:hover,
.slider__control:focus {
  color: #fff;
  text-decoration: none;
  background: rgb(0 0 0 / 30%);
  outline: 0;
}

.slider__control::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.slider__control[data-slide="prev"]::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.slider__control[data-slide="next"]::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* индикаторы */

.slider__indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  margin: 0 15%;
  padding-left: 0;
  list-style: none;
}

.slider__indicators li {
  flex: 0 1 auto;
  box-sizing: content-box;
  width: 30px;
  height: 5px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgb(255 255 255 / 50%);
  background-clip: padding-box;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  cursor: pointer;
}

.slider__indicators li.active {
  background-color: rgb(255 255 255 / 90%);
}

.slider__img img{
  height: 200px;
  cursor: pointer;
}

/* MODAL MODAL MODAL */

    #zadniifon{
      background-color: rgba(0, 0, 0, 0.8);
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
    }

    #lightbox {
      position: fixed;
      padding-top: 25%;
      margin: auto;
      top: 0;
      right: 0;
      left: 0;
      width: 0;
      height: 0;
    }

     #lightbox .smolblock {
      display: flex;
      justify-content: center;
      align-items: center;
    }
            
    #lightbox img {
      box-shadow:0 0 25px #111;
      max-width:1240px;
      }