#statistic{
  display: none;
}

.catalog_order .color span{
	width: 10px;
    border-radius: 5px;
    height: 10px;
    display: inline-block;
	border: 1px solid #b29e9e;
}
.navigation li{
	display: inline-block;
}

.news-cont {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid silver;
    margin: 25px 0 25px 0;
}

.news-cont .content {
  flex-grow: 1;
}

.news-cont .content img {
  float: right;
}

.news-cont .hud
{
  display: flex;
  
  justify-content: space-between;
  align-items: center;
}

.news-cont .hud .links a
{
  padding: 0 20px;
}
.publish-date
{
  color: #777;
}
.news-cont .content .title
{
  color: #333;
}

.catalog-banner{
	 padding-bottom: 25px !important;
}

.user-form input[type="checkbox"]{
    appearance: auto !important;
    width: auto !important;
}


/* tooltip*/
.form-body{
    padding: 0 30px;
    color: #898989;
}
.has-tooltip {
  position: relative;
}
.has-tooltip:hover .tooltip {
  display: inline-block; /* Отображаем тултип только если навели мышью на элемент, его содержащий */
}

.tooltip {
    display: none;
    position: absolute;
    bottom: 100%;
    right: 0;
    min-width: 200px;
    line-height: 15px;
    text-align: center;
    background: rgba(0,0,0,.8);
    color: white;
    font-size: 12px;
    padding: 0;
    margin: 0;
}
.tooltip::after {
  /* Это уголок */
  content: '';
  position: absolute;
  top: 100%;
  right: 4px;
  border: 8px solid transparent;
  border-top-color: rgba(0,0,0,.8);
}
/* end */


.right-bar{
    position: fixed;
    right: 0;
    z-index: 500;
    top: 35%;
}
.full_page .desc h2{
	font-size: 25px;
    line-height: 42px;
    padding-bottom: 40px;
}

li.breadcrumb-item{
	display:inline-block;
}
.warning{
	position: fixed;
    display: flex;
    justify-content: center;
    top: 0px;
    z-index: 500;
    left: 0px;
    font-weight: bold;
    width: 100vw;
    color: #000000;
    background: #ffea24;
}

@media only screen and (max-width: 768px) {
   .warning{
	font-size: 10px;
    font-weight: bold;
   }
}

table.four-col td {
  width: 350px;
}

li.reset-filter{
    cursor: pointer;
    color: #a81c14;
    background: #ffef16;
    width: auto;
    display: initial !important;
    visibility: hidden;
}
.preloader{
  display: none !important;
}
.edit-price{
  border: none;
  width: 110px;
}
.popup_modal li {
  margin: 1px 1px 1px 20px;
  position: relative;
}

#edit-item-form{
    overflow: auto;
    padding: 10px 0 0 0;
    max-height: 400px;
}


#edit-item-form input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: unset;
  appearance: unset;
}

a.admin-shop-item-tag {
  cursor: pointer;
  background-image: url(/static/templates/okna/img/edit-icon.png) !important;
  position: relative;
  display: inline-block;
  width: 30px;
  height: 16px;
  background-size: 28px;
  background-position: center center;
}

.full_page {
 background: #f5fafe;
 padding: 30px 0;
}

.speedbar {
 padding-bottom: 20px;
}

.speedbar ul:after {
 display: block;
 clear: both;
 content: '';
}

.speedbar li:last-child {
 float: none;
 clear: both;
 padding-top: 7px;
}

.speedbar li {
 display: block;
 float: left;
 font-size: 17px;
}

.speedbar li:after {
 display: inline-block;
 color: #e2e3e3;
 content: '/';
 padding: 0 17px;
}

.speedbar li:last-child:after {
 display: none;
}

.speedbar li a {
 color: #2d9cdb;
 text-decoration: none;
 -webkit-transition: color ease .2s;
 transition: color ease .2s;
}

.speedbar li a:hover {
 color: #d94347;
}

