/*   Main   */
html{
}

body{
  padding-right: 0 !important;
}

body {
  background: #fff;
  font-family: 'RobotoRegular', Arial, sans-serif;
  color:#444;
  font-size: 14px;
  line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'RobotoMedium', Arial, sans-serif;
  color:#333;
}

h1{
  font-size: 24px;
  color:#333;
}

h2{
  font-size: 22px;
}

h3{
  font-size: 20px;
  color: #787878;
  line-height: 24px;
}

h4{
  font-size: 18px;
}

a {
  color: #003333;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: #008001;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 300px;
  background-color: #fff;
}

.modal-dialog {width:600px;}

.animated{
  visibility: hidden;
}

.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.btn-primary:focus {
  box-shadow: none;
}

form input::-webkit-input-placeholder,  form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #777;
  font-size: 13px;
 line-height: 20px;
}
form input::-moz-placeholder, form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #777;
  font-size: 13px;
   line-height: 20px;
}
form input:-ms-input-placeholder, form textarea:-ms-input-placeholder { /* IE 10+ */
  color: #777;
  font-size: 13px;
   line-height: 20px;
}
form input:-moz-placeholder, form textarea:-moz-placeholder{ /* Firefox 18- */
  color: #777;
  font-size: 13px;
  line-height: 20px;
}

.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.btn-primary:focus {
  box-shadow: none;
}

blockquote{
  font-size: 0.95rem;
  line-height: 1.5;
  font-weight: 400;
  width: 90%;
  margin: 50px auto;
  font-style: italic;
  color: #3a3a3a;
  padding: 1.2em 30px 1.2em 75px;
  border-left: 8px solid #029c04 ;
  position: relative;
  background:#f9f9f9;
  border-radius: 0 15px 0 15px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

blockquote::before{
  font-family: Arial;
  content: "\201c";
  color: #000;
  font-size: 90px !important;
  position: absolute;
  left: 10px;
  top: -40px;
}

blockquote::after{
  content: '';
}

blockquote span{
  display:block;
  color: #333333;
  font-style: normal;
  font-weight: 500;
  margin-top: 1em;
}

blockquote p {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
}

.top_h1{
	position:relative;
	font-weight: 400;
}

.top_h1:after{
	content: "";
	position: absolute;
	left: calc( 50% - 50px);
	bottom: -5px;
	width: 100px;
	height: 1px;
	background-color: #008001;
	
}

h1.top_h1 > span {
    font-size: 14px;
    line-height: 22px;
	padding-left: 10px;
	color: #167742;
	display: block;
}


/*-----------------------header-------------------------*/
#header{
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#header-menu{
  background: #474a50;
}

.top_adress{
  font-size: 13px;
  line-height: 16px;
  color: #eee;
}
.top_adress i{
  font-size: 16px;
  margin-right: 5px;
  color: #999;
}

.bl_logo img{
  height: 60px;
}

.bl_top_phone{
  position: relative;
}
.bl_top_phone:before{
  font-family: FontAwesome;
  content: "\f2a0"; /* fa-bars, fa-navicon */ 
  position: absolute;
  left: 12px;
  top: 14px;
  color: #008001;
  font-size: 22px;
}
.bl_top_phone a{
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
  color: #474a50;
  font-weight: 600;
  letter-spacing: 1px;
}
.bl_top_phone a:hover, .bl_top_phone a:focus{
  color: #008001;
}

.bl_top_phone_xs{
  display: none;
}

.bl_top_phone_xs a{
  display: inline-block;
  font-size: 13px;
  line-height: 16px;
  color: #eee;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none; 
}
.bl_top_phone_xs a:hover, .bl_top_phone_xs a:focus{
  color: #f4cf24;
}
.bl_top_phone_xs i{
  color: #f4cf24;
}

#itopsearch input {
  border-radius: 0;
  border-color: rgba(68,79,87, .1);
  font-size: 16px;
  line-height: 18px;
  min-width: 260px;
  padding: 9px 10px 9px 20px;
}
#itopsearch button {
  background: #008001;
  border-radius: 0;
  border-color: #008001;
  color: #fff;
  cursor: pointer;
  line-height: 36px;
  padding: 0 16px;
}

#callBackTopOne{
  border-radius: 0;
  font-size: 14px;
  line-height: 16px;
  padding: 9px 20px 9px 20px;
  border-color: rgba( 0, 128, 1, .3 );
  background: rgba( 0, 128, 1, 1 );
  color: #fff;
}
#callBackTopOne:hover, #callBackTopOne:focus{
  color: #fff;
  border-color: rgba( 71, 74, 80, 1 );
  background: rgba( 71, 74, 80, 1 );
}

.bl_top_cart{
  position: relative;
}
.bl_top_cart a {
 display: inline-block;
  width: 55px;
  height: 44px;
  background: url(../img/icon-cart.png);
  background-position: 0 2px;
  background-repeat: no-repeat;
}
.bl_top_cart .badge {
  position: absolute;
  right: -7px;
  top: 19px;
  background: #008001;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  border-radius: 50%;
}

#header-catalog{
  background: #474a50;
}

#header-md{
  background: #474a50; 
}

/*-------------nav-main-----------------------*/

.nav-main .nav-link {
  font-size: 12px;
  color: #fff;
  padding: 1px 15px;
  text-transform: uppercase;
  font-weight: 500;
}

.nav-main .nav-link:hover, .nav-main .nav-link:focus, 
.nav-main .nav-link.nav-dop:hover,
.nav-main .nav-link.nav-dop:focus,
.nav-main .nav-link.active{
  color: #f4cf24;
}

.nav-main .nav-link.nav-dop{
  color: #000;
}

.btn-navbar{
  padding: 0 0.55rem;
  border-radius: 3px;
}

.btn-navbar i{
  font-size: 1.1rem;
}

.navbar-toggler-icon {
  background-image: none;
  color: #fff;
}
.navbar-toggler-icon::before {
  font-family: FontAwesome;
  content: "\f0c9"; /* fa-bars, fa-navicon */
}

.dropdown-item {
  padding: 0.45rem 1rem 0.45rem;
  font-weight: 400;
  color: #333;
  font-size: 0.85rem;
  line-height: 0.9rem;
  white-space: normal;
  border-bottom: 1px solid rgba(85,90,96, .05);
}

.dropdown-item:hover, .dropdown-item:focus{
  color: #fff;
  background: #008001;
}

.navbar-nav .nav-link {
  color: #fff;
  background: #008001;
  border-bottom: 1px solid #fff;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus{
  color: #fff;
  background:  #008001;
}

.offcanvas-body{
  background: #eee;
  font-size: 13px;
}

.offcanvas-body .navbar-nav .nav-link{
   font-size: 15px;
}
.offcanvas-body .navbar-nav .nav-link:hover{
	background-color: #076108 !important;
}

#offcanvasExampleLabel{
  font-weight: 300;
}

.bl_offcanvas_phone a{
  font-size: 26px;
  line-height: 30px;
  color: #008001;
  text-decoration: none;
}
.bl_offcanvas_phone a:hover, .bl_offcanvas_phone a:focus{
  text-decoration: underline;
}

.bl_offcanvas_adress span{
  color: #000;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
}

.btn-navbar{
  background: #008001;
  padding: 8px 45px;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}
.btn-navbar:hover, .btn-navbar:focus{
  color: #f4cf24;
}

/*-------------nav-catalog-----------------------*/

.nav-catalog .nav-cat{
  background: rgba( 0, 128, 1, 1 );
}

