/*   Main   */

body{
  padding-right: 0 !important;
}

body {
  font-family: Tahoma, Arial, sans-serif;
  color:#444;
  font-size: 12px;
  line-height: 22px;
  background: url(../img/bg_body.jpg);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  font-family: Tahoma, Arial, sans-serif;
  color:#4e4e4e;
}

h1{
  font-size: 24px;
  color:#333;
}

h2{
  font-size: 18px;
}

h3{
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 16px;
}

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: #d51c12;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 280px;
}

body > section {
  padding: 70px 0;
}

.center {
  text-align: center;
  padding-bottom: 5px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}


.modal-dialog {width:360px;}
.thumbnail {margin-bottom:6px;}

.img-responsive2{
  height: auto;
  max-width: 100%;
}


.img-responsive{
  height: auto !important;
  max-width: 100%;
}

#header-dop{
 position: fixed;
 display: block;
 width: 100%;
 z-index: 1000000000000000000000000000000000000000000000000000000000000000000000000;
 background-color: rgba(247, 224, 242, .85);
 text-align: center;
 padding: 10px 15px;
 color: red;
 font-size: 14px;
 line-height: 14px;
}


/*---------header-----------*/

#header{
  padding: 40px 0 0;
  margin: 0;
}

.bl_logo{
  text-align: center;
}

.bl_logo img{
 margin-top: -25px;
  height: 96px;
}

.top_grifo {
    display: block;
    position: relative;
    margin: 5px 0 10px 7px;
    font: 19px/22px Tahoma, sans-serif;
    color: #5b2e3d;
	text-align: center;
	 text-shadow: 1px 1px 1px #fff;
}

.top_phone {
    display: block;
    position: relative;
    margin: 4px 10px 0 0;
    padding: 0 0 0 1px;
}

.top_phone:before {
    width: 38px;
    content: " ";
    background-image: url(../img/icon-top-phone.png);
    position: absolute;
    left: -38px;
    top: 3px;
    height: 32px;
}

.top_phone a{
    font: 20px/36px Tahoma, sans-serif;
    color: #c855b1;
    text-decoration: none;
}

.top_phone a:hover{
  text-decoration: underline;
}

.bl_callback{
  float: left;
}

.btn-callback {
    text-decoration: none;
    background: #5b2e3d !important;
    border-color: #5b2e3d !important;
    margin: 12px 0 0 0;
    color: #fff !important;
    font-size: 14px;
    border-radius: 0;
    padding: 5px 18px;
}

.btn-callback i{
  padding: 0 10px 0 0;
  font-size: 18px;
}

.btn-callback:hover{
  background: #c855b2 !important;
  border-color: #c855b2 !important;
  color: #fff !important;
}

.bl_top_cart{
    position: relative;
    display: block;
    margin: 20px auto;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    text-align: center;
    background-color: #c855b2;
    -webkit-transition: background .3s;
    transition: background .3s;
}

.bl_top_cart  i{
  font-size: 40px;
  line-height: 64px;
  color: #fff;
}

.bl_top_cart .badge {
    position: absolute;
    right: -6px;
    top: -3px;
    background: #5b2e3d;
    font-size: 14px;
    line-height: 16px;
	z-index: 100;
}

.bl_top_cart .badge_active{
	background: #3ea406;
}

.badge-amount{
    position: absolute;
	display: inline-block;
    left: -25px;
    bottom: -17px;
    background: transparent;
    font-size: 12px;
    line-height: 16px;	
	z-index: 101;
    padding: 3px 7px;
    font-weight: nornal;
    line-height: 1;
    color: #5b2e3d;
    text-align: left;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 10px;	
}


/*----------- block_nav_bar----------*/

#block_nav_bar{
  background: #5b2e3d;
  padding: 0;
  margin: 5px 0 0;
}

.navbar-nav, .navbar{
  margin: 0 0 0 0;
  min-height: auto;
}

.container>.navbar-header, .container>.navbar-collapse{
  margin-right: 0;
}