.speedbar h1 {
 color: #000;
 font-size: 24px;
 font-weight: 700;
 line-height: 30px;
}

.full_page .slider_block {
 position: relative;
 background: #2d9cdb;
 padding: 20px 0;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
}

.full_page .slider_block .sale {
 position: absolute;
 top: 10px;
 left: -3px;
 width: 110px;
 height: 50px;
 line-height: 45px;
 background: #d94347;
 border: 2px solid #fff;
 font-size: 24px;
 font-weight: 700;
 color: #fff;
 text-align: center;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 -webkit-box-shadow: 0 5px 10px rgba(122, 142, 247, 0.15);
 -moz-box-shadow: 0 5px 10px rgba(122, 142, 247, 0.15);
 box-shadow: 0 5px 10px rgba(122, 142, 247, 0.15);
 z-index: 20;
}

.slider-full .item {
 padding-bottom: 10px;
}

.slider-full .item img {
 display: block;
 margin: 0 auto;
}

.slider-full-nav {
 max-width: 320px;
 margin: 0 auto;
}

.slider-full-nav .item {
 text-align: center;
}

.slider-full-nav .slick-current img {
 border-color: #000;
}

.slider-full-nav img {
 display: block;
 height: 56px;
 margin: 0 auto;
 border: 1px solid transparent;
 padding: 7px;
}

.full_page .col-1 {
 padding-bottom: 20px;
}

.full_page .col-2 .info {
 background: #fff;
 padding: 15px 20px;
 margin-bottom: 25px;
 -webkit-box-shadow: 0 10px 20px rgba(45, 156, 219, 0.1);
 -moz-box-shadow: 0 10px 20px rgba(45, 156, 219, 0.1);
 box-shadow: 0 10px 20px rgba(45, 156, 219, 0.1);
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
}

.full_page .col-2 .desc {
 font-size: 15px;
 line-height: 25px;
 color: #000;
 padding-bottom: 15px;
}

.full_page .col-2 .desc p {
 padding-bottom: 10px;
}

.full_page .col-2 .desc p:last-child {
 padding-bottom: 0;
}

.full_page .cost {
 padding: 15px 0;
 margin-bottom: 15px;
 background: #f5fafe;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
}

.full_page .cost:after {
 display: block;
 clear: both;
 content: '';
}

.full_page .price {
 text-align: center;
 line-height: 24px;
}

.full_page .price .new {
 font-size: 24px;
 color: #000;
}

.full_page .price .old {
 color: #d94347;
 font-size: 17px;
 text-decoration: line-through;
 margin-left: 10px;
}

.full_page .price .new,
.full_page .price .old {
 display: inline-block;
}

.full_page .order {
 padding-top: 10px;
}

.full_page .order a {
 display: block;
 width: 200px;
 height: 49px;
 line-height: 44px;
 background: #fff;
 color: #2d9cdb;
 font-size: 17px;
 font-weight: 700;
 text-align: center;
 text-decoration: none;
 border: 2px solid #2d9cdb;
 -webkit-box-shadow: 0 5px 10px rgba(122, 142, 247, 0.15);
 -moz-box-shadow: 0 5px 10px rgba(122, 142, 247, 0.15);
 box-shadow: 0 5px 10px rgba(122, 142, 247, 0.15);
 -webkit-border-radius: 25px;
 -moz-border-radius: 25px;
 border-radius: 25px;
 -webkit-transition: all ease .2s;
 transition: all ease .2s;
 margin: 0 auto;
}

.full_page .order a:hover {
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
}

.full_page .order a:active {
 background: #2d9cdb;
 color: #fff;
}

.full_page .options li {
 position: relative;
 font-size: 15px;
 padding-bottom: 15px;
}

.full_page .options li:before {
 position: absolute;
 left: 0;
 right: 0;
 bottom: 6px;
 display: block;
 height: 2px;
 background: #eef5fb;
 content: '';
}