.nav-catalog .nav-item{
  border-right: 1px solid rgba(255,255,255, .15);
}

.nav-catalog .nav-link {
  font-size: 15px;
  color: #fff;
  padding: 9px 25px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}

.nav-catalog .nav-link:hover, .nav-catalog .nav-link:focus, 
.nav-catalog .nav-link.active{
  color: #f4cf24;
}

.nav-catalog .nav-cat .nav-link{
    padding: 9px 45px;
}


/*------------------------------dropdown-submenu--------------------------------------*/


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > a::after {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0.5rem;
  margin-right: 0.55em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.35em solid transparent;
  border-right: 0;
  border-bottom: 0.35em solid transparent;
  border-left: 0.35em solid;
}

.dropdown-submenu > .dropdown-menu {
  position: absolute;
  top: 2px;
  left: 100%;
  margin-top: 1px;
  margin-left: -2px;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0.25rem;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: "";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #1d5971;
    margin-top: 5px;
    margin-right: 5px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

ul#submenu1 .nav-link {
    font-size: 13px !important;
	line-height: 16px !important;
	background: rgba( 0, 128, 1, .95 ) !important;
}
ul#submenu1 .nav-link:hover{
	background: rgba( 0, 128, 1, .95 ) !important;
}
ul#submenu1 .nav-link:focus{
	background: #008001 !important;
}




/*-------------------sect_carousel-------------------------------*/

#carouselMain .carousel-caption {
  top: 150px;
  left: 60%;
  width: 35%;
}

#carouselMain .carousel-caption h5{
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}

#carouselMain .carousel-caption p{
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 1px; 
  color: #474a50;
  text-shadow: #999 1px 0 2px;
}

.btn_carusel{
  background: rgba( 0, 128, 1, .65 );
  color: #fff;
  text-decoration: none !important;
  padding: 12px 25px;
  transition: all .5s linear;
  font-size: 14px;
  line-height: 14px;
  border: 0;
  border-radius: 0;
  letter-spacing: 1px; 
  margin-top: 40px;
}

.btn_carusel:hover{
  background: rgba( 0, 128, 1, 1 );
  color: #fff;
}

/*---------------------sect_maincatalog---------------*/

.bl_mcatalog{
  position: relative;
  display: block;
  z-index: 1;
  width: 32.8%;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}
.bl_mcatalog::before {
  position: absolute;
  z-index: 100000;
  left: 15px;
  top: 15px;
  border: 15px solid rgba( 255, 255, 255, .35 );
  content: "";
  opacity: .3;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  transform: scale(0);
  transition: all .3s;
}
.bl_mcatalog:hover::before{
  opacity: 1;
  transform: scale(1);
}

.bl_cat_item_img{
  height: 320px;
}
.bl_cat_item_img img{
  max-height: 320px;
}

.bl_mcatalog img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.bl_mcatalog:hover img{
  -webkit-animation: zoom 5s;
  animation: zoom 5s;
}

@-webkit-keyframes zoom {
 from {
  -webkit-transform: scale(1, 1);
 }
 to {
  -webkit-transform: scale(1.1, 1.1);
 }
}

@keyframes zoom {
 from {
  transform: scale(1, 1);
 }
 to {
  transform: scale(1.1, 1.1);
 }
}

.bl_mcatalog_wr{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba( 71, 74, 80, .65 );
}
.bl_mcatalog:hover .bl_mcatalog_wr{
  background: rgba( 0, 128, 1, .75 );
}

.bl_mcatalog_wr h3{
  text-transform: uppercase;
  color: #fff;
  font-size: 26px;
  line-height: 34px;
  padding: 30px;
  letter-spacing: 1px;
  text-shadow: #008001 1px 0 10px;
}

/*----------------sect_recom-------------------*/
#sect_recom h2{
 font-size: 32px;
 line-height: 44px;
 font-family: "RobotoMedium";
 font-weight: normal;
 text-transform: uppercase;
 color: #474a50;
}

.slick-next {
  right: 20px;
}
.slick-prev {
  right: 55px;
}

.slick-slider .slick-track, .slick-slider .slick-list{
  padding: 0 0 50px;
}

.bl_cat_item{
  position: relative;
  background: #fff;
  width: 24%;
  transition: all .3s linear;
  border:1px solid #eee;
  margin: 5px;
}

.bl_cat_item_text {
  height: 74px;
  overflow: hidden;
  margin-top: 15px;
}
.bl_cat_item_text a {
  font-family: "RobotoMedium";
  font-size: 16px;
  line-height: 20px;
  color: #000;
  text-decoration: none;
}
.bl_cat_item_text a:hover, .bl_cat_item_text a:focus{
  color: #008001;
}

.bl_cat_item_price {
  position: relative;
  margin: 15px 0 2px;
  font-size: 22px;
  color: #008001;
  line-height: 22px;
  padding-right: 10px;
  font-family: Tahoma;
}

.bl_cat_item_hidden{
  position: absolute;
  display: none;
  top: 100%;
  left: -1px;
  margin-top: -5px;
  width: calc(100% + 2px);
  z-index: 100;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: all 3s linear;
  border:1px solid transparent;
}
.bl_cat_item_hidden:before{
  content: "";
  height: 7px;
  width: 100%;
  position: absolute;
  top: -7px;
  left: 0;
  background: inherit;
  z-index: 102;
}

.bl_cat_item_hidden p{
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 14px;
}
.bl_cat_item_hidden p b{
  color: #000;
  text-align: end;
}

.tbn-busket-recom{
  width: calc(100% - 30px);
  background: #008001;
  border-color: #008001;
  color: #fff;
  border-radius: 0;
  margin-left: 15px;
}
.tbn-busket-recom:hover, .tbn-busket-recom:focus{
  background: #474a50;
  border-color: #474a50;
  color: #fff;  
}

.bl_cat_item:hover .bl_cat_item_hidden{
  display: block;
  border:1px solid rgba( 0, 128, 1, .3 );
}
.bl_cat_item:hover{
    border:1px solid rgba( 0, 128, 1, .3 );
}

.bl_cat_item_zagolovok{
	position: absolute;
	background: red;
	padding: 3px 5px;
	left: 5px;
	top: 5px;
	width: calc( 100% - 10px );
	color: #fff;
	font-size: 13px;
	line-height: 16px;
}

/*-----------------sect_maininfo----------------*/
#sect_maininfo{
  background: url(../img/bg-maininfo.png) no-repeat center center;
  background-size: cover;
}

.mainpage_text{
  background-color: rgba(255, 255, 255, .85);
  font-size: .85rem;
  line-height: 1.4rem;
  color: #111;
  border-radius: 7px;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  padding: 1rem;  
}

/*-----------------sect_mainarticles------------------------*/

#sect_mainarticles h2{
 font-size: 32px;
 line-height: 44px;
 font-family: "RobotoMedium";
 font-weight: normal;
 text-transform: uppercase;
 color: #474a50;  
}

.bl_mainart{
  position: relative;
  width: 33%;
}

.bl_mainart img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.bl_mainart_wr{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba( 71, 74, 80, .45 );
}
.bl_mainart:hover .bl_mainart_wr{
  background: rgba( 0, 128, 1, .45 );
}

.bl_mainart_wr h3{
  color: #fff;
  border-left: 5px solid #fff;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
  padding-left: 30px;
  text-transform: uppercase;
  background: rgba( 0, 128, 1, .75 );
}

.bl_mainart_data{
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
}

/*------------------footer------------------------------*/

