@font-face {
    font-family: "GOTHIC";
    src: url("/fonts/GOTHIC.TTF");
}

.logo {
	margin-top: -100px;
}

.contacts .row {
    margin-bottom: 20px;
}
.recipient {
    border: 1px solid;
    margin-bottom: 20px;
}

.border {
    border: 1px solid;
}
.helper{
    color: red;
    float: right;
    font-size: 0.8em;
}
.site-href{
    
}

.object-header{
	margin-top: 51px;
}

.map {
    padding: 30px 0;
}

.page-cart {
	margin: 40px 0;
}
.page-header {
    margin: 20px 0;
}
.page-desc {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.captcha-img {
	margin-top: 24px;
	border: 1px solid gray; 
	background: url('/images/bg_capcha.png');
}
.captcha {
	float: left;
	margin-right: 40px;
}
.cart-img{
	cursor: pointer;
}
.head-center th, .head-center tr {
    text-align: center;
}
#search_text {
    border: 0;
    background: #eee;
 }
.search-row {
    margin-bottom: 20px;
}
.rows-all {
    margin-bottom: 20px;
}
.price {
    font-weight: bold;
}
.row-center {
    text-align: -webkit-center;
    text-align: -moz-center;
}
.prod-text {
    min-height: 110px;
    margin-bottom: 10px;
}
.content .row1 {
    margin-bottom: 20px;
}
.structure-row{
    padding: 10px 0;
}
.absolute-position {
    position: absolute;
	width: 100%;
    bottom: 0;
    background-color: rgba(0,0,0,.3);
    color: #fff;
}
.absolute-position.left {
    left: 20px;
}
.absolute-position.right {
    right: 20px;
}
.absolute-position a {
    font-weight: bold;
    text-decoration: underline;
}
.absolute-position a, .absolute-position .content_text, .absolute-position .mp_1_desription {
    color: #fff;
}
.img {
    max-height: 120px;
}
.pics {
    min-height: 120px;
}
.dropdown-menu>li>a {
    color: inherit;
}
.vert {
    top: -5px;
    left: 100%;
}
.goriz {
    text-align: center;
}

/***************** Forms *****************************/
.form-registration, .form-forget-password, .form-schet {
    color: #597394;
}
.form-bottom {
    margin-bottom: 40px;
}
.form-top {
    margin-top: 40px;
}
.form-auth a, .auth-links a {
    font-size: 16px;
}
.auth-links div {
    margin-bottom: 20px;
}
.form-search {
    width: 80%;
}
.search_text {
	height: 43px;
}
.form {
    padding: 0 40px;
    margin-bottom: 40px;
}
.form-own-menu {
    font-size: 12px;
}

/***************** Sidebar and Navs *****************************/
.sidebar-nav {
    background-color: #f9f9f9;
    border: solid 1px #eee;
    margin: 0;
    padding: 0;
    font-size: .9em;
    margin-bottom: 40px;
}
.sidebar-nav li {
    padding: 0;
    list-style: none;
}
.sidebar-nav li a {
    display: block;
    padding: 5px 15px;
    color: #333;
    text-decoration: none;
    border-left: solid 3px #333;
    background-color: #f3f3f3;
}
.sidebar-nav li a {
    background-color: transparent;
    border-left: solid 3px #fff;
}
.sidebar-nav li.active > a {
    border-left-color: #333;
    background-color: #f3f3f3;
}
.sidebar-nav li a:hover, .sidebar-nav li a:focus, .sidebar-nav li a:active {
    border-color: #333;
    background-color: #f3f3f3;
}
.menu-many-strings {
    max-width: 210px;
    line-height: 1.5em;
    margin-bottom: 4px;
    margin-top: 4px;
}
.photo {
    display: inline-block;
}
.personal .sidebar {
    position: fixed;
    color: #1a397a;
}

.nav .img-del-link, .nav .item-link, .nav .img-enabled-link {
    display: inline-block;
}
.nav .img-del-link, .nav .img-enabled-link {
    float: right;
}

.navbar-right {
	margin-right: 0;
}
.navbar-top {
	border-color: transparent;
	margin-bottom: 0;
	padding-top: 98px;
}
.nav>li>a:focus, .nav>li>a:hover {
	background-color: transparent;
}

#sidebar-1, #sidebar-2 {
	padding-left: 0;
	padding-right: 0;
}
.sidebar-1 .navbar-toggle, .sidebar-2 .navbar-toggle, .gorizont-2 .navbar-toggle {
	margin-right: 0;
}
.sidebar-1 .navbar-toggle {
	float: left;
}		
.sidebar-2 .navbar-toggle {
	float: right;
}

.additional {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	width: 100%;
}
.additionalButton {
	position: absolute;
	right: 0;
	width: 40px;
	height: 40px;
	background: transparent;
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
	background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x;
}

/* Toggle Styles */
#wrapper {
	padding-right: 0;
	-webkit-transition: top 0.5s ease;
	-moz-transition: top 0.5s ease;
	-o-transition: top 0.5s ease;
	transition: top 0.5s ease;
}