.navbar-nav > li > a{
  font-family: Tahoma, Arial, sans-serif;
  font-size: 15px;
  color: #fff;
  background: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-nav > li > a:hover{
  color: #fc77df !important;
  background: transparent !important; 
}

.navbar-nav > li.active > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus{
   color: #fc77df;
   background: transparent;
}

.active-hover{
  color: #FFD47E;
}

.navbar-toggle{
  border:1px solid #eee;
  margin-right: 0;
}

.navbar-toggle > span{
  color: #fff;
  background: #eee;
  border:1px solid #eee;
}

.btn-social > span{
  font-size: 22px;
}

.navbar-right > li > a.btn-social {
   padding: 7px;
}


.dropdown-menu {
  min-width: 280px;
}
.dropdown-menu.columns-2 {
  min-width: 400px;
}
.dropdown-menu.columns-3 {
  min-width: 600px;
  margin: -1px 0 0 -1px;
}

.dropdown-menu.multi-column.columns-3{
 box-shadow: none;
 border: 1px solid #eee;
 padding: 0;
 background: #fff;
}

.dropdown-menu li a {
  font-size: 13px;
  padding: 5px 15px;
  font-weight: 300;
  color: #5b2e3d;
  white-space: normal;
}

.dropdown-menu li a:hover{
  color: #fff;
  background: #5b2e3d;
}

.multi-column-dropdown {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.multi-column-dropdown li{
  padding: 5px 0;
  border-bottom: 1px dotted #ddd;
}

.multi-column-dropdown li a {
  display: block;
  clear: both;
  padding-left: 35px;
  color: #333;
  white-space: normal;
}

.multi-column-dropdown li a:hover {
  text-decoration: none;
  color: #fc77df;
}

.navbar-nav > .open > a{
  color: #fc77df;
}

.navbar-nav > .dropdown > a:hover{
  color: #fc77df;
}

.green_menu{
	background: #55ad00;
}

.navbar-nav > li.green_menu > a:hover, .navbar-nav > li.green_menu > a:focus{
    color: #fff !important;
}




/*------------------- .carousel-bg -----------------------*/

.container-carusel{
  padding: 0;
  background: url(../img/bg_gal.png) 0 0 repeat-x;
  margin: 0;
}

.container-carusel .container{
  padding-left: 0;
  padding-right: 0;
}

.carousel-bg{
  margin: 0;
}

.carousel-bg  .carousel-inner .item {
   background-color: darkslategrey;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   background-position: center;
   min-height: 380px;
}

.carousel-bg  .carousel-caption{
   left: 0;
   width: 100%;
   margin: 0;
   bottom: 0;
   text-align: center;
   padding: 0;
}

.carousel-bg .carousel-inner a{
  dispaly: block;
  width: 100%;
}

.carousel-bg  .carousel-caption h2{
  font-family: "OpenSansSemiBold", Arial, sans-serif; 
   font-size: 16px;
   line-height: 24px;
   color: #fff;
   margin: 0;
   background: none repeat scroll 0 0 rgba(0, 0, 0, .7);
   padding: 10px;
   font-weight: 400;
}

.carousel-bg  .carousel-caption p{
  font-size: 22px;
  color: #fff;
  margin-bottom: 50px;
}

.btn_carusel{
    width: 100%;
    background: rgba(0,0,0, 0.7);
    color: #fff;
    text-decoration: none !important;
    padding: 15px 35px;
    font-family: "OpenSansSemiBold", sans-serif;
    transition: all 3s lenear;
    font-size: 16px;
}

.btn_carusel:hover{
  background: rgba(0,86,184, .8);
  color: #ffcc66;
}

.carousel-bg  .carousel-control{
  bottom: 0;
  padding: 150px 0 0 0;
}

.carousel-bg  .carousel-indicators{
  top: 10px;
  height: 30px;
}

.carousel-indicators .active {
  background-color: #c855b2;
}


/*--------------#sect_recom--------*/

#sect_recom{
  padding: 20px;
  margin: 0;
}

#block_recomend{
    margin:0;
    padding: 0 0 5px;
    background: #fff;
}

.slider4{
  margin-left: 5px;
}

.recomend{
   display: block;
   position: relative;
   width: 220px;
   height: 318px;
   margin: 20px 0 0 15px;
   background: #f8f8f6;
   border:1px solid #cdcdcc;
   border-radius: 5px;
   float: left;
}

.top_recom{
  position: absolute;
  width: 233px;
  height: 40px;
  background: url(../img/bg_top_recom.jpg) 0 0 no-repeat;
  top: 0;
  left: -12px;
}

.top_recom_text{
  font: 14px/38px Tahoma, sans-serif;
  color: #fff;
  padding: 0 20px;
}

.trigon_recom{
    position: absolute;
    border: 6px solid transparent; 
    border-top: 6px solid #59114b; 
    border-right: 6px solid #59114b;
    top: 40px;
    left: -12px;
}

.recom_foto{
  display: table;
  padding-top: 40px;
  width: 218px;
  height: 200px;
  background: #fff;
  overflow: hidden;
}

.recom_foto_tr{
   display: table-row;
}

.recom_foto_td{
   display: table-cell;
   text-align: center;
   vertical-align: middle;
}

.recom_foto img{
  max-width: 200px;
  height: auto;
}

.recom_info{
  width: 200px;
  height: 60px;
  margin: 10px;
  text-align: center;
  overflow: hidden;
}

.recom_info a{
  font: 12px/16px Tahoma, sans-serif;
  color: #982e83;
  text-decoration: none;
}

.recom_info a:hover{
  text-decoration: underline;
}

/*--------------------#sect_main-----------*/

#sect_main{
   padding: 20px 0 0;
}

#content_main .navbar-default{
  border-color: transparent;
  background-color: transparent;
}

.col-wrp{
   padding-left: 0;
   padding-right: 0; 
}

#sect_main > .container{
   background: #fff;
   overflow: hidden;
   padding-top: 9px;
}

#sect_main .wrapper > .col-md-3{
   padding-left: 0;
   padding-right: 0;
}


#sidebar {
    position: relative;
    max-width: 290px;
    top: 0;
    left: 0;
    min-height: 100vh;
    z-index: 999;
    background: #eee;
    color: #444;
    transition: all 0.3s;
    padding-bottom:20px;
}

#sidebar.active {
    margin-left: -300px;
}

#sidebar .sidebar-header {
    padding: 5px 20px;
    background: #603141;
    text-align: center;
}

#sidebar .sidebar-header h3{
    font-size: 18px;
    margin: 10px 0 10px;
    padding: 0;
    color: #eaa5dd;
}

#sidebar ul.components {
    padding: 0;
    margin-bottom: 30px;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul{
 background: #eee;
}