#footer{
  background: #1f2127 ;
  padding: 50px 0 20px;
  font-size: 14px;
  line-height: 26px; 
  color: #fff;
}

#footer .col-xl-3, #footer .col-xl-2, #footer .col-xl-4, #footer .col-md-6{
  padding: 0;
}

.footer-title{
  font-size: 18px;
  line-height: 24px; 
  letter-spacing: 1px;
  color: #008001;
  padding: 15px 0;
  border-bottom: 1px solid rgba( 0, 128, 1, .45 );
  margin-bottom: 15px;
}

.niz_grafik, .niz_adress{
  color: #fff;
  padding-right: 15px;
}

.niz_phone a{
  font-size: 18px;
  line-height: 24px; 
  letter-spacing: 1px;
  color: #f4cf24;  
  text-decoration: none;
}

.niz_phone a:hover, .niz_phone a:focus{
  text-decoration: underline;
}

.niz_email  a{
  font-size: 14px;
  line-height: 15px; 
  letter-spacing: 1px;
  color: #fff;  
  text-decoration: none;  
}

.niz_email  a:hover, .niz_email  a:focus{
  color: #f4cf24;
}

ul.niz-nav{
  margin: 0;
  padding: 0;
  padding-right: 15px;
}

ul.niz-nav li{
  list-style-type: none;
}

ul.niz-nav li > a{
  font-size: 13px;
  line-height: 18px; 
  letter-spacing: 1px;
  color: #fff;  
  text-decoration: none;  
}

ul.niz-nav li > a:hover, ul.niz-nav li > a:focus{
  color: #f4cf24;
}

.niz_seti a{
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid transparent;
  text-align: center;
  background: #999;
  color: #fff;
  margin-right: 10px;
}

.niz_seti a > i{
  font-size: 20px;
  line-height: 40px;
  color: #fff;
}

.niz_seti a:hover {
   background: #008001;
}

.footer-copy{
  margin-top: 20px;
  padding: 25px 0 0;
  border-top: 1px solid rgba( 0, 128, 1, .45 );
  font-size: 12px;
  line-height: 16px; 
  color: #999;
}

.prosite{
  
}

.prosite a{
  font-size: 12px;
  line-height: 16px; 
  color: #999;
  text-decoration: none;  
}

.prosite a:hover, .prosite a:focus{
  text-decoration: underline;
}

.scroll-to-top-button {
  z-index: 1000;
  bottom: 30px;
  background: #D0A37C;
  color: #fff;
  font-size: 30px;
  height: 46px;
  right: 49px;
  text-align: center;
  border-radius: 55px;
  width: 45px;
  line-height: 50px;
  cursor: pointer;
}


/*---------------------- error --------------*/

label.error{
  font: 11px Arial, Verdana, sans-serif;
  color: #ff0000;  
}

input.error, textarea.error{
   border-color: #ff0000;
}

#order_loading, #order_loading_1, #order_loading_2,  #order_loading_3{
	display: none;
	text-align: center;
}

 #order_loading_3{
	 color: #fff;
 }
 
 
 
 .mrc-shadow {
  pointer-events: none;
  position: absolute;
  height: 100px; 
  left: 0; right: 0; bottom: 0;
  z-index: 999;
  background: linear-gradient(to top, #fff 14%, rgba(0, 0, 0, 0) 100%);
}
.mrc-controls{
	text-align: center;
	margin-bottom: 30px;
}

.mrc-btn{
	border: 0;
	background: transparent;
	color: #008001;
}
.mrc-btn:hover{
	color: #111;
}

.text_block_page ul {
    list-style: none;
    padding: 20px 0 0 0;
	margin-left: 30px;
}

.text_block_page ul li {
    position: relative;
	padding-bottom: 0.7rem;
    padding-left: 1.5rem;
    letter-spacing: 0;
	line-height: 20px;
}

.text_block_page ul li:before {
    position: absolute;
    left: 10px;
    top: 0;
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1em;
    margin-right: 0.5em;
    width: 1.4rem;
    color: #008001;
	font-size: 18px;
	font-style: normal;
}
 
 /*--------------back_form --------------*/

#back_submit{
	width: 100%;
	background-color: #393939;
	border-color: #393939;
}

#back_submit:hover, #back_submit:focus{
	background-color: #111;
	border-color: #111;
}

#result_order_back{
     display: none;
     text-align: center;
	 font-size: 15px;
	 color: #000;
	 line-height: 28px;
	 padding: 0 20px 0;		
}


#block_forma_about label.error{
	display: none !important;
}

/*--------------------------razdel_path---------------------------*/

.razdel_path {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 30px;
    color: #999;
    padding: 3px 0;
    background-color: #f7f7f7;
}

.razdel_path > a {
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    color: #555;
}

.razdel_path > a:hover{
	color: #008001;
	text-decoration: underline;
}

.razdel_path i {
    font-size: 8px !important;
    padding-left: 5px;
    padding-right: 5px;
}

.razdel_path i.fas.fa-home{
    font-size: 12px !important;	
}

/*--------------------sect_mainabout----------------------------*/

#sect_mainabout .container{
	position: relative;
}

.text_block_page{
	font-weight: 500;
	color: #5a5a5a;
}

.sort_prn{
	padding: 2px 5px;
}

.btn-light {
    color: #777;
    padding: 2px 4px;
    font-size: 18px;
}

.btn-light-active {
    color: #008001;
}

/*------------------------bl_group_razdel--------------------------*/


.bl_group_razdel{
	position: relative;
	margin: 0 0 30px;
	border: 1px solid #f1f1f1;
	transition: all .5s linear;
	text-align: center;
}

.bl_group_razdel img{
	width: 100%;
	height: auto;
	max-height: 300px;
	min-height: 300px;
	margin: 0 auto 40px;
	object-fit: cover;
}

.bl_group_razdel_name{
	position: absolute;
	background-color: #474a50;
	bottom: 1px;
	left: 0;
	width: 100%;
	padding: .7em;
	text-align: center;
	font-size: 15px;
	line-height: 18px;
	color: #fff;
	font-weight: 500;
	transition: all .3s linear;
}

.bl_group_razdel:hover{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.bl_group_razdel:hover .bl_group_razdel_name{
	background-color: rgba( 0, 128, 1, 1 );
	color: #fff;
}

.prosm-del{
	margin-top: -10px;
	text-align: right;
}

.btn-prosm-del{
	color: red;
}

/*---------------------------razdel-------------------------------*/

#block_stndtovar .bl_cat_item{
	width: 32%;
}

.bl_cat_item_stnd{
    border: 1px solid #fff;
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
    padding: 10px 5px;
    box-shadow: 4px 4px 8px 0px rgb(34 60 80 / 20%);
    background: #fff;	
}
.bl_cat_item_stnd:hover, .bl_cat_item_stnd:focus{
	border-bottom: 1px solid #167742;
}

.bl_cat_item_list_img img {
    max-height: 190px;
    max-width: 190px;
}

#block_stndtovar .bl_cat_item_title {
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: start;
    align-items: center;
}
#block_stndtovar .bl_cat_item_title a {
    font-size: 24px;
    line-height: 28px;
    color: #000;
    text-decoration: none;
}
#block_stndtovar .bl_cat_item_title a:hover,
#block_stndtovar .bl_cat_item_title a:focus{
	color: #008001;
}

.bl_cat_item_harakt p {
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 14px;
}

.sort_prn {
    height: auto;
    background: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #777;
    padding: 3px 10px;
    font-size: 14px;
    line-height: 16px;
}
#block_sort_price .btn-light {
    color: #777;
    font-size: 24px;
}
#block_sort_price .btn-light-active {
    color: #167742;
}

