@charset "windows-1251";
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&display=swap&subset=cyrillic-ext');
html{ height: 100%; }
body {
	background-color: #fff; /*f9f9f6*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	color: #1A1919;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	display: flex;
	flex-direction: column;
	height: 100%;
	font-size: 14px;
}
.bg_up_first {
      height: 120px;  
}
.bg_up_img {
    position: fixed;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 3;
-webkit-box-shadow: 0px 6px 9px -2px rgba(50, 50, 48, 0.43);
-moz-box-shadow:    0px 6px 9px -2px rgba(50, 50, 48, 0.43);
box-shadow:         0px 6px 9px -2px rgba(50, 50, 48, 0.43);
}
.up_box {
    width: 100%;
    height: 120px;
    position: fixed;
    top: 0px;
    z-index: 4;    
/*    background-image: -webkit-linear-gradient(270deg,rgba(42,42,42,1.00) 0%,rgba(255,0,0,0.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(42,42,42,1.00) 0%,rgba(255,0,0,0.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(42,42,42,1.00) 0%,rgba(255,0,0,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(42,42,42,1.00) 0%,rgba(255,0,0,0.00) 100%); */  
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.up_box {
    position: absolute;
}
.bg_up_img {
     position: absolute;
}
}
.zag {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 19px;
    margin-bottom: 10px;
    border-bottom: 1px solid #DEE2E6;
    color: #323232;
    font-weight: bold;
}
.up_shop {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 15px;
    color: #fff;
}
.up_dop_text {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 16px;
    color: #fff;
}
.dop_info_new {
	background-color: #FC0206;
	padding: 5px;
	border-radius: 3px;
	color: #FFFFFF;
	margin-bottom: 10px;
	display: inline-block;
	position: absolute;
	top: 10px;
	right: -10px;
	-moz-transform: rotate(45deg);  /* Firefox */
	-o-transform: rotate(45deg);  /* Opera */
	-webkit-transform: rotate(45deg);  /* Safari y Chrome */
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476); /* IE */
	-webkit-box-shadow: 1px 1px 5px 1px #F3F3F3;
	box-shadow: 1px 1px 5px 1px #F3F3F3;
}
.wrr {
    display: flex;
    height: 100vh;
    flex-direction: column;
    padding: 0;
    margin: 0;
}
.nav-item {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
    color: #3E3B86;
    font-weight: bold;
}
.nav-item a{
  color: #6B6A8A;  
}

.content {
    flex: 1 0 auto;
}