#sidebar ul li{
 background: #f7f7f7;
}

#sidebar ul li a {
    padding: 10px 20px 10px 10px;
    font-size: 1em;
    display: block;
    font-family: Tahoma, Arial, sans-serif;
    font-weight: 600;
    color: #5b2e3d;
    border-bottom:1px dotted #999;
    letter-spacing: 0;
    text-decoration: none;
    line-height: 1.1em;
}
#sidebar ul li a:hover {
    color: #fc77df;
    background: #fff;
}

#sidebar ul li  ul li a{
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}

#sidebar ul li  ul li ul{
   list-style-type: none;
   margin: 0;
   padding: 0;
   padding-left: 30px;
}

#sidebar ul li  ul li ul li a{
 color: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #444;
    background: #eee;
    text-decoration: none;
}


#sidebar  a[data-toggle="collapse"] {
    position: relative;
}

#sidebar  a[aria-expanded="false"]::before, #sidebar  a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 10px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
#sidebar  a[aria-expanded="true"]::before {
    content: '\e260';
}


#sidebar  ul ul a {
    font-size: 1em !important;
    padding-left: 30px !important;
    background: #eee;
}

#sidebar  ul.CTAs {
    padding: 20px;
}

#sidebar  ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
#sidebar  a.download {
    background: #fff;
    color: #7386D5;
}
#sidebar  a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

#sidebar  ul.left-panel-text{
   list-style-type: none;
   padding: 0 1em 1em;
   margin: 0;	
}

#sidebar  ul.left-panel-text li{
	background: transparent;
}

#sidebar  ul.left-brand-logo{
   list-style-type: none;
   padding: 0;
   margin: 0;
}

#sidebar  ul.left-brand-logo > li > .col-md-6, #sidebar  ul.left-brand-logo > li > .col-sm-6{
  padding-left:0;
  padding-right: 0;
}

#sidebar ul.left-brand-logo{
  padding-left: 10px;
}

#sidebar ul.left-brand-logo li a{
  padding: 5px 10px;
}

#sidebar  ul.left-brand-logo  a{
  border-bottom: 0 !important;
}

#sidebar ul.left-brand-logo img{
  max-width: 110px;
  max-height: 110px;
}

#sidebar  ul.left-brand-logo  a:hover{
  background: transparent;
}


#sidebarCollapse{
  background: #5b2e3d;
  border-color: transparent;
  color: #fff;
}

#sidebar  .sidebar-delete{
  display: none;
  text-align: right;
  margin: 0 20px;
}

#sidebarDelete{
  background: #e31e25;
  border-color: #e31e25;;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content_main {
    padding: 0;
    transition: all 0.3s;
    z-index: -1;
    top: 0;
    right: 0;
    margin: 0;
}

#content_main.active {
    width: 100%;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 991px) {
  
.wrapper {
    display: flex;
    align-items: stretch;
}

  #sidebar {

  }
   
    #sidebar {
        margin-left: -300px;
    }
    #sidebar.active {
        margin-left: 0;
    min-width: 290px;
    }
  
    #content_main {
       width: 100%;
    }
    #content_main.active {
       width: calc(100% +300px);
    }
    #sidebarCollapse span {
        display: none;
    }

#sidebar  .sidebar-delete{
  display: block;
}

}

/*---------- tovar-------------*/

#block_firstpage_tovar{
   margin: 10px 0 20px;
}

.bl_tovar{
  position: relative;
  width: 240px;
  height: 330px;
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 5px;
  margin: 0 5px 24px 5px;
}

.bl_tovar:hover{
  border: 1px solid transparent;
}

.bl_tovar:hover:before{
    width: 240px;
    content: " ";
    position: absolute;
    left: 0;
    top:  0;
    height:338px; 
    border: 1px solid #c855b1;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

.bl_tovar_title{
   position: absolute;
   width: calc(100% - 2px);
   height: 75px;
   margin:1px 1px 5px;
   padding: 5px;
   overflow: hidden;
   text-align: center;
   background: #f7f7f7;
}

.bl_tovar_title a{
  display: block;
  font: 13px/16px Tahoma, sans-serif;
  color: #603141;
  text-decoration: underline;
  font-weight: 600;
}

.bl_tovar_title a:hover{
  color: #990000;
}

.bl_tovar_foto{
  display: table;
  padding-top: 82px;
  width: 230px;
  height: 160px;
  background: #fff;
  overflow: hidden;
}

.bl_tovar_foto_tr{
   display: table-row;
}

.bl_tovar_foto_td{
   display: table-cell;
   text-align: center;
   vertical-align: middle;
   height: 160px;
}

.bl_tovar_foto img{
  max-height: 150px;
  width: auto;
  max-width: 200px;
  height: auto;
}

.bl_tovar_price{
   width: 200px;
   height: 20px;
   margin: 9px 10px 5px;
   overflow: hidden;
   text-align: right;
   font: 18px Tahoma, sans-serif;
   color: #c855b1;
}

.bl_tovar_price_old{
   width: 200px;
   height: 18px;
   margin:3px 10px;
   overflow: hidden;
   text-align: right;
   font: 12px Tahoma, sans-serif;
   color: #999;
   text-decoration: line-through;
}

.bl_tovar_card{
  position: absolute;
  width: 100px;
    height: 22px;
  bottom: 6px;
  left: 15px;
}

.bl_tovar_deshevle{
  position: absolute;
  width: 120px;
  height: 22px;
  bottom: 4px;
  right: 4px;
}

.bl_tovar_deshevle a{
  display: block;
  text-align: center;
  background: #cc0000;
  color: #fff;
  font: 12px Tahoma, sans-serif;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 5px;
}

.bl_item_deshevle{
  width: 100%;
  margin: 10px 0;
}

.bl_tovar_deshevle a:hover{
  background: #c855b1 !important;
}

#add_card_z, #add_sravn_z{
  width: 30px;
  height: 22px;
  z-index: 22;
  float: left;
}