.full_page .options li:after {
 display: block;
 clear: both;
 content: '';
}

.full_page .options li span {
 background: #fff;
 display: block;
 color: #bdbdbd;
}

.full_page .options li i {
 background: #fff;
 font-style: normal;
 color: #000;
 padding-right: 15px;
}

.full_page .options li span,
.full_page .options li i {
 position: relative;
 z-index: 6;
}

.full_page .video-responsive {
 background: #333;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
 overflow: hidden;
}

.full_page .youtube {
 position: absolute;
 left: 0;
 top: 0;
 right: 0;
 bottom: 0;
 height: auto;
}

.full_page .youtube:before {
 display: block;
 position: absolute;
 left: 0;
 top: 0;
 right: 0;
 bottom: 0;
 background: url("../img/play-icon.png") 50% 50% no-repeat rgba(0, 0, 0, 0.7);
 -o-background-size: 38px 39px;
 -webkit-background-size: 38px 39px;
 -khtml-background-size: 38px 39px;
 -moz-background-size: 38px 39px;
 background-size: 38px 39px;
 content: '';
 z-index: 5;
}


.spoiler input, .spoiler div  { 
    display: none; /* Скрываем содержимое */
   }
   .spoiler label::before {
    content: '►'; /* Текст перед заголовком */
    margin-right: 5px; /* Расстояние до текста */
   }
   /* Открытый спойлер */
   .spoiler :checked + label::before { content: '▼'; }
   .spoiler :checked ~ div {
    display: block; /* Показываем спойлер */
    padding: 10px; /* Поля вокруг текста */
   }

@media only screen and (min-width: 480px) {

 .speedbar h1 {
  font-size: 32px;
  line-height: 45px;
 }

 .full_page .slider_block {
  padding-top: 25px;
 }

 .slider-full .item {
  padding-bottom: 15px;
 }

 .full_page .cost {
  padding: 20px;
 }

 .full_page .price {
  float: left;
  width: 50%;
  text-align: left;
  height: 49px;
  line-height: 49px;
 }

 .full_page .order {
  padding-top: 0;
  float: left;
 }

 .full_page .order a {
  margin-left: 0;
  width: 140px;
 }

}

@media only screen and (min-width: 768px) {

 .speedbar h1 {
  line-height: 49px;
 }

 .full_page .slider_block {
  padding: 35px 0 25px;
 }

 .full_page .price {
  width: 220px;
 }

 .full_page .options li {
  padding-bottom: 0;
 }

 .full_page .options li span {
  float: left;
  max-width: 240px;
  padding-right: 15px;
 }

 .full_page .options li i {
  margin-left: 225px;
  display: block;
  padding-left: 15px;
 }

}

@media only screen and (min-width: 1000px) {

 .full_page .col-1,
 .full_page .col-2 {
  float: left;
  width: 50%;
 }

 .full_page .col-1 {
  padding-right: 10px;
  padding-bottom: 0;
 }

 .full_page .col-2 {
  padding-left: 10px;
 }

 .full_page .slider_block {
  margin-bottom: 20px;
 }

 .speedbar h1 {
  font-size: 42px;
  line-height: 64px;
 }

 .speedbar li:last-child {
  padding-top: 0;
 }

}

@media only screen and (min-width: 1306px) {

 .speedbar {
  padding-bottom: 25px;
 }

 .full_page .slider_block {
  padding: 40px 0 30px;
 }

 .slider-full .item {
  padding-bottom: 20px;
 }

 .full_page .slider_block .sale {
  top: 20px;
 }

 .full_page .col-1 {
  padding-right: 15px;
 }

 .full_page .col-2 {
  padding-left: 15px;
 }

 .full_page .col-2 .desc {
  padding-bottom: 20px;
 }

 .full_page .cost {
  margin-bottom: 20px;
 }

 .full_page .col-2 .info {
  padding-bottom: 25px;
 }

}