.item_valute{
  color: #333;
  font-size: 14px;
  line-height: 24px;	
}

.old-price{
  color: #333;
  font-size: 14px;
  text-decoration: line-through;
  padding-right: 10px;  
}

.tov_harakt{
  padding-left: 15px;
  font-size: 12px;
  line-height: 18px;		
}
.tov_harakt > span{
  font-size: 13px;
  line-height: 18px;	
  color: #000;
  font-weight: 600;
}

#block_recomtovar .bl_cat_item{
	width: 32%;
}

.btn-remove-filter{
	border: 0;
	border-radius: 0;
	padding: 2px 9px 3px;
  font-size: 12px;
  line-height: 14px;
}

/*-----------------------------------bl_razdel_item_list----------------------------------------*/

.bl_razdel_item_list {
    border: 1px solid #fff;
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
    padding: 10px 5px;
    box-shadow: 4px 4px 8px 0px rgb(34 60 80 / 20%);
    background: #fff;
}

.bl_razdel_item_list:hover {
    border: 1px solid #f8d849;
}

.bl_razdel_item_list img {
    max-height: 190px;
    max-width: 190px;
}


.tbn-busket-recom-warning{
    margin: 0;
    width: 100%;
    background-color: #ffc107;
    border-color: #ffc107;
    border-radius: 0;
    color: #000;	
    font-size: 13px;
    line-height: 18px;
	opacity: 0.75;
	font-weight: 500;
}
.tbn-busket-recom-warning:hover, .tbn-busket-recom-warning:focus{
    background-color: #4a4a4a;
    border-color: #4a4a4a;	
	color: #fff;
}

.bl_razdel_item_list h3{
    margin-top: 5px;
    font-size: 15px;
    line-height: 18px;
}

.bl_razdel_item_list h3 > a{
    font-size: 15px;
    line-height: 18px;
    color: #000;
    text-decoration: none;
}

.bl_razdel_item_list h3 > a:hover{
	text-decoration: underline;
}

.razdel_tovar_price {
    position: relative;
    margin: 15px 0 2px;
    text-align: right;
    font-size: 22px;
    color: #1a1a1a;
    line-height: 24px;
    padding-right: 10px;
    font-family: Tahoma;
}

/*--------------------filter------------------------*/

.block_filter h3 {
    font-size: 15px;
    color: #008001;
    font-weight: 400;
    line-height: 40px;
    background-color: #f9f9f9;
    background: linear-gradient(to top, #fff, #ddd);
    padding-left: 9px;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.block_filter ul {
    list-style-type: none;
    margin: 0 0 5px 7px;
    padding: 0;
}

.block_filter ul > li > a {
    font-size: 12px;
    color: #232323;
}
.block_filter ul > li > a:hover{
	color: #008001;
}

.block_LeftMenu_title span{
	font-size: 20px;
	line-height: 30px;
	padding: 0 10px;
}

.block_LeftMenu_title img{
	height: 30px;
}

.btn-collapse-filter img{
	height: 30px;
}

.btn-collapse-filter{
	position: relative;
	width: 100%;
	background: #f1f1f1;
	border-bottom: 3px solid #008001;
	color: #008001;
}

.btn-collapse-filter:before {
  content: '';
  position: absolute;
  top: 100%;
  left: calc( 50% - 10px);
  width: 15px;
  height: 15px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #008001;
  transform-origin: center;
  transform: translateY(-50%) rotate(135deg);
  background: #3ee73f;
  margin-top: 1px;
}

/*--------------------tt_tovar_page-------------------------------*/

.tt_tovar_page{
   margin: 10px auto 30px;
   text-align: center;
}

.tt_tovar_page > a{
  padding:7px 8px 4px;
  background: #fff;
  border:1px solid rgba( 1,1,1, .15 );
  border-radius: 3px;
  font-size: 13px;
  margin: 3px 2px;
}

.tt_tovar_page > a.active{
  color: #ff0000;
  border:1px solid #ff0000;
}

/*---------------------input checkbox------------------------------*/

[type=checkbox] {
  width: 1rem;
  height: 1rem;
  color: dodgerblue;
  vertical-align: middle;
  -webkit-appearance: none;
  background: none;
  border: 0;
  outline: 0;
  flex-grow: 0;
  border-radius: 5px;
  background-color: #FFFFFF;
  transition: background 300ms;
  cursor: pointer;
}


/* Pseudo element for check styling */

[type=checkbox]::before {
  content: "";
  color: transparent;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border: 0;
  background-color: transparent;
  background-size: contain;
  box-shadow: inset 0 0 0 1px #CCD3D8;
}

/* Checked */

[type=checkbox]:checked {
  background-color: currentcolor;
}

[type=checkbox]:checked::before {
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}

/*--------------- tovar -----------------*/	
	
.item_h1 {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    margin: 0 0 20px;
}

.item_main_hr {
  font-size: 13px;
  padding: 5px 0;
  color: #777;
  margin: 0 0 20px;
}

.item_all_bltitle {
    font-size: 16px;
    color: #000;
    padding: 10px 0 5px 10px;
    border-bottom: 1px solid #f8d849;
    margin: 0 0 20px;
	background: #f6f6f6;
	font-family: "OpenSansSemiBold";
	text-transform: uppercase;
}

.itm_green{
  font-size: 15px;
  color: #111;
}

.item_all_info-title .item_ttl {
    font-family: 'UbuntuRegular', Arial, sans-serif;
    background: #eee;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    padding: 10px 0;
    color: #222;
}

.item_all_info-title .item_ttl a{
     display: block;
    font-size: 13px;
    line-height: 18px;
    color: #222;
}

.r_item_hr span.itm_green{
  font-size: 13px;
}

.col-sm-nd{
  text-align: right !important;
}

.r_item_info{
	font-size: 13px;
	text-align: justify;
}

.btn-item-one-click {
	width: 100%;
    text-align: center;
    background: #f4cf24;
    color: #000;
    cursor: pointer;
    margin: 0;
    padding: 11px 0;
    border-radius: 0;
    font-size: 14px;
	line-height: 14px;
	font-weight: 500;
}

.btn-item-one-click:hover{
    background: #008001;
    color: #fff;  
}

.btn-item-one-click i{
  padding-right: 10px;
}

.item_photo {
    display: table;
    width: 100%;
    height: 380px;
}

.item_photo-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 280px;
}

.item_photo-cell img{
     padding: .6em 0;
	 max-height: 400px;
}

.item_photo_dop{
   position: relative;
   min-width: 74px;
   max-height: 360px;
   padding: 8px;
   border:1px solid #ddd;
   border-radius: 0;
   margin: 20px 0;
   overflow-x: hidden;
   overflow-y: auto;  
   z-index: 0;
}

.item_photo_dop::-webkit-scrollbar {
  width: 7px;
  height: 7px;  
}
.item_photo_dop::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  border-radius: 10px;
  background: #fff; 
}
.item_photo_dop::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 16px rgba( 1, 1, 46, 0.9  );
  box-shadow: inset 0 0 16px rgba( 1, 1, 46, 0.9  );  
}

.item_photo_dop img{
   width: 50px;
   height: auto;
   border:1px solid #eee;
   padding:1px;
   margin: 3px 2px;
   float: left;
}

.item_photo_dop_all{
  position: absolute;
  padding: 6px 8px;
  font-size: 12px;
  line-height: 14px;
  color: #444 !important;
  background: #f8d849;
  left: -62px;
  top: 42px;
  z-index: 1;
  font-weight: 600;
}