/*.footer {
     flex: 0 0 auto;
}*/
.mesages {
    width: 243px;
    height: 217px;
    display: none;
    top: 25px;
    z-index: 1000;
    position: absolute;
    right: 100px;
    background-image: url(/images/add_korz.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.zag_news {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.n_text {
 height: 150px;
  overflow: hidden;
  text-overflow: ellipsis; 
}
.n_text_grad {
    position: absolute;
    height: 20px;
    width: 200px;
    top: 127px;
    right: 0;
    background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 71.49%);
    background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 71.49%);
    background-image: -o-linear-gradient(0deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 71.49%);
    background-image: linear-gradient(90deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 71.49%);
}

.mesages_favorites {
	display: none;
	padding: 10px;
	width: 100%;
	position: fixed;
	z-index: 10;
	text-align: center;
	background-color: hsla(73,97%,25%,0.89);
	color: hsla(0,0%,100%,1.00);
	border-bottom-left-radius: 70%;
	border-bottom-right-radius: 70%;
}
.block_form {
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #000000;
    opacity: 0.3;
    filter: alpha(opacity=20);
    z-index: 999;
    overflow: hidden;
    margin-left: 0px;
    margin-top: 0px;
    padding-top: 25%;
    padding-left: 50%;
    background-image: url(/images/loader-5.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.up {
	padding-top: 8px;
	padding-bottom: 5px;
	clear: left;
	float: right;
	font-size: 12px;
	margin-left: 10px;
	text-decoration: none;
}

    #before-load {
    position: fixed;
    left: 0; 
    top: 0;
    right: 0; 
    bottom: 0; 
    background-color: #fff; 
    z-index: 1100; 
    }
    #before-load i {
    font-size: 70px; 
    position: absolute; 
    left: 50%;
    top: 50%;
    margin: -35px 0 0 -35px;
    color: #448AB5;
    }
.logo_up a{
    top: 35px;
    left: 0;
    text-align: left;
    position: absolute;
    width: 280px;
    text-decoration: none;
}
.logo_up_text {
    display: none;
}
.logo_up_text_f {
    position: relative;
    left: 10px;
    top: 0px;
    z-index: 10;
    color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 19px;
    text-decoration: none;
    line-height: 23px;
}
.item {
  /*  display:table;*/
    height: 412px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.item div {
    color: #E7E7E7;
    font-family: arial;
    font-size: 20px;
    position: absolute;
    bottom: 0px;    left: 0;
    right: 0;
    margin: auto;
}
.owl-nav .owl-prev span {
    position: absolute;
    top: 100%;
    left: 20px;
    color: red;
    font-size: 40px;
}
.owl-nav .owl-next span {
    position: absolute;
    top: 40%;
    right: 20px;
    color: red;
    font-size: 40px;
}
/*.owl-dots {
    position: absolute;
    bottom: -20px;
    left: 50%;
}
    .owl-theme .owl-dots .owl-dot span {
      width: 20px;
      height: 20px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 4px; }
    .owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
      background: #FF0000; }*/

.minus, .plus, .star, .korz, .kolvo{
	background: #fff;
	color: #5E5E5E;
	padding-top: 3px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 1px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	margin: 1px;
	float: right;
		}
.korz {
	color: #fff;
	background-color: #fff;
	background-image: -webkit-linear-gradient(270deg,rgba(154,228,169,1.00) 0%,rgba(56,122,3,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(154,228,169,1.00) 0%,rgba(56,122,3,1.00) 100%);
}

.korz_sel {
	background-image: -webkit-linear-gradient(270deg,rgba(252,150,150,1.00) 0%,rgba(221,59,59,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(252,150,150,1.00) 0%,rgba(221,59,59,1.00) 100%);
	color: #fff;
	padding-top: 3px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 1px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	margin: 1px;
	float: right;
		}
	
.kolvo {
	width: 35px;
	border: 1px solid #fff;
	font-size: 15px;
	font-weight: bold;
	}
.minus:hover, .plus:hover {
	background-color: #E5E5E5;
	cursor: pointer;
	}
/*	.korz {
	background-color: #9EE7B9;
	}*/
	
	.korz:hover, .korz_sel:hover {
	background-color: #7DDFA2;
	cursor: pointer;
	color: #FFFFFF;
	}
.icon_sel {
    position: absolute;
    z-index: 2;
	display: inline-block;
	background-color: #FF0004;
    line-height: 38px;
	width: 35px;
	height: 35px;
	font-size: 1.2em;
	border-radius: 50%;
	box-shadow: 1px 1px 7px rgba(0, 0, 0, .3);
	color: #FFFFFF;
    bottom: 0px;
    right: 0px;
}

.icon {
    position: absolute;
    z-index: 2;
	display: inline-block;
	background-color: #fff;
    line-height: 38px;
	width: 35px;
	height: 35px;
	font-size: 1.2em;
	border-radius: 50%;
	box-shadow: 1px 1px 7px rgba(0, 0, 0, .3);
	color: #A6A6A6;
    bottom: 0px;
    right: 0px;
}

.icon:hover, .icon_sel:hover {
	cursor: pointer;
	background-color: #36D561;
	color: #FFFFFF;
}
.tip_over a{
    color: #292828;
    text-decoration: none;
}
.tip_list
{
 overflow: hidden; /* отменяем обтекание */
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex; 
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-bottom: 15px;
}

 .tip_list_cont
 {
	width: 16.5%; /* 6 элементов на одной строке */
	float: left;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 5px;
	text-align: center;
}
.tip_over:hover .tip_img {
	transform: scale(1.1);
	opacity: 1;
 }

.tip_over:hover .tip_kolvo_katalog {
	transform: scale(1.3);
	opacity: 1;
	transform: rotate(360deg);
	background-color: #002B8F;
	color: #fff;
	z-index: 2;
 }
.tip_img {
	overflow: hidden;
	width: 100%;
	height: 100px;
	position: relative;
	border-radius: 3px;
	display: inline-block;
	border: 1px solid #f0f0f0;
	transition: opacity, transform .3s ease-out;
	z-index: 1;
	}
.tip_kolvo_katalog {
    left: 5px;
    top: -4px;
    position: absolute;
    background-color: #FFFFFF;
    padding-top: 5px;
    padding-right: 3px;
    padding-left: 2px;
    border: 1px solid #5A4294;
    font-size: 11px;
    color: #535353;
    width: 27px;
    border-radius: 50%;
    height: 27px;
    transition: all 0.5s ease;
    z-index: 1;
    text-align: center;
}
.tip_text {
	font-size: 18px;
	font-family: oswald;
	}

.num {
	color: #575757;
	font-size: 11px;
	float: left;
	display: block;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 8px;
	background-color: #fff;
	border-radius: 2px;
	padding-bottom: 3px;
	border: 1px solid #C5C5C5;
}
.num:hover {
background-color: #ccc;	
}
.num_no {
	font-weight: normal;
	font-size: 11px;
	float: left;
	display: block;
	width: auto;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 8px;
	padding-bottom: 3px;
}
.num_sel {
	color: #F4060A;
	font-size: 11px;
	float: left;
	display: block;
	width: auto;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 8px;
	padding-bottom: 3px;
	background-color: #f0f0f0;
	border-radius: 2px;
	border: 1px solid #C5C5C5;
}
.num_r {
	color: #FCFCFC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	float: left;
	margin: 10px;
	padding: 5px;
	border-radius: 3px;
	background-color: #F50004;
	display: inline;
	transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}
.num_r_active {
	color: #575757;
	font-size: 11px;
	float: left;
	display: block;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 8px;
	background-color: #ccc;
	border-radius: 2px;
	padding-bottom: 3px;
	border: 1px solid #C5C5C5;
}
.num_r:hover {
	background-color: #F9AB53;
	color: #F91700;
}
.dropdown-menu div {
left: 100px;
}
.dropdown-menu>a {
    color: #323333;
    text-decoration: none;
}
.dropdown div.dropdown-menu {
    border-radius: 5px;
    box-shadow: none;
    margin-top: 8px;    
    font-size: 12px;
    left: 150px;
    white-space: nowrap;
}
.dropdown div.dropdown-menu:before {
    content: "";
    border-bottom: 7px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    position: absolute;
    top: -7px;
    right: 15px;
    z-index: 10;
}
.dropdown div.dropdown-menu:after {
    content: "";
    border-bottom: 9px solid #ccc;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    position: absolute;
    top: -9px;
    right: 13px;
    z-index: 9;
}

.dropdown div.bg_kabinet {
    border-bottom: 1px solid #f0f0f0;
}

.dropdown div.bg_kabinet:hover {
	background-color: #f0f0f0;
}
.error {
    color: red;
}
/* Результат поиска */
#block-search-result{
	border-bottom: 1px solid #E1DFDD;
	height: auto;
	background-color: white;
	position: absolute;
	z-index: 10;
	display: none;
	top: 42px;
	width: 85%;
-webkit-box-shadow: 0px 10px 17px -11px rgba(130,130,130,1);
-moz-box-shadow: 0px 10px 17px -11px rgba(130,130,130,1);
box-shadow: 0px 10px 17px -11px rgba(130,130,130,1);
}
.block-result{
	border-bottom: 1px solid #EAEAEA;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
.block-result:hover{
	background-color: #f5f5f5;
		}
		
.block-result-img{
	float: left;
	width: 50px;
	margin-left: 5px;
}

.block-result-cont {
	margin-left: 60px;
		}
.tovar_avtor {
    color: #555252;
    font-size: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid #CBCBCB;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
}

.icon_soc:before {
    font-family: "Font Awesome 5 Brands";
    color: #FFFFFF;
    font-size: 20px;
    border-radius: 50%;
    padding: 5px;
    text-align: center;
    width: 40px;
    height: 40px;
    display: block;
    margin-right: 5px;
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;
}
.icon-vk:before {
    content: "\f189";
    background-color: #4B6683;
}
.icon-ok:before {
    content: "\f263";
    background-color: #CF6D28;
}
.icon-fb:before {
    content: "\f39e";
    background-color: #5375AD;
}
.icon-inst:before {
    content: "\f16d";
    background-color: #BA3E78;
}
.icon-you:before {
    content: "\f167";
    background-color: #FB0000;
}
.icon_soc:hover:before {
    background-color: #363636;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.nedavno {
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;   
}
.nedavno:hover {
    -webkit-transform: translate(0px, -10px);
    -ms-transform: translate(0px, -10px);
    transform: translate(0px, -10px);
}
.planet-tex-doun {
   font-size: 12px;
color: #5E5E5E;
}
.korzina_detail:hover {
    color: #39397C;
    text-decoration: underline;
}
.coin {
  display:block;
  background:url('/images/logo_sm.png');
  background-size: 100% 100%;
  width:72px;
  height:50px;
  animation:coin 4s infinite;
  animation-delay: 2s;
  animation-iteration-count: 2;
}
        @keyframes coin {
    0%   {
      width: 72px;
      margin-left:0px;
    }
    50%  {
      width: 0px;
      margin-left:36px;
    }
    100% {
      width: 72px;
      margin-left:0px;
    }
}
.search_placeholder {
	background-color: #F8F8E8;
}
.search_placeholder::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
.search_placeholder::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
.search_placeholder:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
.search_placeholder:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
.search_placeholder:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.search_placeholder:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.search_placeholder:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.search_placeholder:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

.search_placeholder::placeholder { 
 color: #979797;
 font-size: 13px;
}

@media screen and (max-width: 576px) {
	.main-grow {
		flex-grow: 1;
		padding-left: 15px;
	}
	.logo_up_text_f {
    left: 0px;
	}
}

/*вывод 5 колонок в bootstrap*/
.col-xs-5th,
.col-sm-5th,
.col-md-5th,
.col-lg-5th {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    width: 20%;
    float: left;
}
.col-5-th {
   -webkit-box-flex: 0;
   -webkit-flex: 0 0 20%;
   -ms-flex: 0 0 20%;
   flex: 0 0 20%;
   max-width: 20%;
}
@media (min-width: 768px) {
    .col-sm-5th {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
          flex: 0 0 20%;
          max-width: 20%;
    }
}
@media (min-width: 992px) {
    .col-md-5th {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
          flex: 0 0 20%;
          max-width: 20%;
    }
}
@media (min-width: 1200px) {
    .col-lg-5th {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
          flex: 0 0 20%;
          max-width: 20%;
    }
}
 
@media only screen and (max-width: 992px) {
     .col-md-5th {
          width:33%;
          float:none;
          display:block;
 
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 33%;
          -ms-flex: 0 0 33%;
          flex: 0 0 33%;
          max-width: 33%;
     }
    .col-md-5th.col-sm-5th {
        width: 20%;
        float: left;
 
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
          flex: 0 0 20%;
          max-width: 20%;
    }
}
 
@media only screen and (max-width: 769px) {
 
     .col-md-5th {
          width:100%;
          float:none;
          display:block;
 
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%;
     }
 
    .col-md-5th.col-sm-5th {
          width:50%;
          float:none;
          display:block;
 
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%;
    }
}
 
@media only screen and (max-width: 767px) {
 
     .col-md-5th {
          width:100%;
          float:none;
          display:block;
 
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
     }
 
    .col-md-5th.col-sm-5th {
          width:100%;
          float:none;
          display:block;
 
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
    }
}
/*вывод 5 колонок в bootstrap конец*/