#add_sravn_z{
   padding: 5px 0 0 10px;
   z-index: 23;
}

.bl_tovar_card_added{
  position: absolute;
  display: none;
  width: 30px;
    height: 22px;
  bottom: 6px;
  left: 1px;
  color: #379d18;
  z-index: 22;
}

.added_i{
    margin: 0 -3px 0 2px;
  color: #379d18;
}

.bl_tovar_card a{
  padding: 0 5px;
  color: #c855b1;
}

.bl_tovar_card a:hover{
  color: #990000;
}

.text_info{
  padding: 0 0 30px;
  font-size: 1.2em;
  line-height: 1.7em;
}


#add_card_z, #add_sravn_z{
  width: 30px;
  height: 22px;
  z-index: 22;
  float: left;
}

#add_sravn_z{
   padding: 5px 0 0 10px;
   z-index: 23;
}

.bl_tovar_card_added{
	position: absolute;
	display: none;
	width: 30px;
    height: 22px;
	bottom: 6px;
	left: 1px;
	color: #379d18;
	z-index: 22;
}

.added_i{
    margin: 1px -3px 0 2px;
	color: #379d18;
}

.added_i i, .bl_tovar_card_added i{
	font-size: 24px;
}

.bl_tovar_card a{
	padding: 0 5px;
	color: #c855b1;
}

.bl_tovar_card a:hover{
	color: #990000;
}


/*-------------review main page--------------------*/

#block_review_mainpage{
  margin: 20px 0 30px;
}

#block_review_mainpage .title_block{
  padding: 0 0 20px 20px;
  font-family:  Tahoma, Georgia, serif;
  font-size: 18px;
  line-height: 1.2;
  color: #972e82;
}


#block_review_mainpage blockquote{
  display:block;
  width: 100%;
  min-height: 60px;
  background: #fff;
  padding: 15px 15px 15px 45px;
  margin: 0 10px 20px 5px;
  position: relative;
  float: left;
  
  /*Font*/
  font-family:  Tahoma, Georgia, serif;
  font-size: 12px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  
  /*Borders - (Optional)*/
  border-left: 15px solid #972e82;
  border-right: 2px solid #972e82;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

#block_review_mainpage blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

#block_review_mainpage blockquote::after{
  /*Reset to make sure*/
  content: "";
}

#block_review_mainpage blockquote a{
  text-decoration: none;
  cursor: pointer;
  padding: 0 10px 0 0;
  font: 12px Arial, sans-serif;
  color: #c76c0c;
  text-decoration: underline;
}

#block_review_mainpage blockquote a:hover{
 color: #003366;
}

#block_review_mainpage blockquote em{
  font-style: italic;
}

#block_review_mainpage blockquote p {
  font: 12px Arial, sans-serif;
}

#block_review_mainpage blockquote p > span.name{
  color: #972e82;
}

#block_review_mainpage blockquote p > span.data{
    font-size: 10px;
}

/*----------------- footer---------------*/

#footer{
  padding: 5px 0;
  background: #2a1a1f;
}

#footer .container{
    padding: 40px 0 0;
}

#footer .row{
  margin: 0;
}

#footer h3{
  font: 18px Tahoma, sans-serif;
  color: #c855b1;
  margin:0 0 15px;
  text-align: center;
}

#footer .address, #footer .phone, .footer_menu {
  margin:0 0 20px;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  text-align: center;
}

 #footer .phone a{
   font-size: 20px;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
}

 #footer .phone a:hover{
  text-decoration: underline;
 }

#footer .email_footer a{
   color: #555;
   text-decoration: underline;
   cursor: pointer;
}

#footer .email_footer a:hover{
  color: #dd0000;
}

#footer form{
  padding: 10px 0 50px;
}

#footer .worktime{
    margin:0 20px 30px 10px;
  font-size: 15px;
  color: #fff;
  line-height: 24px;
}

#footer .navbar-soseti{
  text-align: left !important;
  padding:15px 0 15px 10px;
}

.btn-niz{
  background: #2b7d83;
  border:1px solid #2b7d83;
}

.btn-niz:hover{
  background: #0078b0;
  border:1px solid #0078b0;
}

.bl-podpiska{
  padding: 0 1em 1em;
}

.bl_niz_seti{
  text-align: center;
}

.bl_niz_seti > a > i{
  padding: 10px 7px 30px;
  font-size: 20px;
  color: #fff;
}

.bl_niz_seti > a > i:hover{
  color: #c855b1;
}

.niz_sub{
  background: #c855b1 !important;
  border: 1px solid transparent  !important;
  color: #fff !important;
  width: 100%;
}

.niz_sub:hover{
  background: #972e82 !important;
  border: 1px solid transparent  !important;
}