.item_block_dostavka {
    margin: 20px 0;
    border: 1px solid #c5ebae;
    background: #daf7c9;
}

.item_block_dostavka > div {
    padding: 5px 10px;
    color: #333;
    font-size: 13px;
    line-height: 22px;
}

#block_tovar_cart_price{
  margin: 30px 0;
}

.tovar_cart_price{
  width: 100%;
  margin: 0 0 10px;
  padding: .5em;
  border:1px solid #89c565;
  float: left;
}

.btn-item-cart {
	width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  background-color: #008001;
  border-color: #008001;
    color: #fff;
    cursor: pointer;
    margin: 0;
	border-radius: 0;
	font-size: 12px;
}

.btn-item-cart:hover, .btn-item-cart:focus{
    background-color: #111;
	border-color: #111;
    color: #fff;	
}

.cart-minus-1, .cart-plus-1 {
    padding: 2px 8px;
	background: #eee;
	color: #000;
	font-weight: 600;
}

.cart-label-error{
	display: none;
	position: absolute;
	width: 100%;
	text-align:center;
	top: -30px;
	left: 0;
	color: red;
	font-weight: 500;
	font-size: 11px;
}

input.itm_cart {
    text-align: center;
    border: 1px solid #ddd;
    width: 46px;
    font-size: 14px;
    padding: 3px 5px;
    border-radius: 3px;
    overflow: hidden;
	color: #000;
	font-weight: 600;
}

.item_cart .col-xs-7{
  padding-left: 0;
  padding-right: 0;
  text-align: right;
}

.tovar_cart_price_name{
  margin: 0 0 10px;
  font-size: 14px;
  color: #000;
}


.bl_item_allinfo{
	margin: 1em 0;
	font-size: 13px;
	line-height: 20px;
	font-weight: 500;
}

.bl_item_allinfo span{
	font-size: 15px;
	line-height: 20px;	
	color: #000;
}

.bl_item_price{
	margin: 1.5em 0;
}

.bl_item_main{
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #007ab4;	
}

.bl_item_main_price_old {
    color: #444;
    text-decoration: line-through;
    font-size: 13px;
    padding-left: 20px;
	white-space: nowrap;
}

.block_item_cart{
   margin: 0 0 1.5em;
   text-align: right;	
}

.item-sel{
	color: #951ee2;
}

.r_item_hr {
    font-size: 12px;
	line-height: 14px !important;
    padding: 5px 0;
    border-bottom: 1px dotted #999;
	font-weight: 400;
}

.r_item_hr span.itm_green{
  font-size: 13px;
  line-height: 14px !important;
  color: #000;
  font-weight: 600;
}

.bl_soptovar_img{
	width: 100%;
	text-align: center;
}

.bl_soptovar_img img{
  margin: 10px;
}

.owl-carousel.owl-drag .owl-item{
	text-align: center;
}

.bl_cat_item_price_inpage {
    margin: 19px 0 2px;
    text-align: right;
    font-size: 26px;
    color: #000;
    line-height: 26px;
    padding-right: 10px;
    font-family: Tahoma;
}

.old-price_inpage {
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 13px;
    line-height: 14px;
    color: #888;
    text-decoration: line-through;
    padding-right: 10px;
}


/*----------- review --------------*/

.review_title{
    font-size: 20px;
    color: #34495e;
    font-weight: bold;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 20px;
    position: relative;
    margin: 30px auto;
    line-height: 1.2;
	text-align: center;
}	


.review_title_item_name{
    font-size: 16px;
    color: #b8bdc0;
    font-weight: normal;	
}

.review_title i{
	color: #f8d849;
	font-size: 26px;
	padding-right: 5px;
}

.btn-review{
  width:100%;
  color: #fff;
  font-size: 12px;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a;
  font-weight: 400;
  border-radius: 0;
}

.btn-review:hover, .btn-review:focus{
	background-color: #111 !important;	
	border-color: #111;
}


#result_review{
	display: none;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #111;
	margin: 50px auto;
}

.bl_review{
	margin: 10px 0 20px;
	border-bottom:1px dotted #999;
}

.bl_review i{
	font-size: 42px;
	color: #ddd;
	padding: 1px 5px 10px;
}

.review_user_name{
	font-family: 'UbuntuRegular', Arial, sans-serif;
    color: #000;
	font-size: 13px;
	line-height: 16px;
	font-weight: 600;
}

.review_date{
	display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    color: #8b9da7;
    font-size: 12px;
    position: static;	
}

.bl_review p{
	font-family: Arial, sans-serif;
    margin: 10px 0;
    font-size: 13px;
    line-height: 1.4em;	
	color: #444;
	text-align: justify;
}

#order_loading{
	display: none;
}

label.error {
    font-weight: 400;
    color: #cc0000;
    font-size: 11px;
    line-height: 12px;
}

input.error, select.error, textarea.error {
    border: 1px solid #cc0000;
}

.form-control, .form-select{
	font-size: 13px;
}

/*----------------------dostavka oplata item--------------------------------*/

.tbn-dostavka-item{
	position: relative;
	width: calc(100% - 30px);
	font-weight: 500;
    text-transform: uppercase;
    color: #333;
	font-size: 0.85rem;
	text-align: left;
	padding-left: 10px;
	border-bottom: 1px dotted #ddd;
	background: #f9f9f9;
	margin-bottom: 5px;
	margin-left: 25px;
}

.tbn-dostavka-item > span {
    position: absolute;
    right: 10px;
    top: -6px;
    font-size: 30px;
}

.tbn-dostavka-item:hover, .tbn-dostavka-item:focus{
	color: #000;
}

.bl_dostavkaoplata{
	display: none;
	padding-bottom: 15px;
	padding-left: 35px;
}

.dosop{
	padding: 2px 12px;
	font-size: 13px;
}

.tbn-dostavka-item i{
	color: #008001;
}

#order_loading1{
	display: none;
	text-align: center;
}

/*--------------------- prosmotreno-----------------*/

#prosmotr-tovar{
	padding-top: 0;
}

.btn-prosm-del {
    color: red;
	font-size: 11px;
}

#prosmotr-inthis .bl_cat_item{
  width: calc(100% - 2px);
  height: 280px;
  padding: 0;
  border:1px solid transparent;
  border-bottom: 1px solid #f8d849;
  transition: all .3s linear;
  background-color: #f9f9f9;
  text-align: center;
  padding-top: 1px;
}

#prosmotr-inthis .bl_cat_item:hover{
	border-color: #999;
}

#prosmotr-inthis .bl_cat_item .bl_recom_tovar_icon img{
    width: 72px !important;
    height: 72px !important;
}

#prosmotr-inthis .bl_cat_item_img{
	text-align: center;
	height: 170px;
    display: table-cell;
    float: none;
    vertical-align: middle;
    text-align: center !important;
}

#prosmotr-inthis .bl_cat_item img{
  height: 150px;
  width:  auto; 
}

#prosmotr-inthis .bl_cat_item_text{
	height: 78px;
	padding: 0 5px 5px;
	overflow: hidden;
}

#prosmotr-inthis .bl_cat_item a{
	font-family: "OpenSansSemiBold";
	font-size: 12px;
	line-height: 12px !important;
	text-decoration: none;
	color: #000;
}

#prosmotr-inthis .bl_cat_item a:hover{
	text-decoration: underline;
}

#prosmotr-inthis .bl_cat_item_price{
	bottom: 2px;
	font-size: 18px;
}

#prosmotr-inthis .old-price_inpage{
	top: -10px;
}