#additional-wrapper {
	z-index: 1000;
	position: absolute;
	right: 65px;
	top: -57px;
	-webkit-transition: top 0.5s ease;
	-moz-transition: top 0.5s ease;
	-o-transition: top 0.5s ease;
	transition: top 0.5s ease;
}

.additional.toggled #additional-wrapper {
	top: 0;
}

.additional-nav {
	margin: 0;
	margin-top: 7px;
	padding: 0;
	list-style: none;
	text-align: center;
}

.additional-nav li {
	display: inline;
}

.additional-icon {
	padding: 8px;
	width: 40px;
	background: rgba(255,255,255,0.5);
}

.additional-icon:hover {
	-moz-transform: scale(1.2); /* Для Firefox */
    -ms-transform: scale(1.2); /* Для IE */
    -webkit-transform: scale(1.2); /* Для Safari, Chrome, iOS */
    -o-transform: scale(1.2); /* Для Opera */
    transform: scale(1.2);
}

@media(min-width:768px) {
	.additionalButton {
		width: 63px;
		height: 63px;
	}
	#wrapper {
		padding-right: 0;
	}	
	.additional-icon {
		width: 50px;
	}
}

/***************** Gallery of items *****************************/
.gallery-images {
	margin: 20px 0;
}
.gallery-images a {
	padding: 0;
}

@media(min-width:768px) {
	.gallery-images {
		margin: 40px 0;
	}
}

/***
****** Gallery & Carousel **************/
.gallery a, .carousel a  {
	margin-top: 20px;
}

.gallery-images, .carousel-images {
	display: inline-block;
}
.gallery-image, .carousel-image {
	display: inline-block;
	float: left;
	position: relative;
}
.gallery-del-link, .carousel-links {
	display: block;
	background: rgba(0,0,0,0.4);
	position: absolute;
	overflow: hidden;
	opacity: 0;
	/*-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;*/
	padding: 10px;
}
.gallery-image:hover .gallery-del-link, .carousel-image:hover .carousel-links {
	width: 100%;
    height: 100%;
	border: 1px solid #ddd;
    border-radius: 4px;
	opacity:1;
}
.gallery-del-link img {
    cursor: pointer;
    position: absolute;
    top: 48%;
    left: 48%;
}

.carousel-links img {
    cursor: pointer;
    position: absolute;
	top: 48%
}
.carousel-links .edit-img {
	left: 40%;
}

.carousel-links .del-img {
	left: 60%;
}


/***************** Poloska of items *****************************/
.poloska {
	display: inline-block;
	width: 100%;
	margin-left: auto;
	padding: 10px 0;
    margin: 20px 0;
}

.poloska:hover {
	background-color: #eaeaea;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.poloska .item {
	float: left;
	margin-right: 5px;
}

.poloska img {
	width: 25px;
	padding: 5px;
	float: left;
}

.poloska img:hover {
	border: 1px solid #000;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-moz-transform: scale(1.2); /* Для Firefox */
    -ms-transform: scale(1.2); /* Для IE */
    -webkit-transform: scale(1.2); /* Для Safari, Chrome, iOS */
    -o-transform: scale(1.2); /* Для Opera */
    transform: scale(1.2);
}

.poloska .views img:hover {
	cursor: context-menu;
    border: none;
    box-shadow: none;
}

.poloska .badge {
	position: relative;
    margin-top: 5px;
	font-size: 0.8em;
    background-color: transparent;
    color: rgba(17, 17, 17, 0.7);
}

.poloska .item.last {
	margin-right: 0;
}

@media(min-width:768px) {
	.poloska .item {
		margin-right: 10px;
	}
	.poloska img {
		width: 35px;
	}
	.poloska .badge {
		font-size: 0.9em;
	}
	
	.modal-dialog {
		width: 700px;
	}
}

/***************** Bootstrap Gallery *****************************/
.blueimp-gallery > .slides > .slide-loading {
  background: url(../../images/loading.gif) center no-repeat;
}
.blueimp-gallery > .slides > .slide-error {
  background: url(../../images/error.svg) center no-repeat;
}

.blueimp-gallery > .play-pause {
  background: url(../../img/play-pause.svg) 0 0 no-repeat;
}

/***************** Product *****************************/
.product .row {
	margin-bottom: 20px;
}
.product .header {
	font-size: 1.2em;
}
.product .price, .product .measure, .product .particle, .product .discount_price {
	font-size: 1.3em;
}
.product img:hover, .prod-pic img:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.price {
  font-weight: bold;
  font-size: 1.3em;
}
.price .discount {
  font-weight: normal;  
  position: relative;
  margin: 0 10px;
  color: #777;
}
.price .discount:before {
	border-bottom: 3px solid red;
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    transform: rotate(-7deg);
}
.discount_price {}
.prod-pic img {
	margin: 10px;
}
.prod-pic img:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.cart-img {
  cursor: pointer;
}
.action-free {
  position: absolute;
  right: -10%;
  top: -10%;
  width: 60%;
}

/***************** Footer *****************************/
footer .copy-text {
    padding: 30px 0;
}

