/*------------------------------------------------------------------------
# Joomla Carousel Module by JoomShaper.com
# ------------------------------------------------------------------------
# author    JoomShaper http://www.joomshaper.com
# Copyright (C) 2010 - 2012 JoomShaper.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://www.joomshaper.com
-------------------------------------------------------------------------*/
#shaper_carousel, #shaper_carousel_page {
	display: inline-block;
	position: relative;
	padding: 0 50px
}

#carousel_inner, #carousel_inner_page {
	float: left;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0
}

#carousel_content ul, #carousel_content_page ul {
	list-style: none;
	margin: 0;
	padding: 0
}

#carousel_content, #carousel_content_page {
	position: absolute;
	width: 560000px;
	margin: 0;
	padding: 0
}

#carousel_content li.carousel_item, #carousel_content_page li.carousel_item_page {
	border: 0;
	list-style: none;
	background: none;
	display: inline;
	margin: 0;
	padding: 0
}

#carousel_content li.carousel_item a, #carousel_content_page li.carousel_item_page a {
	position: relative;
	float: left;
	background: none;
	display: block;
	margin: 5px;
	padding: 0;
	height: 190px;
}

#carousel_content li.carousel_item img, #carousel_content_page li.carousel_item_page img {
	display: block;
	padding: 0 5px;
	margin: 0;
	background: none;
}

#carousel_previous, #carousel_next, #carousel_previous_page, #carousel_next_page {
	width: 41px;
	position: absolute;
	display: block;
	cursor: pointer
}

#carousel_previous, #carousel_previous_page {
	left: 0;
	background: url(prev_sp.png) no-repeat 0 50%
}

#carousel_next, #carousel_next_page {
	right: 0;
	background: url(next_sp.png) no-repeat 0 50%
}

#carousel_previous:hover, #carousel_previous_page:hover {
	left: 0;
	background: url(prev_sp.png) no-repeat 100% 50%
}

#carousel_next:hover, #carousel_next_page:hover {
	right: 0;
	background: url(next_sp.png) no-repeat 100% 50%
}

.sbreadcrumb {
	font-size: 11px;
	font-style: italic;
	color: #ffe472;
	margin-bottom: 10px;
}

.sbreadcrumb > li {
	display: inline-block;
}

.content .sbreadcrumb a {
	color: #ffe472;
}

.catalog_image img {
	max-width: 140px;
}

.carousel_item a, .carousel_item_page a {
	width: 137px;
	height: 175px;
}

.carousel_item img, .carousel_item_page img {
	margin: 0 auto !important;
	max-width: 127px;
	max-height: 153px;
}

.block23812 {
	width: 720px;
	height: 300px;
}

.block23812 .item {
	width: 33%;
	float: left;
}

.block23812 .item img {
	height: 200px;
}

.price_container span[itemprop="price"] {
	display: initial;
}

span.carousel_name {
	text-align: center;
}

.carousel_h h2{
border-bottom-color: rgb(192, 73, 3);
border-bottom-style: none;
border-bottom-width: 0px;
border-image-outset: 0px;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-color: rgb(192, 73, 3);
border-left-style: none;
border-left-width: 0px;
border-right-color: rgb(192, 73, 3);
border-right-style: none;
border-right-width: 0px;
border-top-color: rgb(192, 73, 3);
border-top-style: none;
border-top-width: 0px;
box-sizing: content-box;
color: rgb(192, 73, 3);
display: block;
font-family: FloraCBold;
font-size: 24px;
font-stretch: normal;
font-style: normal;
font-variant: normal;
font-weight: normal;
height: 24px;
line-height: 24px;
margin-bottom: 16px;
margin-left: 70px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
vertical-align: baseline;
}