#prosmotr-inthis .owl-nav{
	position: absolute;
	right: 0;
	top: -25px;
	display: inline-block;
}

#prosmotr-inthis .owl-next, #prosmotr-inthis .owl-prev{
	display: inline-block;
   font-size: 12px;
   font-weight: 600;
    margin: 2px;  
   background: #f1f1f1;
    padding: 1px 5px;   
}

#prosmotr-inthis .owl-next{
	right: 0;
}

#prosmotr-inthis .owl-prev{
	margin-right: 2px;
}

/*------------- basket -----------*/

#block-basket-full {
    padding: 20px 0;
	background-color: #fff;
}

.basket-table {
    list-style-type: none;
    margin: 20px 0;
    padding: 0;
}

.basket-table li {
    margin-bottom: 15px;
    padding: 5px 5px 10px;
    border-bottom: 1px dotted #999;
}

.basket-table li:last-child{
	border-color: #fff;
}

.bsk-foto {
    text-align: center;
}

.bsk-foto  img{
	max-height: 70px;
}

.basket-table i {
    color: #dd0000;
    font-size: 20px;
    margin: 2px 12px;
}

.basket-price {
    font-weight: 700;
    color: #000;
}

.basket-table-name{
	font-size: 12px;
}

.basket-table-name a {
    font-size: 16px;
    text-decoration: underline;
    line-height: 22px;
    color: #000;
	font-weight: 500;
}

.basket-table-name a:hover, .basket-table-name a:focus{
    color: #008001;
}


.basket-summ {
    text-align: right;
    line-height: 44px;
    color: #34495e;
    font-size: 28px;
}

.basket-table-calc-param{
	display: block;
	font-size: 11px;
	line-height: 14px;
	color: #777;
	margin: 5px;
}

span.blue {
    color: #dd0000;
}

.basket-table .btn-top-cart {
    font-size: 18px;
	width: 100%;
	background-color: #008001;
	border-color: #008001;
	border-radius: 0;
	color: #fff;
}

.basket-table .btn-top-cart:hover, .basket-table .btn-top-cart:focus {
	background-color: #444;
	border-color: #444;
	color: #f4cf24;
}

#block-basket-full .col-md-2-dop {
    padding-left: 5px;
    padding-right: 5px;
	text-align: center;
}

.basket_col {
    text-align: center;
    width: 40px;
}

.basket-minus-1 {
    padding: 1px 3px;
    width: 20px;
    height: 28px;
}

.basket-plus-1, .basket-minus-1 {
    padding: 1px 3px;
    width: 20px;
    height: 28px;
}

.basket-table-name p{
	padding-top: 5px;
	font-size: 12px;
	line-height: 14px;
	color: #951ee2;
	margin: 0;
}

.basket-table-name p span{
	color: #999;
	padding-right: 5px;
}

.bl_top_cart.aktive, .bl_top_cart.aktive .badge {
   
}

.bl_top_cart.aktive .badge {
    border-color: #dd0000;
	color: #dd0000;
	background-color: #fff;
}

.no-in-cart{
	margin: 20px auto;
	text-align: center;
}

/*---------------------- ModalToCart -------------------------------*/

#modalAddToCart{
    position: fixed;
	display: none;
	z-index: 100000011;
    top: 25%;
    box-shadow: 0px 2px 9px black;
    left: 50%;
    z-index: 1050;
    width: 300px;
	margin-left: -150px;
    bottom: inherit;
    right: inherit;
    background-color: transparent;
    border: 0px solid #999;
    border: 0px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 3px;
    outline: 0;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    text-shadow: none;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;	
	overflow: hidden;
}

.wrapModalToCart{
	display: none;
	position: absolute;
	z-index: 10000005;
}

.wrapModalToCart:before{
	content: " ";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	background: rgba(0,0,0, .8);
}

#modalAddToCart .modal-dialog{
	margin: 0;
	width: 100%;
}

#modalAddToCart  .modal-header{
	border-bottom: 0;
}

#modalAddToCart .modal-body {
    position: relative;
    max-height: 600px;
    padding: 7px;
    overflow-y: auto;
    padding-left: 20px;
    padding-right: 20px;
	text-align: center;
}

#modalAddToCart .modal-footer{
	text-align: center;
	border-top: 0;
	margin: 0 auto 20px;
	padding-top: 9px;
}

#modalAddToCart  h4{
    font-size: 18px;
    width: 100%;
    float: none;
    text-align: center;	
	color: #222;
	font-weight: 400;
}

#modalAddToCart .modal-title{
	text-align: center;	
	font-size: 28px;
	color: #039e04;
}

#modalAddToCart .modal-title > i{
	margin-left: 20px;
}

.btn-close-to-site{
	border: 0;
}

.btn-to-cart{
    width: 240px;
    border-radius: 15px;	
	font-size: 12px;
    background: #1a1a1a;
    border-color: #1a1a1a;
	color: #fff;
}
.btn-to-cart:hover, .btn-to-cart:focus{
    background: #039e04;
    border-color: #039e04;	
	color: #fff;
}

.btn-to-site{
    background: #fff;
    border-color: #039e04;
    color: #000;
    width: 240px;
    border-radius: 15px;
	font-size: 12px;
}

.btn-to-site:hover, .btn-to-site:focus{
	background: #999;
	border-color: #999;
	color: #fff;
}

/*------------------account-menu------------*/

#account-block{
   padding: 10px 0;
   margin: 0;
}

#account-block h1{
   font-size: 15px;
   padding: 0;
   color: #04648b;
   font-weight: 600;
}

#account-block .center{
 padding: 0;
}

#account-block h3{
    font-family: Tahoma, sans-serif;
   font-size: 18px;
   padding: 20px 0 5px;
   color: #026e7b;
   border-bottom: 1px solid #026e7b;
   margin: 15px 0 20px;
}


#block-order-item .col-md-2 {
    padding-left: 0;
    padding-right: 0;
}

#block-order-item {
    margin: 20px 0;
    border: 1px dotted #ddd;
    padding: .5em .5em 0;
	background-color: #fff;
}

.bl_order-item-title {
    background: #777;
    color: #fff;
    font-size: 12px;
    padding: .5em;
    margin-bottom: 10px;
}

.bl_order-item:last-child {
    border: 0;
}

.bl_order-item {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    font-size: 12px;
    color: #333;
}

.bl-order-allsumm {
    text-align: right;
    padding: 0 10px 0;
}

.or-name {
    color: #000;
    font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	padding-left: 20px;
}

.ordcolor{
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;  
}

.ord-pr-hd {
    display: none;
}

.bl_back_to_cart {
    padding: 10px 20px 0;
    text-align: right;
}

.bl_back_to_cart a{
	font-size: 12px;
	color: #333300;
	text-decoration: underline;
}

.bl_back_to_cart a:hover{
	color: #3a3a3a;
}

#order_submit{
	width: 100%;
	background-color: #008001 !important;
	border-color: #008001 !important;	
	margin-bottom: 20px;
	margin-top: 10px;
	color: #fff;
	font-size: 14px;
}

#order_submit:hover, #order_submit:focus{
	background-color: #444;
	border-color: #444;	
	color: #f4cf24;
}



#result_orderform, #result_order_back{
	display: none;
	margin: 5px auto;
	padding: 4em 1em 2em;
	font-size: 15px;
	color: #008001;
   line-height: 24px;
   text-align: center;
}

span.red{
    color: #026e7b;
}

.bl_order-item span{
  font-weight: 400;
  color: #999;
  font-size: 11px;
}