.niz_sub:focus{
  background: #972e82 !important;
  border: 1px solid transparent  !important;
}

#footer ul {
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
}

#footer ul li a{
    font: 14px Tahoma, sans-serif;
    color: #fff;
    text-decoration: underline;
    line-height: 28px;
}

#footer ul li a:hover{
  color: #972e82;
}


/*---- #footer-copy----*/

#footer_copy{
   margin: 0;
   padding: 10px 0;
  background: #603141;
}

 #footer_copy p {
   margin: 0;
   padding:0;
}

.copy{
   margin: 0;
   padding:0;
   font-size: 12px;
   color: #eee;
   line-height: 18px;
   font-family: Tahoma;
}

p.prosite {
   text-align: left;
}

p.prosite a{
    font-size: 12px;
  line-height: 18px;
    color: #eee;
    text-decoration: none;
}

p.prosite a:hover{
    text-decoration: underline;
}


/*-----modal------------*/

.modal-itemTorg h4 {
    text-align: left;
    font-size: 20px;
    line-height: 36px;
    color: #c855b2;
}

.modal-itemTorg .modal-body{
  padding-bottom: 0;
}

.modal-itemTorg .modal-header{
  border-bottom: transparent;
}

.modal-itemTorg .modal-footer{
  border-top: transparent;
}

.modal-itemTorg .btn-modal-item-torg {
    width: 100%;
    background: #c855b2;
    color: #fff;
    border-color: transparent;
}

.modal-itemTorg .btn-modal-item-torg:hover{
  background: #603141;
  border-color: transparent;
}

#order_loading{
   display: none;
}


/*------- catalog----*/

a.klass{
    font: 12px  Arial, Verdana, sans-serif;
    color: #603141;
    text-decoration:underline;   
}

a.klass:hover{
    color: #88324f;
}

h1{
  font: 16px Tahoma, sans-serif;
  line-height: 30px;
  color: #a12a89;
}

h3{
  font: 14px Tahoma, sans-serif;
  color: #603141;
}

.txt3{
  font: 11px Tahoma, sans-serif;
  color: #444;
}


img.cat_fot{
  border:1px solid #c855b1;
  max-width: 220px;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.tov_name{
  background: rgba(193,78,170, 0.1);
  margin:0 0 0;
  padding: 1px 10px; 
 }
 
a.klass_more{
  font: 13px Tahoma, sans-serif;
  color: #c14eaa;
}

a.klass_more:hover{
  color: #990000;
}

.cur_pr{
   font-size: 16px;
   color: #cc0000;
}

.cur_pr_val{
   color: #cc0000;
}

.cur_old_pr{
  padding-left: 10px;
  text-decoration: line-through;
  color: #555;
}

.cat_bl_card{
  position: absolute;
  right: 50px;
  margin-top: 8px;
}

.cur_pr_block{
  margin:5px 0;
  text-align: right;
}

.cat_item_dopfoto{
   width:52px;
   height:52px;
   margin: 5px 2px;
   background-color: #ffffff;
   border:1px solid #c855b1;
   float: left;
}

.cat_item_dopfoto img{
  max-width: 46px;
  height: auto;
  max-height: 46px;
}

a.in-basket {
    font: 400 12px "Fira Sans";
    margin-left: 3%;
    display: block;
    float: left;
    background-image: -moz-linear-gradient( 90deg, rgb(153,47,131) 0%, rgb(200,85,177) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(153,47,131) 0%, rgb(200,85,177) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(153,47,131) 0%, rgb(200,85,177) 100%);
    padding: 4px 20px 4px 20px;
    color: #fff;
    text-decoration: none;
}

a.brend_select {
    font: 400 12px Tahoma, sans-serif;
    background-image: -moz-linear-gradient( 90deg, rgb(153,47,131) 0%, rgb(200,85,177) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(153,47,131) 0%, rgb(200,85,177) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(153,47,131) 0%, rgb(200,85,177) 100%);
    padding: 2px 20px 4px 20px;
    color: #fff;
    text-decoration: none;
}

.hr_1, .hr_2{

    font: 13px  Arial, Verdana, sans-serif;
    color: #990000;
    padding: 7px;
    float:left;
}

.hr_2{
    font-size: 14px;
    color: #000000;
}

a.hr_obsch{
    font: 13px/28px  Arial, Verdana, sans-serif;
    color: #663445;
    text-decoration:none; 
    cursor: pointer;
}

.slider3{
    text-align: center;	
}

.bx-controls-direction{
	display: none;
}



.cat_soptovar{
    font: 14px/28px  Arial, Verdana, sans-serif;
    color: #990000;
    background: #f6f6f6;
    padding:5px;
    margin:10px 0 0 0;
    text-align: center;
}

.cat_block_sopt{
   width: 174px;
   height: 275px;
   border:1px solid #aaa;
   border-radius: 5px;
   margin: 8px 0 5px 5px;
   background: #ffffff;
}

.cat_price{
   width: 150px;
   height: 20px;
   margin: 3px 0 2px 0;
   font: 15px/20px  Arial, Verdana, sans-serif;
   color: #0488bb;
   text-decoration: none;
   text-align: right;
   overflow: hidden;
   float: left;
}

.cat_spfoto{
   width: 150px;
   height: 150px;
   overflow: hidden;
   margin:0 10px 5px 10px;
   border:1px solid transparent;
   float: left;
}

.cat_spfoto img{
   max-width: 150px;
   height: auto;
   max-height: 150px;
}

.cat_itemname{
   width: 170px;
   height: 90px;
   margin:2px 0 0;
   text-align: center;
   background: #f6f6f6;
   overflow: hidden;
   float: left;
}

.cat_itemname a{
   font: 12px/16px  Arial, Verdana, sans-serif;
   color: #7d304a;
}

.cat_itemname a:hover{
   color: #990000;
}

.cat_sop_oldprice{
   position: absolute;
   width: 150px;
   top: 35px;
   text-align: right;
   text-decoration: line-through;
   font: 11px tahoma, sans-serif;
   color: #555;
}

#cat_podrazdel{
    margin:0 0 40px;
    padding:0;
               }
	