/*------------Форма консультации оптовикам------------------------*/
#wholesalers-consult {
    background: #db7900;
    margin: 10px auto;
    border-radius: 15px;
    width: 100%;
    padding: 20px 60px 20px 20px;
    box-sizing: border-box
}
#wholesalers-consult .form-border {
    width: 100%;
    border: 1px solid #fff885;
    border-radius: 15px;
    padding: 20px 20px 20px 20px
}
#wholesalers-consult .caption {
    font-family: 'FloraCBold';
    font-size: 24px;
}
#wholesalers-consult input {
    width: 100%;
    height: 40px;
    border-radius: 10px;
    font-size: 16px;
    padding-left: 15px;
    box-sizing: border-box;
}
#wholesalers-consult textarea {
    width: 100%;
    height: 100px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 20px;
    padding-left: 15px;
    box-sizing: border-box;
}
#wholesalers-consult label {
    color: rgb(192, 73, 3);
    font-family: 'FloraCBold';
    font-size: 16px
}
#wholesalers-consult .form-field {
    position: relative
}
#wholesalers-consult .form-field label {
    position: absolute;
    top: 20px;
    left: 20px
}
#wholesalers-consult input.send {
    font-family: 'FloraCBold';
    font-size: 16px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e77515+0,c34f02+100 */
    
    background: rgb(231, 117, 21);
    /* Old browsers */
    
    background: -moz-linear-gradient(top, rgba(231, 117, 21, 1) 0%, rgba(195, 79, 2, 1) 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, rgba(231, 117, 21, 1) 0%, rgba(195, 79, 2, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, rgba(231, 117, 21, 1) 0%, rgba(195, 79, 2, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e77515', endColorstr='#c34f02', GradientType=0);
    /* IE6-9 */
    
    border: none;
    width: 200px;
    padding: 2px 20px;
    box-sizing: inherit
}
#wholesalers-consult .form-field.send {
    width: 100%;
    text-align: center;
}
.simple-text {
    font-family: 'FloraCBold';
    font-size: 16px;
}
.centered {
    text-align: center
}

.top-buttons-3 {
	text-align: center;
}
.top-buttons-3 a {
	width: 210px;
	margin: 0 10px;
	background-size: 210px 100%;
}

.top-content {
	margin-bottom: 10px;
}

ul.main-page-full-list {
	width: 700px;
}
ul.main-page-full-list li {
	text-align: justify;
	margin-bottom: 10px;
}

.mp-content-bottom {
	width: 720px;
}
.mp-content-bottom p {
	text-align: justify;
}

.form-big-buttons-2 {
	width: 50%;
	float: left;
	text-align: center;
}
.form-big-buttons-2 a {
	width: 260px;
	margin-bottom: 5px;
	background-size: 260px 100%;
}
.form-big-buttons-3 {
    width: 33%;
    float: left;
    text-align: left;
}
.form-big-buttons-3__text {
    padding: 15px;
}
.form-big-buttons-3__img {
    margin: 15px 0 0 15px;
    width: 123px;
    height: 113px;
}
.benefit-img_1 {
    background: url(../images/benefit_1.png) no-repeat;
}
.benefit-img_2 {
    background: url(../images/benefit_2.png) no-repeat;
}
.benefit-img_3 {
    background: url(../images/benefit_3.png) no-repeat;
}
.benefit-img_4 {
    background: url(../images/benefit_4.png) no-repeat;
}
.benefit-img_5 {
    background: url(../images/benefit_5.png) no-repeat;
}
.benefit-img_6 {
    background: url(../images/benefit_6.png) no-repeat;
}
.form-big-buttons-3__divider {
    border-top: 1px solid #fff885;
    display: block;
    float: left;
    width: 100%;
    margin: 20px 0 15px 0;
}
.benefit-list {
    display: table;
}
.benefit-list__item {
    display: table-row;
}
.benefit-list__img {
    display: table-cell;
    width: 123px;
    height: 113px;
    padding: 0 10px 15px 0;
}
.benefit-list__text {
    display: table-cell;
    vertical-align: middle;
}

#wholesalers-consult .caption{
	font-size: 20px;
	background: #c34f02;
	width: 450px;
	display: block;
	margin: -18px auto 10px;
	border-radius: 5px;
	padding: 5px;
}
.stock_banner {
    margin-bottom: 40px;
}
.stock_old_price, .stock_new_price {
    display: inline-block !important;
}
.stock_old_price {
    color: #b83d01;
    text-decoration: line-through;
    font-size: 16px;
    position: absolute;
    bottom: -8px;
    left: 35px;
}
.stock_new_price {
    font-size: 24px;
    position: absolute;
    bottom: 5px;
    left: 23px;
}
.catalog_price_old {
    color: #ffc4a7;
    text-decoration: line-through;
    font-size: 18px;
}