.bl_order-item  p{
  margin: 0;
  color: #0e5fb1;  
  font-size: 13px;
}

#block_order_basket{
	background-color: #f1f1f1;
}

#block_order_basket h4 {
    font-family: "LatoBold", Tahoma, sans-serif;
    font-size: 15px;
    padding: 20px 0 5px 10px;
    color: #0b9e0c;
    border-bottom: 1px solid #0b9e0c;
    margin: 15px 0 20px;
}

.ord_dostavka{
    font-family: "LatoRegular", Tahoma, sans-serif;
    font-size: 14px;
}

.ord-tt-title{
	margin-top: -20px;
}

/*--------------------------itemTorg modal--------------------------------------*/

#itemTorg{
	background: rgba( 0,0,0, 0.55 );
	top: 15%;
}

#itemTorg #order_loading{
	color: #999;
}

#itemTorg .modal-footer{
	border: 0;
	padding-left: 0;
	padding-right: 0;
}

#itemTorgLabel{
	text-transform: uppercase;
}

#submitItemTorg{
	background-color: #008001;
	border-color: #008001;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	border-radius: 0;
}

#submitItemTorg:hover, #submitItemTorg:focus{
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

.itemTorg_title{
  color: #008001;
	font-size: 18px;
	font-weight: 500;
}

#result-itemTorg{
	font-size: 14px;	
	line-height: 20px;
	color: #008001;
}

/*----------------------------------------------*/

#topCallBackModal {
    background: rgba( 3, 3, 3, .45);
    font-size: 16px;
}

#topCallBackModal h5{
  color: #008001;
	font-size: 18px;
	font-weight: 500;
    text-transform: uppercase;	
}

#serv_submit {
    width: 100%;
    letter-spacing: 1px;
    background: rgba( 0, 128, 1, .85 );
    border-color: rgba( 0, 128, 1, .85 );
    font-size: 1.1rem;
}
#serv_submit:hover, #serv_submit:focus{
	background: #444;
	border-color: #444;
	color: #fff;	
}

#result_order_serv{
	display: none;
	text-align: center;
	color: #000;
}

/*--------------------- prosmotreno-----------------*/

#prosmotr-tovar{
	padding-top: 0;
}

.btn-prosm-del {
    color: red;
	font-size: 10px;
	line-height: 24px;
}

#prosmotr-inthis .bl_cat_item_prosm{
  width: calc(100% - 2px);
  height: 280px;
  padding: 0;
  border:1px solid transparent;
  border-bottom: 1px solid #74780b;
  transition: all .3s linear;
  background-color: #f1f1f1;
  text-align: center;
  padding-top: 1px;
}

#prosmotr-inthis .bl_cat_item_prosm:hover{
	border-color: #999;
}

#prosmotr-inthis .bl_cat_item_prosm .bl_recom_tovar_icon img{
    width: 72px !important;
    height: 72px !important;
}

#prosmotr-inthis .bl_cat_item_prosm_img{
	text-align: center;
	height: 170px;
    display: table-cell;
    float: none;
    vertical-align: middle;
    text-align: center !important;
}

#prosmotr-inthis .bl_cat_item_prosm_img img{
  height: 160px;
  width:  auto; 
}

#prosmotr-inthis .bl_cat_item_text{
	height: 78px;
	padding: 0 5px 5px;
	overflow: hidden;
}

#prosmotr-inthis .bl_cat_item_prosm a{
	font-size: 13px;
	line-height: 14px !important;
	text-decoration: none;
	color: #000;
}

#prosmotr-inthis .bl_cat_item_prosm a:hover{
	text-decoration: underline;
}

#prosmotr-inthis .bl_cat_item_prosm_pricepr span{
	bottom: 2px;
	font-size: 16px;
	color: #167742;
	font-weight: 600;
}

#prosmotr-inthis .old-price_inpage{
	top: -10px;
}

#prosmotr-inthis .owl-nav{
	position: absolute;
	right: 0;
	top: -25px;
	display: inline-block;
}

#prosmotr-inthis .owl-next, #prosmotr-inthis .owl-prev{
	display: inline-block;
   font-size: 12px;
   font-weight: 600;
    margin: 2px;  
   background: #f1f1f1;
    padding: 1px 5px;   
}

#prosmotr-inthis .owl-next{
	right: 0;
}

#prosmotr-inthis .owl-prev{
	margin-right: 2px;
}


/*------------------------all_item_brand-----------------------------*/

#all_item_brand{
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    height: 79px;
    white-space: nowrap;
	padding-bottom: 10px;
}

#all_item_brand::-webkit-scrollbar {
  width: 7px;
  height: 7px;  
}
#all_item_brand::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #84b284; 
    border-radius: 10px;
    background: orange; 
}

#all_item_brand::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 16px #008001; 
}

#all_item_brand .bl_brand_tv{
	min-width: 100px;
   display: flex;
   align-items: center;
   justify-content: center;
	padding: 15px;
	text-align: center;
	margin: 5px;
	border:1px solid #ddd;
	background: #fff;
}

#all_item_brand .bl_brand_tv img {
     width: 100px;
	 height: auto;
}

#all_item_brand .bl_brand_tv.active{
  border: 1px solid #008001 !important;
}

/*----------------------recomend_tovarsearch-------------------------*/

#recomend_tovarsearch .bl_cat_item{
	width: 24%;
	
}

/*--------------------- BLOG ----------------*/

.all_blog_user{
	position: relative;
	margin: 60px 0 30px;
    width: 250px;
    border-top: 2px solid #603141;
    padding-top: 1px;
    float: left;	
}

#bl_login_form{
	width: 300px;
	margin: 30px auto 50px;
}

#order_loading_1{
	display: none;
}

#result_login{
   display: none;
   margin: 50px auto;
   width: 300px;
   font-size: 13px; 
   line-height: 24px;
   text-align: center;   
}

#loginForm input{
	width: 100%;
    padding: 5px 12px;
}

#bl_login_form .btn-block{
    width: 100%;
}

#art_submit{
	width: 100%;
}

.auth_data{
	position: relative;
	margin: 1.5em 1em 1.5em 1em;
	padding:1em;
	border:1px dotted #999;
	font-size: 13px;
	color: #444;
	background: #f9f9f9;
}

.auth_data > div{
	margin: 10px 0;
}

.auth_data > div > a{
	display: block;
	text-align: right;
	color: #ff0000;
	font-size: 14px;
}

.auth_data_marker{
	position: absolute;
	width: 40px;
	height: 40px;
	top: -20px;
	right: 0;
}

.auth_data_marker > img{
	max-width: 40px;
	height: auto;
}

.blog_adm_art_title{
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
}

.blog_adm_art_title_name{
  color: #008001 ;
}

.blog_adm_art{
	margin: 10px 0;
	background: #f7f7f7;
	padding: 1em;
}

.blog_adm_art input, .blog_adm_art textarea{
	padding-top: 0;
	padding-bottom: 0;
}

.blog_adm_art textarea{
	height: 60px;
}

.tb-adm-blog .grey{
	background: #eee;
}

.bl_short{
	font-size: 11px;
	color: #336666;
	margin:7px;
	text-align: justify;
}

.bl_red{
	color: #990000;
}

.blog_last_update{
	text-align: right;
	font-size: 11px;
}

.blog_result_edit{
	text-align: center;
	margin: 15px auto;
	color: green;
}


.bl_menu, .bl_menu_aktive{
	padding: 5px 10px;
	border-radius: 5px;
	border:1px solid #ddd;
	margin: 5px;
	text-decoration: none;
	cursor: pointer;
}