.footer-texts {
	display: block;
	margin: 20px 0;
}
.footer-links, .footer-counters {
	display: inline-block;
	margin: 20px 0;
}
.footer-link, .footer-counter {
	float: left;
	margin-right: 20px;
}

/*  COOKIE
========================================= */
#accept_cookie {
	display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 3.2em;
    max-height: 50vh;
    overflow: auto;
    z-index: 999;
}

#accept_cookie .alert {
	display: block;
	margin-bottom: 0;
}

/*****
************ VISUALLY *****************************/

.visual-panel-on { top: 0px !important; }
.visual-panel {
	position: absolute;
    top: -100px;
    left: 0;
    background-color: #fff;
    color: #000;
	border: 1px solid #000;
	border-radius: 5px;
	font-size: 1.1em !important;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.visual-panel .wrapper {
	margin: 10px;
	display: inline-block;
}
.visual-panel .wrapper div { 
	float: left;
}
.visual-panel .wrapper .font-size { 
	margin-left: 0;
    margin-top: 20px;
}
.visual-panel .wrapper .bgcolor>span, .visual-panel .wrapper .font-size>span {
	cursor: pointer;
	margin: 0 10px;
    padding: 5px;
	font-weight: bold;
	border: 2px solid #000;
}
.visual-panel .wrapper .bgcolor .white-black {
	background-color: #fff !important;
	color: #000 !important;
}
.visual-panel .wrapper .bgcolor .black-white {
	background-color: #000 !important;
	color: #fff !important;
}
.visual-panel .wrapper .bgcolor .blue-dark {
	background-color: #daefff !important;
	color: #004d94 !important;
}
.visual-panel .wrapper .bgcolor .choice {
	border-bottom-width: thick;
}
.whtblck, .whtblck div, .whtblck nav {
	background-color: #fff !important;
	color: #000 !important;
}
.whtblck a, .whtblck p, .whtblck font, .whtblck span {
	color: #000 !important;
}
.blckwht, .blckwht div, .blckwht nav {
	background-color: #000 !important;
	color: #fff !important;
}
.blckwht a, .blckwht p, .blckwht font, .blckwht span {
	color: #fff !important;
}
.bldrk, .bldrk div, .bldrk nav {
	background-color: #daefff !important;
	color: #004d94 !important;
}
.bldrk a, .bldrk p, .bldrk font, .bldrk span {
	color: #004d94 !important;
}
/*.font-16 { font-size: 16px; }
.font-20 { font-size: 20px; }
.font-24 { font-size: 24px; }*/
.visual-panel .wrapper .font-size .choice {
	border-bottom-width: thick;
}
#f16 a, #f16 p, #f16 font, #f16 span, #f16 div, #f16 nav { font-size: 16px  !important; }
#f20 a, #f20 p, #f20 font, #f20 span, #f20 div, #f20 nav { font-size: 20px  !important; }
#f24 a, #f24 p, #f24 font, #f24 span, #f24 div, #f24 nav { font-size: 24px  !important; }

@media(min-width:768px) {
	.visual-panel .wrapper .font-size { 
        margin-top: 0;
        margin-left: 30px;
    }
}

/*  MENU ICON
========================================= */
.menu-icon {
  position: absolute;
  top: 30px;
  right: -15px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  z-index: 10;
}
.menu-icon .dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #e2e2e2;
  border-radius: 10px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: margin 0.4s ease 0.4s, width 0.4s ease;
  -moz-transition: margin 0.4s ease 0.4s, width 0.4s ease;
  -o-transition: margin 0.4s ease 0.4s, width 0.4s ease;
  transition: margin 0.4s ease 0.4s, width 0.4s ease;
}
.menu-icon .dot:nth-of-type(1) {
  margin-top: -20px;
  margin-left: -20px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.menu-icon .dot:nth-of-type(2) {
  margin-top: -20px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.menu-icon .dot:nth-of-type(3) {
  margin-top: -20px;
  margin-left: 20px;
}
.menu-icon .dot:nth-of-type(4) {
  margin-left: -20px;
}
.menu-icon .dot:nth-of-type(6) {
  margin-left: 20px;
}
.menu-icon .dot:nth-of-type(7) {
  margin-top: 20px;
  margin-left: -20px;
}
.menu-icon .dot:nth-of-type(8) {
  margin-top: 20px;
}
.menu-icon .dot:nth-of-type(9) {
  margin-top: 20px;
  margin-left: 20px;
}
.menu-icon.clicked .dot {
  -webkit-transition: margin 0.4s ease, width 0.4s ease 0.4s;
  -moz-transition: margin 0.4s ease, width 0.4s ease 0.4s;
  -o-transition: margin 0.4s ease, width 0.4s ease 0.4s;
  transition: margin 0.4s ease, width 0.4s ease 0.4s;
  margin-left: 0;
  margin-top: 0;
}
.menu-icon.clicked .dot:nth-of-type(1) {
  width: 50px;
}
.menu-icon.clicked .dot:nth-of-type(2) {
  width: 50px;
}