#cat_podrazdel ul.cat_razdel{
    margin:30px 0 20px 10px;
	list-style-type: none;
 }
 
#cat_podrazdel  ul.cat_razdel li{
   margin:7px 0;
   background:url( ../img/cat_strelka1.png ) no-repeat 0 7px;
   }

#cat_podrazdel  a.cat_p:link, a.cat_p:visited{
   padding:0 0 0 15px;
   font: 14px/22px Arial, Tahoma;
   color: #000000;
   text-decoration:none;
 }
 
#cat_podrazdel  a.cat_p:hover{
    padding:0 0 0 15px;
   font: 14px/22px Arial, Tahoma;
   color: #990000;
   text-decoration:underline;
}

.tov_name h3, .tov_name h1{
  margin-top: 10px;
  font-family: "UbuntuMedium", Tahoma, sans-serif;
  color: #810269;
  font-size: 16px;
  line-height: 18px;
}

.bl_tovar_deshevle{
	position: absolute;
	width: 140px;
    height: 24px;
	bottom: 4px;
	right: 4px;
}


.bl_item_deshevle a{
  display: block;
  text-align: center;
  background: #cc0000;
  color: #fff;
  font: 12px Tahoma, sans-serif;
  padding:4px 10px;
  text-decoration: none;
  border-radius: 5px;
}


.tabs li i {
    padding-right: 5px;
    font-size: 14px;
}




input.no_item, button.no_item{
	width: 100%;
    margin: 5px;
    font: 400 12px Tahoma, sans-serif;
    display: block;
    background-image: -moz-linear-gradient( 90deg, rgb(8,76,119) 0%, rgb(20,122,186) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(8,76,119) 0%, rgb(20,122,186) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(8,76,119) 0%, rgb(20,122,186) 100%);
    padding: 5px 5px 7px 5px;
    color: #fff;
    text-decoration: none;
	border:1px solid transparent;
	cursor: pointer;
}

.modal {
}
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
	border-radius: 0;
}

.modal-dialog{
     width: 460px;
	 margin: 0 auto;
}

.control-label{
   padding: 0 0 5px 12px;
   text-align: left;
}

.modal-title{
  text-align: left;
  font: bold 15px Tahoma, sans-serif;
  color: #0e659c;
}

.modal-dialog input{
    padding: 2px 10px;
}

#result_notovar{
   display: none;
   margin: 20px;
   padding: 10px 10px 20px;
   font: 14px Tahoma, sans-serif;
   color: #0676bd;
   text-align: center;   
}

#block_tleft{
   width: 240px;
   margin: 30px auto;
   overflow-x: hidden;
}

a.pro_s{
   color: #eee;
}

a.pro_s:hover{
   color: #fff;
}

.review_title_item_name{
	font-size: 14px;
	color: #999;
}

.review_title{
	margin: 20px;	
}

#order_loading{
	display: none;
}

label.error{
  color: #dd0000;
  left: -20px;
  font-size: 10px;
}

input.error, select.error, textarea.error{
  border: 1px solid #dd0000;
}

TABLE.shop TD {
    BORDER: 1px solid #999999;
    PADDING: 3px;
    FONT: 12px Arial, Tahoma;
    COLOR: #333333;
    BACKGROUND-COLOR: #faf5f9;
}

TABLE.shop TD a{
	font-weight: 600;
}

.card_sum {
    font: 14px Tahoma, sans-serif;
    padding: 5px 5px 5px 10px;
    color: #ff0000;
}

input.card_submit {
    font: 400 12px Tahoma, sans-serif;
    display: block;
    background-image: -moz-linear-gradient( 90deg, rgb(153,47,131) 0%, rgb(200,85,177) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(153,47,131) 0%, rgb(200,85,177) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(153,47,131) 0%, rgb(200,85,177) 100%);
    padding: 4px 20px 6px 20px;
    color: #fff;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
	margin: 5px;
}


.news {
    font: 14px/22px Tahoma, sans-serif;
    color: #982e83;
    font-weight: 700;
}

#card_knop{
	margin: .5em 0 1.5em;
}

ul.article {
    margin: 0 20px 30px 10px;
    list-style: square;
}

ul.article li {
    list-style: square;
    padding: 3px 0;
}

ul.article li a {
    font: 14px/22px Tahoma, sans-serif;
    color: #444;
    text-decoration: none;
}

ul.article li a:hover{
	color: #c855b1;
    text-decoration: underline;	
}

.klass_news{
    text-decoration: underline;	
	font-size: 14px;
}