.bl_menu_aktive{
	color: #008001;
	border: 1px solid #008001;
}

.bl_menu:hover, .bl_menu_aktive:hover{
	background: #eee;
}

.news{
    font: 14px/22px Tahoma, sans-serif;
    color: #982e83;
	font-weight: 700;
}

h1.blog{
    font-weight: 400;
    font-size: 16px;
    margin: 20px 0;
	text-align: center;
    padding: 0px 0 10px;
    color: #fe5e00;  
}

.blog_data, .blog_prosmotr, .blog_theme{
	text-align: right;
	color: #777;
	font-size: 12px;
	line-height: 14px;
}

.blog_prosmotr{
	margin-bottom: 30px;
}

.btn-review{
	width: 100%;
}

.review_title{
  font-size: 22px;
  line-height: 30px;
  color: #555;
  text-align: center; 
  margin-top: 30px;  
}

#result_review{
	display: none;
	color: #153a1b;
	font-size: 14px;
	line-height: 26px;
	margin: 50px auto;
	text-align: center;
	font-weight: 500;
}

#all_review_blog{
	margin: 0 0 1em;
}

#kod_1{
	margin-top: 4px;
}

.blog_review_info{
	margin: .5em 0;
	padding: .5em;
	border-bottom:1px dotted #ddd;
	border-top:1px dotted #ddd;
}

.blog_review_info_author{
   background: #f7f7f7;
   font-size: 12px;
   padding: .5em 0;
   color: #000;
}

.blog_review_info p{
   padding: .5em .5em .5em 1em;
   color: #111;	
   font-size: 13px;
   line-height: 18px;
   text-align: justify;
   font-weight: 500;
}

.blog_review_info_date{
	font-size: 12px;
	color: #221b40;
}

.blog_review_info_otvet{
	text-align: right;
}

.author_otvet{
	display: none;
}

.btn-otvet, .btn-otvet:focus{
  padding: 2px 15px;
  margin: 0;
  font-size: 12px; 
  border-radius: 0;  
  background: transparent;
  border-color: transparent;
  color: #428bca;
}

.btn-auth-otvet{
	width: 100%;
    padding: 2px 15px;
    font-size: 12px;	
}

.block_author_otvet{
	margin: .2em 0 .2em 1.5em;
	padding: .1em .5em;	
	border:1px dotted #008001;
}

.block_author_otvet_title{
	background: #fff;
	padding: .3em .5em;
	color: #008001;
	font-weight: 500;
}

.block_author_otvet p{
   padding: .5em .5em .5em 1em;
   color: #000;	
   font-size: 12px;
   line-height: 16px;
   text-align: justify;	
}

.otvet_edit{
   padding: .5em;
   text-align: right;
}

.otvet_edit a.del{
	color: #ff0000;
	text-decoration: underline;
	font-size: 11px;
}

.otvet_edit a.del:hover{
	color: #990000;
}

.txt1{
	font-size: 11px;	
}

h3.blogh3{
	margin: 10px 0 10px;
	color: #008001;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
}

.bloger_info{
	background-color: #f1f1f1;
}

.bloger_info p{
	font-size: 13px;
	line-height: 18px;
}

.foto_bloger_adm{
	margin: 0 auto;
	text-align: center;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	overflow: hidden;
}

.foto_bloger_adm img{
	min-height: 80px;
    min-width: 80px;
}

.btn-del-comment{
  padding: 3px 7px;	
  margin-right: 5px;
}

.leftmenu_title {
    padding: 15px 20px;
    background: #474a50 !important;
    text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
}

.drop_vert_menu {
    position: relative;
    list-style-type: none;
    margin: 0 0 30px;
    padding: 0;
    z-index: 100;
    background: #fff;
}

.bl_blog_tb{
	width: 100%;
	padding: 1em .5em;
	margin: 0 0 1em;
	background: transparent;
	border-bottom:1px solid #eee;
	float: left;
}

.bl_blog_tb_photo{
	padding:5px;
	text-align: center;
}

.bl_blog_tb_photo img{
	width: 80px;
	height: auto;
}

.bl_blog_tb a{
	display: block;
}

.bl_blog_tb_info h2{
    display: inline;
    font-size: 15px;
    color: #252525;
    font-weight: bold;
    line-height: 1.2em;
	text-decoration: none;
    margin: 0;
}

.bl_blog_tb_info p {
    font-size: 12px;
    color: #252525;
    padding: 3px 0;
    margin: 7px  0 0;
}

.bl_blog_tb_info span, .bl_blog_tb span{
   display: block;
   font-size: 12px;
   color: #466030;
   line-height: 1em;
   padding: 0 0 4px 0;
   font-weight: 600;
}

.bl_blog_tb_info  .bdate {
    display: block;
	width: 50%;
    font-size: 12px;
    color: #888;
    font-style: italic;
    line-height: 1.1em;
    padding: 3px 0 0 0;
	float: left;
}

.bl_mart{
  width: 45%;
  border-right: 1px dotted #0a7e8b;
  margin-bottom: 40px;
}

.bl_mart_data{
	font-size: 12px;
	color: #221b40;	
}

.bl_mart_title a{
	font-size: 18px;
	color: #000;
	font-weight: 500;
}
.bl_mart_title a:hover, .bl_mart_title a:focus{
  color: #0a7e8b;	
}

.btnmart{
	color: #00cec8;
	font-size: 13px;
}

.bl_mart_short{
	font-size: 13px;
}

.bcoment{
	position: absolute;
	left: 10px;
	top: 5px;	
}

.bcoment a{
    display: block;
	padding-right: 10px;
	 color: #10b6e6;
	float: right;
}

.bcoment i{
	padding-right: 5px;
	font-size: 15px;
}

.bl_blog_tb:hover{
	background: #f7f7f7;
	color: #000;
}

.bl_blog_tb:hover .bl_blog_tb_info h2{
	text-decoration: underline;	
}

#middle-content{
	padding: 70px 0;
}

.drop_vert_menu {
    position: relative;
    list-style-type: none;
    margin: 0 0 30px;
    padding: 0;
    z-index: 100;
    background: #fff;
}

.drop_vert_menu > li{
	padding: 7px;
	border-bottom: 1px solid #999;
}

.all-news{
	color: #008001 !important;
	font-weight: 500;
}

#blog-themes{
	font-size: 14px;
    font-weight: 400;	
	color: #008001;
}

#review_submit{
	border-radius: 0;
	width: 100%;
	background-color: rgba( 10, 126, 139, .85 );
	border-color: #fff;
	padding: 5px;
}

#review_submit:hover, #review_submit:focus{
  background-color: #0a5962;
  border-color: #0a5962;
  color: #fff;  
}

/*----------------------menuSubView---------------------------*/

ul.menuSubView {
    margin: 0 10px 15px 10px;
    padding: 0 0 10px;
	border-bottom: 1px dotted #eee;
}

ul.menuSubView li {
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
	padding-right: 1px;
	padding-left: 1px;
}

ul.menuSubView li a {
    font-size: 12px;
	line-height: 15px;
	color: #333;
	letter-spacing: 1px;
	text-decoration: none;
}

ul.menuSubView li a:hover{
	color: #008001;
	text-decoration: underline;
}

ul.menuSubView li.active {
    color: #008001;
    font-size: 12px;
	line-height: 15px;
	letter-spacing: 1px;
}

.divider i{
	font-size: 8px;
	padding-right: 7px;
	padding-left: 7px;
}