#result-callback{
	margin: 10px auto 50px;
	font-size: 15px;
	line-height: 24px;
	color: #900d77;
	text-align: center;
}

#form_back_niz label.error{
	display: none !important;
}

#form_back_niz input.error, #form_back_niz textarea.error{
  border: 1px solid #dd0000;
  background: #ffe7ef;
}

#result_backform_niz{
	margin: 30px auto;
	text-align: center;
	font-size: 15px;
	line-height: 24px;
	color:  #ffe7ef;
	
}



/*--------------------- BLOG ----------------*/

.all_blog_user{
	position: relative;
	margin: 60px 0 30px;
    width: 100%;
    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: 300px;
    padding: 0 12px;
}

#bl_login_form .btn-block{

}

.auth_data{
	position: relative;
	margin: 0.5em 0 0.5em 0.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;
}

.cab a{
  text-align: left !important;	
  color: #0033ff !important;
  margin-bottom: 1em;
  text-decoration: underline;
}

.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{
	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: #990000;
	border:1px solid #990000;
}

.bl_menu:hover, .bl_menu_aktive:hover{
	background: #eee;
}

.bl_blog_tb{
	width: 99%;
	padding: 1em 0;
	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_info{
	
}

.bl_blog_tb_info h2{
    display: inline;
    font-size: 16px;
    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{
   display: block;
   font-size: 12px;
   color: #900022;
   line-height: 1em;
   padding: 0 0 4px 0;
}

.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_blog_tb_info  .bcoment a{
    display: block;
	width: 20%;
	text-align: right;
	padding-right: 10px;
	 color: #900022;
	float: right;
}

.bl_blog_tb_info  .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;	
}


.leftmenu_title {
    display: block;
    width: 100%;
    height: 32px;
    background: #603141;
    left: 0;
    text-align: center;
    font: 14px Tahoma, sans-serif;
    color: #fcc8f2;
    line-height: 32px;
}

.drop_vert_menu {
    position: relative;
    list-style-type: none;
    margin: 0 0 30px;
    padding: 0;
    z-index: 100;
    background: #eee;
}

.bloger_info{
  width: 100%;
  padding: 0 0 20px;
  border-bottom:1px solid #ddd;
  margin-bottom: 20px;  
}

.bloger_info h3{
	font-size: 18px;
	color: #000;
}

ul.menuSubView {
    margin: 10px 0 20px 0;
    padding: 0;
}

ul.menuSubView li {
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
}

ul.menuSubView li a {
    font-size: 12px;
	color: #990000;
}

ul.menuSubView li a:hover{
	color: #444;
}

ul.menuSubView li.active {
    color: #999;
    font-size: 12px;
}

h1.blog{
  text-align: center;	
}

.blog_data, .blog_prosmotr, .blog_theme{
	text-align: right;
	color: #777;
	font-size: 11px;
	line-height: 14px;
}

.blog_prosmotr{
	margin-bottom: 30px;
}

.btn-review{
	width: 100%;
}

.review_title{
  font-size: 15px;
  color: #555;
  text-align: center;  
}

#result_review{
	color: #990000;
	font-size: 14px;
	line-height: 26px;
	margin: 50px auto;
	text-align: center;
}

#all_review_blog{
	margin: 0 0 1em;
}

.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: #555;	
   font-size: 12px;
   line-height: 16px;
   text-align: justify;
}

.blog_review_info_date{
	font-size: 10px;
	color: #990000;
}

.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 #e255fb;
}

.block_author_otvet_title{
	background: #fff;
	padding: .3em .5em;
	color: #e255fb
}

.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;	
}


.foto_bloger_adm{
	margin: 1em auto;
	text-align: center;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	overflow: hidden;
}

.foto_bloger_adm img{
	object-fit: cover;
	height: 100px;
	width: 100%;	
}

.btn-del-comment{
  padding: 3px 7px;	
  margin-right: 5px;
}

.bl_vybir{
	text-align: center;
}

.vybir{
	margin: 0 15px;
}

.vybir img{
	margin-top: 5px;
	height: 118px;
	width: auto;
	border:1px solid #ddd;
}


/*------------------------- credit block ---------------------*/

.cat_bl_credit {
    position: absolute;
    left: 5px;
    margin-top: 8px;
}

.btn-creditprivat{
	border-radius: 0;
	color: #fff !important;
	background-color: #399a04 !important;
	border-color: #399a04 !important;
}

.btn-creditprivat:hover, .btn-creditprivat:focus{
	background-color: #3a8312 !important;
	border-color: #3a8312 !important;
	color: #fff !important;
}

.credit_monobank{
	margin-left: 10px;
}

.credit_monobank img{
	width: 36px;
	height: auto;
	border: 1px solid #ddd;
	border-radius: 3px;
}

.credit_monobank_2{
   position: absolute;
   right: 170px;	
   top: 84px;
}

.credit_monobank_2 img{
	width: 44px;
	height: auto;
	border: 1px solid #ddd;
	border-radius: 3px;
}

.credit_monobank_3{
   position: absolute;
   left: 15px;	
   bottom: 40px;
}

.credit_monobank_3 img{
	width: 44px;
	height: auto;
	border: 1px solid #ddd;
	border-radius: 3px;
}



#payCredit .modal-header {
    border-bottom: 1px solid #fff;
}

#payCredit .modal-footer {
    border-top: 1px solid #fff;
}

#payCredit .modal-title{
	text-align: center;
	color: #399a04;
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
}

#payCredit  p{
	text-align: center;	
	font-size: 14px;
	line-height: 24px;
}

#payCredit .modal-header  p{
	text-align: center;	
	font-size: 12px;
	line-height: 24px;
	color: #999;
	margin-top: 20px;
}

#payCredit .btn-creditprivat{
	width: 100%;
}

#payCredit .modal-body{
	text-align: center;	
}

#payCredit .modal-body > img{
	margin-bottom: 15px;
}


.baskno {
	text-align: center;
	margin: 40px auto;
	color: red;
	font-size: 14px;
}

#block-basket-full{
	border:1px solid #ddd;
	text-align: right;
}

#block-basket-full h3{
	font-size: 18px;
	margin-bottom: 20px;
}


span.price{
	font-size: 18px;
	color: red;
}


#block_ordercreit {
	margin-top: 30px;
}

#block_ordercreit .btn-creditprivat{
	width: 100%;
}

.credit_cat{
	position: absolute;
	bottom: 40px;
	left: 15px;
}

.credit_cat_2{
	position: absolute;
	bottom: 90px;
	left: 15px;
}

.credit_cat_top{
	position: absolute;	
	top: 0;
	right: 70px;
}


#block_qr_privat{
	text-align: center;
}

.qr_header{
	font-size: 16px;
	line-height: 26px;
	color: #982e83;
}


/*---------------------- moreContent ------------------*/

#idBrandInfo{
  margin: 20px 0 40px;
  text-align: justify;  
}

.brndh{
   font: 14px/22px Tahoma, sans-serif;
   color: #982e83;
   font-weight: 700;
   text-align: center;   
}

.moreContent {
padding: 20px;
position: relative;
}
.moreContent:after {
content: "";
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
width: 100%;
height: 20px;
position: absolute;
bottom: 0;
left: 0;
pointer-events: none;
}
 
.moreContent.active:after { height: 0; }
[class*="btn-"] {
background: transparent;
color: inherit;
font: inherit;
border: none;
outline: none;
cursor: pointer;
transition: all 200ms ease-in-out;
}
 
#idBrandInfo .btn-default {
 background-color: #fff;
 color: #5b2e3d;
 text-align: center;
 text-transform: uppercase;
 width: 100%;
 padding: 7px 0;
 margin-top: .1em;
 border-bottom: 1px solid #ccc;
}
 
#idBrandInfo .btn-default.active {
	background-color: #fff;
	color: #5b2e3d;
}

#idBrandInfo .btn-default:focus{
	background-color: #fff;
	color: #5b2e3d;
}

.bl_logobrand{
	float: left;
	margin: 0 20px 20px 0;
}

.bl_logobrand img{
    max-width: 110px;
    max-height: 110px; 
}


/*-------------------------------------------------------*/

.bl_top_lang {
    position: absolute;
    top: 5px;
    right: 140px;
    width: 120px;
    height: 24px;
    background: transparent;
    text-align: right;
    z-index: 100;
}

.bl_top_lang a {
    font-family: "UbuntuMedium";
    padding: 3px 6px;
    background: #fff;
    border-radius: 7px;
    border: 1px solid #5b2e3d;
    margin: 0 2px;
    font-size: 12px;
    line-height: 14px;
    opacity: 0.6;
    color: #5b2e3d;
    cursor: pointer;
	text-decoration: none;
}

.bl_top_lang a:hover, .bl_top_lang a:focus{
	text-decoration: none;
	background: #f1f1f1;
}


.bl_top_lang a.active {
    opacity: 1;
    color: #ff0000;
    font-size: 12px;
    line-height: 14px;
    border-color: #5b2e3d;
}

/*----------------------------------------------------------------*/

.tt_tovar_page {
    margin: 10px auto 30px;
    text-align: center;
}

.tt_tovar_page > a {
    padding: 5px 8px;
    background: #f6f6f6;
    border: 1px solid #999;
    border-radius: 3px;
    font-size: 15px;
    margin: 3px;
}

.tt_tovar_page > a.active {
    color: #ff0000;
    border: 1px solid #ff0000;
}

.btn-success {
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}

.btn-success:hover,  .btn-success:focus{
    color: #fff !important;
    background-color: #55ad00 !important;
    border-color: #55ad00 !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #428bca !important;
    border-color: #357ebd !important;
}

.btn-danger {
    color: #fff !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}

#zagolovok_page{
  width: 98%;
  height: 35px;
  margin:10px auto 0;
  border-bottom:1px solid #999;
}

#zagolovok_page .bl_versia, #zagolovok_page .bl_versia_aktiv{
   dispaly: block;
   width: 210px;
   height: 35px;
   padding: 5px 0 5px 5px;
   margin-right: 3px;
   float: left;
}

#zagolovok_page .bl_versia_aktiv{
   background: #eee;
      border-top:1px solid #999;
   border-left:1px solid #999;
  border-right:1px solid #999;
}

a.vr{
  font: 14px/18px Verdana;
  color: #003366;
}

a.vr:hover{
  color: #0033ff;
}

#footer-dop {
    position: fixed;
    display: block;
	bottom: 0;
	right: 0;
    width: 100%;
    z-index: 1000000000000000000000000000000;
    background-color: rgba(85, 173, 0, .9);
    text-align: center;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
}