/*
	Theme Name: HERBALIFE
	Description: Шаблон для сайта
	Author: Головкин Александр
	Author URI: https://vk.com/mcbadcat
	Version: 1.0
*/
@font-face {
    font-family: 'GloberRegular';
    src: url(fonts//GloberRegular.eot?#iefix) format('embedded-opentype'), url(fonts//GloberRegular.woff?c=1) format('woff'), url(fonts//GloberRegular.ttf?c=1) format('truetype'), url(fonts//GloberRegular.svg#GloberRegular) format('svg');
    font-weight: normal;
    font-style: normal
	font-display: auto;
}
@font-face {
    font-family: 'GloberBold';
    src: url(fonts//GloberBold.eot?#iefix) format('embedded-opentype'), url(fonts//GloberBold.woff?c=1) format('woff'), url(fonts//GloberBold.ttf?c=1) format('truetype'), url(fonts//GloberBold.svg#GloberBold) format('svg');
    font-weight: normal;
    font-style: normal
	font-display: auto;
}
@font-face {
    font-family: 'GloberBook';
    src: url(fonts//GloberBook.eot?#iefix) format('embedded-opentype'), url(fonts//GloberBook.woff?c=1) format('woff'), url(fonts//GloberBook.ttf?c=1) format('truetype'), url(fonts//GloberBook.svg#GloberBook) format('svg');
    font-weight: normal;
    font-style: normal
	font-display: auto;
}
@font-face {
	font-family: 'GloberSemiBold';
	src: url('fonts/GloberSemiBold.eot');
	src: local('☺'), url('fonts/GloberSemiBold.woff?c=1') format('woff'), url('fonts/GloberSemiBold.ttf') format('truetype'), url('fonts/GloberSemiBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: auto;
}
@font-face {
    font-family: 'IskraCYR-Bold';
    src: url(fonts//IskraCYR-Bold.eot?#iefix) format('embedded-opentype'), url(fonts//IskraCYR-Bold.otf) format('opentype'), url(fonts//IskraCYR-Bold.woff?c=1) format('woff'), url(fonts//IskraCYR-Bold.ttf?c=1) format('truetype'), url(fonts//IskraCYR-Bold.svg#IskraCYR-Bold) format('svg');
    font-weight: normal;
    font-style: normal
	font-display: auto;
}
@font-face {
    font-family: 'IskraCYR-Regular';
    src: url(fonts//IskraCYR-Regular.eot?#iefix) format('embedded-opentype'), url(fonts//IskraCYR-Regular.otf) format('opentype'), url(fonts//IskraCYR-Regular.woff?c=1) format('woff'), url(fonts//IskraCYR-Regular.ttf?c=1) format('truetype'), url(fonts//IskraCYR-Regular.svg#IskraCYR-Regular) format('svg');
    font-weight: normal;
    font-style: normal
	font-display: auto;
}
@font-face {
    font-family: 'IskraCYR-Medium';
    src: url(fonts//IskraCYR-Medium.eot?#iefix) format('embedded-opentype'), url(fonts//IskraCYR-Medium.otf) format('opentype'), url(fonts//IskraCYR-Medium.woff?c=1) format('woff'), url(fonts//IskraCYR-Medium.ttf?c=1) format('truetype'), url(fonts//IskraCYR-Medium.svg#IskraCYR-Medium) format('svg');
    font-weight: normal;
    font-style: normal
	font-display: auto;
}
@font-face {
    font-family: "PH";
    src: url("fonts/PH-700NarrowCaps.woff2?c=1") format("woff2"), url("fonts/PH-700NarrowCaps.woff?c=1") format("woff");
    font-style: normal;
    font-weight: 700;
	font-display: auto;
}

@font-face {
    font-family: "PH";
    src: url("fonts/PH-500Regular.woff2?c=1") format("woff2"), url("fonts/PH-500Regular.woff?c=1") format("woff");
    font-style: normal;
    font-weight: 500;
	font-display: auto;
}

@font-face {
    font-family: "PH_Narrow";
    src: url("fonts/PH-500Narrow.woff2?c=1") format("woff2"), url("fonts/PH-500Narrow.woff?c=1") format("woff");
    font-style: normal;
    font-weight: 500;
	font-display: auto;
}

@font-face {
    font-family: "PHR";
    src: url("fonts/PH-600Regular.woff2?c=1") format("woff2"), url("fonts/PH-600Regular.woff?c=1") format("woff");
    font-style: normal;
    font-weight: 700;
	font-display: auto;
}
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700|Roboto+Condensed:400,700|Roboto:300,300i,400,500,700&display=swap&subset=cyrillic');
/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}
/**/
body {
    line-height: 1.2;
    width: 100%;
    background: #fff;
    padding: 0;
    margin: 0;
    color: #333;
    font-family: 'GloberRegular';
    width: 100%;
    font-weight: 400
}
/**/
#topbar {
	width: 100%;
	max-width: 2000px;
	height: 50px;
	padding: 0;
	margin: 0 auto 39px;
	position:relative;
	width:100%;
	z-index: 1000;
	background: #79c140;
	color: #fff;
}
#topbar .table {
	padding:0;
	margin:0;
}
#topbar .table td {
	padding:0;
	border:none;
	vertical-align:middle;
}
#topbar .logo {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    width: 308px;
    height: 50px;
    text-decoration: none;
}
#topbar .slogan {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 8px;
	font-size: 16px;	
}
#topbar .tel {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
    font-size: 22px;
    line-height: 22px;
    font-family: 'GloberBold';
}
#topbar .button-call {
	float:right;
}
.button-call {
    padding: 0 0 2px 0;
    width: 140px;
    height: 29px;
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-weight: 400;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    background: none;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 0;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    font-family: 'GloberRegular';
    background: #fff;
}
.button-call:hover,
.button-call:active {
    text-decoration: none;
    color: #295c00;
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(208, 233, 188, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(208, 233, 188, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0, rgba(208, 233, 188, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d0e9bc', GradientType=0)
}


.button-cart {
	background-color: transparent;
    color: #fff;
    border: solid 2px #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 26px;

    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;	
}
.button-cart:hover {
    color: #7bc143;
    background-color: #fff;
}
/**/
#topmenu {
	background: #67a536;
	width: 100%;
	max-width: 2000px;
	height: 39px;
	padding: 0;
	margin: 0 auto;
	position: absolute;
	top:50px;
	left:0;
	width:100%;
	z-index: 1000;
	color: #e8ffd6;
}
#topmenu.fixed {	
	position: fixed;
	top:0;
	left:0;
}
#topmenu ul {
	padding:0;
	margin:0;
}
#topmenu ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 9px 33px 0 33px;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    font-family: 'GloberBold';
    text-transform: uppercase;
}
#topmenu ul li a {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #e8ffd6;
}
#topmenu ul li:first-child::before {
	display:none;
}
#topmenu ul li::before {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background: #e8ffd6;
    position: absolute;
    top: 14px;
    left: -1px;
}

#topmenu ul li a:hover,
#topmenu ul li.current-menu-item a {
    color: #fff;
    text-decoration: none
}
/**/
#breadcrumbs-block {
    width: 100%;
    max-width: 2000px;
    padding: 0 0 44px 0;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    color: #fff;
    text-align: center;
    background: url(img/bg-breadcrumbs-block.jpg) top center no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#breadcrumbs-block .outer_box {
    display: table;
    width: 100%;
    position: relative;
    top: 0
}
#breadcrumbs-block .inner_box {
    display: table-cell;
    vertical-align: top;
}
#breadcrumbs-block .page-title {
    display: block;
    color: #fff;
    font-size: 50px;
    line-height: 54px;
    font-weight: 400;
    position: relative;
    font-family: 'IskraCYR-Bold';
    text-transform: uppercase;
    padding: 29px 10px 6px 10px;
    margin: 0;
}
#breadcrumbs-block .breadcrumbs {
    padding: 8px 0 0 0;
    margin: 0;
    font-size: 16px;
    color: #d2d7c4;
}

#breadcrumbs-block .breadcrumbs a {
    color: #fff;
    text-decoration: underline;
}
#breadcrumbs-block .breadcrumbs a {
    color: #fff;
    text-decoration: underline;
}
/**/
#main {
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    color: #333;
    background: url(img/bg-results.jpg) top center repeat;
	padding-top:35px;
}

#main h1 {
	margin:0;
}
/**/
#main .sidebar {
	padding-bottom:50px;
}
#main .sidebar .widget.categories-menu {
    padding: 0;
    margin: 0;
}
.widget.categories-menu > ul {
    padding: 0;
    list-style-type: none;
    line-height: 20px;	
	margin-bottom:45px;
}
#main .sidebar .widget.categories-menu > ul > li {
    position: relative;
    display: block;
    margin: 0 0 5px;
    padding: 0;
	width:100%;
}
#main .sidebar .widget.categories-menu > ul > li.current-menu-item a {	
    color: #000;
    text-decoration: none;
    background: #dcdde1;
}
#main .sidebar .widget.categories-menu ul li a {
    color: #67a536;
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 0 9px 0 15px;
	font-family: 'GloberSemiBold';
    position: relative;
    z-index: 2;
	font-size: 16px;	
	border-radius:5px 0 0 5px;
	background:#f0f0f0;
	width:calc(100% - 16px);
	height:46px;
	line-height:46px;
}
#main .sidebar .widget.categories-menu ul li a:hover {
    color: #000;
    text-decoration: none;
    background: #dcdde1;
}
#main .sidebar .widget.categories-menu ul li a:after {	
	content: "";
	display:block;
	width:16px;	
	height:46px;
	background:url("img/menu_bg.png") no-repeat center center;
	position:absolute;
	top:0;
	right:-16px;
}
#main .sidebar .widget.categories-menu ul li:hover a:after, #main .sidebar .widget.categories-menu ul li.current-menu-item a:after {	
	background:url("img/menu_bg_hover.png") no-repeat center center;
}
/**/
#pink_card {
	background:white url("img/special_dots.png") no-repeat center top !important;
	background-size:100% auto !important;
	padding:0 10px !important;
	border-radius: 10px !important;
	margin-bottom:30px;
	border:1px solid #2e9500;
	overflow:hidden;
}
#pink_card .w-zag {
	margin-bottom:15px !important;
	text-align:center;
	color:#8428a2;
    font-family: "PH";
	font-weight:600;
	font-size:35px;
	padding:35px 20px 0 !important;
}
#pink_card .w-zag a {
	color:#8428a2;
    font-family: "PH";
	font-weight:600;
	font-size:35px;
	text-decoration:none;
}
#pink_card .w-zag img {
	display:inline-block;
	width:20px;
	height:auto;
	margin-top: -5px;
}
#pink_card .special_offer_item {
	margin-bottom:0 !important;
}
#pink_card .special_offer_item .img2 {
	margin-bottom:30px !important;
}
#pink_card .special_offer_title {
	padding-top: 0 !important;	
}
#pink_card .special_offer_price {
    font-family: 'Open Sans', sans-serif;
	font-size:26px !important;
	color:#000 !important;
}
#pink_card .special_offer_price strong {
	font-size: 40px !important;
	color: #fcad2d !important;
}
#pink_card .purple_block {
	background:#8428a2;
	width:calc(100% + 40px);
	margin:-65px -20px 0;
	padding:40px 0 0;
	color:white;
}
#pink_card .purple_block .special_offer_title  {
	font-family: 'GloberSemiBold' !important;	
	font-size: 16px !important;	
	line-height:130% !important;
	color: #fff !important;	
	margin-bottom: 20px !important;	
}
#pink_card .purple_block .special_offer_title span {
    font-family: "PH" !important;
	font-size: 30px !important;
	font-weight:700;
}
#prm_block {
	background:white !important;
}
#prm_block .prm_block_title {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	padding-top:15px;
    font-family: "PH" !important;
    font-size: 30px !important;
    font-weight: 700;	
	text-align:center;
	color:white;
}
#main .sidebar .special_offers {
	background: rgba(245,245,245,0.5);
	padding-bottom: 10px;
	border-radius:15px;
	border:1px solid #2e9500;
}
#main .sidebar .special_offers .header {
	position:relative;
	margin-bottom:5px;
}
#main .sidebar .special_offers .header img {
	width:calc(100% + 2px);
	margin:-1px -1px 0;
}
#main .sidebar .widget .w-zag {
    display: block;
    position: relative;
    padding: 0;
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 24px;
    font-family: 'GloberBold';
}
#main .sidebar .widget .desc_title {
    font-family: 'Open Sans', sans-serif;	
	font-weight:300;
	margin-bottom:15px;
    font-size: 12px;
	text-align:center;
	color:black;
}
/**/
#special_menu, #special_menu2 {
	list-style:none;
	padding:0;
	margin:0 0 10px;
	text-align:center;
}
#special_menu li, #special_menu2 li {
	display:inline-block;
	margin:0 3px;
}
#special_menu li a, #special_menu2 li a {
	display:block;
	line-height:32px;
    font-family: 'Open Sans', sans-serif;	
	font-size:10px;
	color:#9c9c9c;
	text-decoration:none;
	outline:none;
	text-align:center;
	width: 20px;
	height: 32px;
}
#special_menu li.ui-tabs-active a, #special_menu2 li.ui-tabs-active a {
	width: 32px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #ffc80a;
	-webkit-box-shadow: 0 1px 3px rgba(8,11,29,.13);
	-moz-box-shadow: 0 1px 3px rgba(8,11,29,.13);
	box-shadow: 0 1px 3px rgba(8,11,29,.13);	
	color:white;
}
/**/
.button-orange {
    margin: 0 auto;
    display: block;
    height: 35px;
    text-align: center;
    border: 0;
    outline: 0;
	font-size:16px;
	line-height: 16px;
    cursor: pointer;
	width:100%;
    margin-top: 0;
    text-transform: uppercase;
    padding: 0;
    width: 100%;
    vertical-align: top;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    background: #fbc445;
    background: -moz-linear-gradient(top, rgba(251, 196, 69, 1) 0, rgba(254, 135, 5, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(251, 196, 69, 1) 0, rgba(254, 135, 5, 1) 100%);
    background: linear-gradient(to bottom, rgba(251, 196, 69, 1) 0, rgba(254, 135, 5, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fbc445', endColorstr='#fe8705', GradientType=0);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-appearance: none;
    font-family: 'GloberBold';
    letter-spacing: .1em;
    text-transform: uppercase;
    padding-left: 3px;
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.17);
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.18)
}
.button-orange:hover,
.button-orange:active {
    text-decoration: none;
    background: #fee744;
    background: -moz-linear-gradient(top, rgba(254, 231, 68, 1) 0, rgba(255, 207, 5, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(254, 231, 68, 1) 0, rgba(255, 207, 5, 1) 100%);
    background: linear-gradient(to bottom, rgba(254, 231, 68, 1) 0, rgba(255, 207, 5, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fee744', endColorstr='#ffcf05', GradientType=0);
	color:black;
}
#main .sidebar .special_offers .button-orange {
	line-height: 35px;
	height: 35px;
	margin-bottom:20px;
}
#main .sidebar .special_offers .special_offer_item {
	position:relative;
	width:calc(100% - 14px);
	margin:0 7px 20px;
	border-radius:10px;
	background:#f9f9f9
}
#prm_block .special_offer_item {
	border: 1px solid #2e9500;	
}
#main .sidebar .special_offers .special_offer_title {
    font-size: 18px;
    line-height: 18px;
	font-family: 'GloberSemiBold';
	text-align:center;
	padding-top:20px;
}
#main .sidebar .special_offers .special_offer_title a {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 120%;
    color: #49990a;
	text-decoration:underline;
}
#main .sidebar .special_offers .special_offer_title a:hover {	
	text-decoration:none;
}
#main .sidebar .special_offers .special_offer_old {
	text-align:center;
    font-family: 'Open Sans', sans-serif;	
    font-size: 16px;
    line-height: 19px;
	color:#6d737b;
	margin:0;
}
#main .sidebar .special_offers .special_offer_old span {
	background:url("img/cross_line.png") no-repeat center center;
	display: block;
	min-width: 60px;
	width: 60px;
	margin: 0 auto;
	
	-webkit-transform: translateX(55px);
	-ms-transform: translateX(55px);
	transform: translateX(55px);
}
#main .sidebar .special_offers .special_offer_price {
    font-family: 'Open Sans', sans-serif;	
	text-align:center;
    font-size: 24px;
    line-height: 24px;
	color:#2e9500;
	font-weight:bold;
	padding-bottom:30px;
	margin:0;
}
#pink_card .item_buttons {
	margin:0;
	padding: 0 5px 25px;
	background:url("img/special_dots2.png") no-repeat bottom 10px center;
}
#pink_card .item_buttons button {
	max-width:100%;
}
#pink_card .item_buttons a {
	color:white;
	text-decoration:none;
}
#pink_card .item_buttons a:hover {
	color:black;
}
#pink_card .item_buttons .col-xs-6 {
	padding:0 5px;
}
#main .sidebar .special_offers .special_offer_price span {
    font-size: 16px;
}
#main .special_offer_item .img {
    display: block;
    margin: 0;
    padding: 0;
	max-width:100%;
	width:100%;
	height:auto;
	position:relative;
}
#main .special_offer_item .img a,
#main .special_offer_item .img a:hover {
    display: block;
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit;
    text-decoration: none !important;
    overflow: hidden
}
#main .special_offer_item .img img {
    display: block;
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden
}
#main .special_offer_item:hover .img img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05)
}
/**/
#main .special_offer_item .special_offer_cardprice {
	padding-top:2px;
	padding-bottom:3px;
	float: left;
	width: 100%;	
	border-top: 1px solid rgba(46,149,0,0.2);
	border-bottom: 1px solid rgba(46,149,0,0.2);
	margin:0 0 10px;
	background:#ffffff;
}
#main .special_offer_item .special_offer_cardprice_img {
	float:left;
	width:50px;
	text-align:center;
	color:#6d737b;
	font-size: 26px;
	padding-top:3px;
}
#main .special_offer_item .special_offer_cardprice_title {
	float:left;
	width:120px;
    font-family: 'Open Sans', sans-serif;	
    font-size: 14px;
	color:#000000;
	padding-top:2px;
	
}
#main .special_offer_item .special_offer_cardprice_num {
	float:left;
	width:calc(100% - 180px);
	line-height:35px;
	font-size:16px;
	text-align:right;
}
#main .special_offer_item .special_offer_cardprice_num strong {
	font-size:18px;
	font-weight:bold;
	color:#000000;
}
/**/
#main .special_offer_item .img2 {
    display: block;
    margin: 0;
    padding: 0;
	max-width:100%;
	width:100%;
	height:auto;
	position:relative;
}
#main .special_offer_item .img2 a,
#main .special_offer_item .img2 a:hover {
    display: block;
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit;
    text-decoration: none !important;
    overflow: hidden
}
#main .special_offer_item .img2 img {
    display: block;
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden
}
#main .special_offer_item:hover .img2 img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05)
}
/**/
#main .content .button-orange {
	line-height:35px;
	height:35px;	
	border-radius:8px;
}
#main .content .catalog_item {
	margin-bottom:20px;
}
#main .content .special_offer_title {
    font-size: 18px;
    line-height: 18px;
	font-family: 'GloberSemiBold';
	text-align:center;
	padding-top:20px;
}
#main .content .special_offer_title a {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 120%;
    color: #49990a;
	text-decoration:underline;
}
#main .content .special_offer_title a:hover {
	text-decoration:none;
}
#main .content .special_offer_old {
	text-align:center;
    font-family: 'Open Sans', sans-serif;	
    font-size: 16px;
    line-height: 19px;
	color:#6d737b;
	margin:0;
}
#main .content .special_offer_old span {
	background:url("img/cross_line.png") no-repeat center center;
	display: block;
	min-width: 60px;
	width: 60px;
	margin: 0 auto;
	
	-webkit-transform: translateX(55px);
	-ms-transform: translateX(55px);
	transform: translateX(55px);
}
#main .content .special_offer_price {
    font-family: 'Open Sans', sans-serif;	
	text-align:center;
    font-size: 24px;
    line-height: 24px;
	color:#2e9500;
	font-weight:bold;
	border-bottom: 1px solid rgba(46,149,0,0.2);
	padding-bottom:15px;
	margin:0;
}
#main .content .special_offer_price span {
    font-size: 16px;
}
#main .content .special_offer_cardprice {
	padding-top:2px;
	padding-bottom:3px;
	float: left;
	width: 100%;	
	border-bottom: 1px solid rgba(46,149,0,0.2);
	margin:0 0 10px;
}
#main .content .special_offer_cardprice_img {
	float:left;
	width:50px;
	text-align:center;
	color:#6d737b;
	font-size: 26px;
	padding-top:3px;
}
#main .content .special_offer_cardprice_title {
	float:left;
	width:120px;
    font-family: 'Open Sans', sans-serif;	
    font-size: 14px;
	color:#000000;
	padding-top:2px;
	
}
#main .content .special_offer_cardprice_num {
	float:left;
	width:calc(100% - 180px);
	line-height:35px;
	font-size:16px;
	text-align:right;
}
#main .content .special_offer_cardprice_num strong {
	font-size:18px;
	font-weight:bold;
	color:#000000;
}
.item_buttons {
	margin-top:20px;
}
.item_buttons p {
	margin-bottom:20px;
}
.item_buttons p a {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #6d737b;
	text-decoration:underline;
}
.item_buttons button {
	max-width:65%;
	margin:0 auto;
}
/**/
#main .content .catalog_item .img {
    display: block;
    margin: 0;
    padding: 0;
	max-width:100%;
	width:100%;
	height:auto;
	position:relative;
}
#main .content .catalog_item .img a,
#main .content .catalog_item .img a:hover {
    display: block;
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit;
    text-decoration: none !important;
    overflow: hidden
}
#main .content .catalog_item .img img {
    display: block;
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden
}
#main .content .catalog_item a.iframe, #main .special_offer_item a.iframe, #main .special_offer_item a.iframe {
	width:100%;
	text-align:center;
	padding:5px;
	/*background:rgba(255,255,255,0.6);
	color: #49990a;*/
	background:#f5f5f5;
	color:#67a536;
	font-size:14px;
	text-decoration:none;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
	float:left;
	border-radius:5px;
}
#main .content .catalog_item a.iframe:hover, #main .special_offer_item a.iframe:hover, #main .special_offer_item a.iframe:hover {
	/*background:rgba(255,255,255,0.9);*/
	background:#49990a;
	color:white;
}
#main .content .catalog_item:hover .img img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05)
}
/**/
#footer {
    width: 100%;
    max-width: 2000px;
    padding-bottom: 49px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    background: url(img/bg-footer.jpg) top center no-repeat;
	background-size: auto;
    color: #cccaca;
    background-size: cover
}
#footer a, #footer a:hover {
    color: #79c140;
    text-decoration: underline
}

#footer a:hover {
    color: #fe8e0d;
    text-decoration: none
}
#footer .left {
    margin: 0;
    padding: 45px 0 0 0;
    font-size: 16px;
    line-height: 24px;
}
#footer .left .logo {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    width: 308px;
    height: 50px;
    position: relative;
    z-index: 2;
	margin-left: 35px;
	margin-bottom: 10px;
}
#footer .left .slogan {
    display: block;
    margin: -7px 0 0 35px;
    padding: 0 150px 0 0;
    position: relative;
    z-index: 2;
    line-height: 20px
}
#footer .left .info {
    display: block;
    margin: 0;
    padding: 26px 0 0 0
}
#footer .left .slogan,
#footer .left .info {
    margin-left: 35px
}
#footer .left .tell {
    display: block;
    margin: 0;
    padding: 0;
    font-family: 'GloberBold'
}
#footer .left a.call {
    text-decoration: none;
    border-bottom: 1px dashed #79c140
}
#footer .left a.call:hover {
    text-decoration: none;
    border-bottom-color: #fe8e0d
}
#footer .left .copy {
    display: block;
    margin: 24px 0 0 0;
    padding: 0;
    letter-spacing: -.003em
}
/**/

#footer .menus {
    display: block;
    margin: 0;
    padding: 56px 0 0 0;
}
#footer .menus .item {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 55px;
    padding: 0
}
#footer .menus .item:first-child {
    margin-left: 0
}
#footer .menus .item:nth-child(1) {
    width: 198px
}
#footer .menus .item:nth-child(2) {
    width: 162px
}
#footer .menus .item:nth-child(3) {
    width: 230px
}
#footer .menus .item .zag {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 24px;
    font-family: 'GloberBold';
    color: #fff
}
#footer .menus .item ul {
    display: block;
    margin: 0;
    padding: 21px 0 0 0;
    list-style-type: none
}
#footer .menus .item ul li {
    display: block;
    margin: 0;
    padding: 5px 0 0 18px;
    color: #90da56;
    position: relative
}
#footer .menus .item ul li:before {
    content: "— ";
    width: 18px;
    position: absolute;
    top: 4px;
    left: 0
}
#footer .menus .item ul li a {
    color: #90da56;
    text-decoration: underline;
	font-size:16px;
}
#footer .menus .item ul li a:hover {
    color: #fe8e0d;
    text-decoration: none
}
#footer .note {
    text-align: center;
    margin: 37px 0 0 0;
    padding: 24px 0 0 0;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.3)
}
/**/
#slider-block {
	padding:0;
}
#slider-block .owl-carousel .owl-item {
	height:450px;
	overflow:hidden;
}
#slider-block .slide_holder {
	width:100%;
	height:450px;
	background-size:cover !important; 
}
#slider-block {
  position: relative;
}

#slider-block .owl-nav {
	position: absolute;
	max-width: 100%;
	width:1270px;
	height: 0px;
	top: 50%;
	z-index: 999;
	margin:0 0 0 -635px;
	left:50%;
}

#slider-block .owl-nav .owl-prev {
	position: absolute;
	left: 0px;
	top: -24px;
	width: 30px;
	height: 48px;
	background-color: #202020;
	font-weight: bold;
	line-height: 1;
	font-size: 38px;
	transition: all 0.2s;
	text-indent:200%;
	overflow:hidden;
	background: url("img/arrow_left.png") 50% 50% no-repeat;
}
#slider-block .owl-nav .owl-next {
	position: absolute;
	right: 0px;
	top: -24px;
	width: 30px;
	height: 48px;
	font-weight: bold;
	background-color: #202020;
	text-indent:200%;
	overflow:hidden;
	background: url("img/arrow_right.png") 50% 50% no-repeat;
}

#slider-block .owl-dots {
    position: absolute;
    bottom: 14px;
    width: 100%;
}
#slider-block .owl-dots .owl-dot {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 30px;
    height: 30px;
    opacity: 1;
    background-color: transparent;
	margin:0 5px;
}
#slider-block .owl-dots .owl-dot::before {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    background-color: #fff;
}
#slider-block .owl-dots .owl-dot.active {
    background-color: transparent;
}
#slider-block .owl-dots .owl-dot.active:before {
    background-color: #7bc143 !important;
}
.owl-theme .owl-dots .owl-dot span {
	display:none;
}
.owl-carousel .owl-item img {
  width: auto !important;
}
/**/
#slider-block .owl-carousel .owl-item .slide_title {
    font-family: "PH", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #7bc143;
    line-height: 0.85;
	font-size: 4.75vw;
	padding-top:30px;
}
#slider-block .owl-carousel .owl-item .slide_description {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 19.2px;
    line-height: 1.35;
    color: #000;
	margin-bottom:30px;
}
#slider-block .owl-carousel .owl-item .white {
	color:white;
}
#slider-block .owl-carousel .owl-item .btn-green {
	padding: 16px 20px 17px 30px;
    color: #fff;
    background-color: #7bc143;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 20px;
}
#slider-block .owl-carousel .owl-item .btn-green:hover {
    background-color: #84d941;
	text-decoration:none;
}
#slider-block .owl-carousel .owl-item .btn_holder {
	line-height:60px;
}
/**/
#item_header {
	/*min-height:630px;*/
	height:400px;
	position:relative;
	overflow:hidden;
}
#item_header img.bg {
    /* max-width: inherit;
	width:100%; */
	min-width:100%;
    position: absolute;	
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    /*! transform: translate(-50%, 0); */
}
#item_header .intro_details {
	width:100%;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    padding: 10px 15px;
}
#item_header .intro_details h1 {
    padding: 0;
    font-size: 2.6rem;
    line-height: 1.2;
    font-weight: 400;
    color: #7bc143;
    margin: 0 0 5px;
}
#item_header .intro_details h2 {
	margin: 0;
    padding: 0;
    font-size: 2.6rem;
    line-height: 1.2;
    font-weight: 400;
    color: #413c36;
}
#item_header .intro_details p {
    font-size: 16px;
    color: #413c36;
    margin-bottom: 5px;
}
/**/
#item_header .intro_details .special_offer_old {
	text-align:center;
    font-family: 'Open Sans', sans-serif;	
    font-size: 16px;
    line-height: 19px;
	color:#6d737b;
	margin:0;
}
#item_header .intro_details .special_offer_old span {
	background:url("img/cross_line.png") no-repeat center center;
	display: block;
	min-width: 60px;
	width: 60px;
	margin: 0 auto;
	
	-webkit-transform: translateX(55px);
	-ms-transform: translateX(55px);
	transform: translateX(55px);
}
#item_header .intro_details .special_offer_price {
    font-family: 'Open Sans', sans-serif;	
	text-align:center;
    font-size: 24px;
    line-height: 24px;
	color:#2e9500;
	font-weight:bold;
	border-bottom: 1px solid rgba(46,149,0,0.2);
	padding-bottom:15px;
	margin:0;
}
#item_header .intro_details .special_offer_price span {
    font-size: 16px;
}
#item_header .intro_details .special_offer_cardprice {
	padding-top:2px;
	padding-bottom:3px;
	float: left;
	width: 100%;	
	border-bottom: 1px solid rgba(46,149,0,0.2);
	margin:0 0 10px;
}
#item_header .intro_details .special_offer_cardprice_img {
	float:left;
	width:50px;
	text-align:center;
	color:#6d737b;
	font-size: 26px;
	padding-top:3px;
}
#item_header .intro_details .special_offer_cardprice_title {
	float:left;
	width:120px;
    font-family: 'Open Sans', sans-serif;	
    font-size: 14px;
	color:#000000;
	padding-top:2px;
	
}
#item_header .intro_details .special_offer_cardprice_num {
	float:left;
	width:calc(100% - 180px);
	line-height:35px;
	font-size:16px;
	text-align:right;
}
#item_header .intro_details .special_offer_cardprice_num strong {
	font-size:18px;
	font-weight:bold;
	color:#000000;
}
/**/
.nav-bread {
    padding: 15px 0;
}
.nav-bread a {
    display: inline-block;
    vertical-align: top;
    color: #413c36;
    position: relative;
	font-size: 14px;

    text-decoration: none;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;	
}
.nav-bread a:hover {
    color: #7bc143;
}
.nav-bread span.breadcrumbs_marker {
	color:#7bc143;
    padding-left: 15px;
    padding-right: 15px;
	font-weight:bold;
}
/**/
#first_thumb {
	
}
#first_thumb img {
	max-height:290px;
}
.elem-btn-green {
    color: #fff;
    background-color: #7bc143;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 8px;
    padding: 16px 26px 17px;
	font-size: 20px;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.12);
	transition: all linear 0.2s;
	text-decoration:none;
	border:none;
}

.elem-btn-green:hover {
    color: #fff;
    background-color: #84d941;
	text-decoration:none;
}
#first_quote_details {
	padding-top:20px;
}
#first_quote_details .elem-btn-green {
	padding:10px;
	margin-top: 10px;	
}
#first_quote_details .button-orange {
	max-width:65%;
	margin:0 auto;
}
/**/
#back_call {
	
}
#back_call .modal-content {
	max-width:326px;
	width:100%;
	display: block;
	margin: 100px auto 0;
	color: #fff;
	position: relative;
	background: #79c140;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
}
.modal-content .close {
    cursor: pointer;
    z-index: 999;
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    background-position: -5px -5px;
    background-image: url("img/icon-close.png?r=3");
    position: absolute;
    top: 20px;
    right: 20px;
	opacity: 1;
	outline:none;
}
.modal-content .close:active {
	outline:none;
}
.modal-content .close:hover {
    background-position: -38px -5px
}
#back_call .modal-content .modal_title {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 21px;
    line-height: 26px;
	font-weight:bold;
	padding-top:15px;
}
#back_call .modal-content form input[type="text"] {
    width: 100%;
	max-width:100%;
    height: 50px;
    border: 0;
    background: #fff;
    color: #1f232b;
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    margin: 0;
    margin-top: 20px;
    padding: 0 20px 0 20px;
    outline: 0;
    position: relative;
    z-index: 1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: left;
}
#back_call .modal-content form input[type="submit"] {
	margin-top:20px;
}
/**/
#cart .modal-dialog {
    max-width: 970px;
	width:100%;
}
#cart .modal-content {
	width:100%;
	display: block;
	margin: 100px auto 0;
	color: #fff;
	position: relative;
	background: #79c140;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}
#cart .modal-body {
	padding: 17px 22px 22px 22px;
}
#cart .modal-content .modal_title {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 41px;
    line-height: 46px;
	font-weight:bold;
}
#cart .modal-content .radio {
	margin-top:0;
	font-size:16px;
}
#cart .catalog_item {
}
#cart .catalog_item .special_offer_title {
    font-size: 24px;
    line-height: 24px;
}
#cart .catalog_item .special_offer_title a {
    font-size: 24px;
	color:white;
	text-decoration:none;
}


#cart .catalog_item .special_offer_price {
	text-align:right;
    font-size: 18px;
    line-height: 18px;
	margin-bottom:20px;
}

#cart .catalog_item img {
	max-height:200px;
	margin-bottom:20px;
	height: 200px;
}
/**/
#cart .modal-content h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #333333;
	margin:0 0 35px;
	padding:0;
	font-weight:bold;
}
#cart .modal-content table.shop {
	width:100%;
	margin:0 auto 55px;
}
#cart .modal-content table.shop th {
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #333333;
	font-weight:bold;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:1px solid #d5d5d5;
}
#cart .modal-content table.shop th:first-child {
	width:50%;
}
#cart .modal-content table.shop td {
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #333333;
	padding:20px 20px 15px;
}
#cart .modal-content table.shop td input[type="text"] {
	max-width:30px;
	border-radius:5px;
	background:#f2f2f2;
	border:1px solid #d4d4d4;
	text-align:center;
	margin:0 10px;
}
#cart .modal-content table.shop td img {
	cursor:pointer;
}
#cart .modal-content table.shop td .fas {
	cursor:pointer;
	padding:5px;
	color:black;
	font-size:20px;
	display:inline-block;
}
#cart .modal-content table.shop td .fas:active {
	color:silver;
}
#cart .modal-content table.shop td .fa-trash {
	color:#ff6663;
}
#cart .modal-content table.shop .summary {
	margin-top:5px;
	border-top:1px solid #d5d5d5;
}
#cart .modal-content table.shop .summary td {
	padding:15px 20px;
}
#cart .modal-content table.shop .summary td span {
	font-size:16px;
}
#cart .modal-content table.shop .form_info {
	display:none;
}
#cart .modal-content table.shop .form_info textarea {
	width:100%;
	max-width:100%;
}
/**/
#cart .modal-content table.order_form {
	max-width:840px;
	width:100%;
	margin:0 auto;
}
#cart .modal-content table.order_form .fio {
	width:50%;
}
#cart .modal-content table.order_form .phone {
	width:25%;
}
#cart .modal-content table.order_form .mail {
	width:25%;
}
#cart .modal-content table.order_form td {
	padding:0 10px 20px;
}
#cart .modal-content table.order_form td input[type="text"] {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #333333;
	border-radius:5px;
	background:#f2f2f2;
	border:1px solid #d4d4d4;
	padding:0 20px;
	width:100%;
	height:25px;
}

#cart .modal-content table.order_form td textarea {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #333333;
	border-radius:5px;
	background:#f2f2f2;
	border:1px solid #d4d4d4;
	padding:0 20px;
	width:100%;
	height:50px;
	margin-bottom:30px;
}
#cart .modal-content table.order_form td input[type="text"]::-webkit-input-placeholder {color:#333333;opacity:1;}
#cart .modal-content table.order_form td input[type="text"]::-moz-placeholder          {color:#333333;opacity:1;}/* Firefox 19+ */
#cart .modal-content table.order_form td input[type="text"]:-moz-placeholder           {color:#333333;opacity:1;}/* Firefox 18- */
#cart .modal-content table.order_form td input[type="text"]:-ms-input-placeholder      {color:#333333;opacity:1;}

#cart .modal-content table.order_form td textarea::-webkit-input-placeholder {color:#333333;opacity:1;}
#cart .modal-content table.order_form td textarea::-moz-placeholder          {color:#333333;opacity:1;}/* Firefox 19+ */
#cart .modal-content table.order_form td textarea:-moz-placeholder           {color:#333333;opacity:1;}/* Firefox 18- */
#cart .modal-content table.order_form td textarea:-ms-input-placeholder      {color:#333333;opacity:1;}

#cart .modal-content table.order_form td input[type="submit"] {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: white;
	font-weight:bold;
	background:#7bc143;
	padding:0 20px;
	width:100%;
	height:28px;
	border-radius:5px;
	max-width:195px;
	border:none;
	float:right;
	margin-right:65px;
}
/**/
.taste_modal {
	
}
.taste_modal .modal-content {
	max-width:326px;
	width:100%;
	display: block;
	margin: 100px auto 0;
	color: #fff;
	position: relative;
	background: #79c140;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
}
.taste_modal .modal-content .modal_title {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 21px;
    line-height: 26px;
	font-weight:bold;
}
.taste_modal .taste_cheaker {
	text-align:left;
	list-style:none;
	padding:0;
	margin:20px 0 0;
}
.taste_modal .taste_cheaker li {
	margin:0 0 10px;
	line-height:50px;
	font-weight: bold;
	font-size: 20px;
}
.taste_modal .taste_cheaker li a {
	text-decoration:none;
	color:white;
	outline:none;
}
.taste_modal .taste_cheaker li img {
	width:50px;
	height:50px;
	border-radius:50%;
	margin-right:5px;
}
/**/
#item_content p {
	line-height: 24px;
	font-size: 16px;
	font-size: 1.6rem;	
}
#item_content p.item_title {
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 10px;	
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;	
}
/* #item_content p.item_title + h1 {
	margin-bottom: 30px;
} */
#item_content li {
	line-height: 24px;
	font-size: 16px;
	font-size: 1.6rem;	
}
#item_content a {
	text-decoration:underline;
}
#item_content a:hover {
	text-decoration:none;
}
/**/
#cart_send {
	margin-top:15px;
}
#cart_send .button-orange {
	text-decoration:none;
	line-height:35px;
	height:35px;
}
#cart_send textarea {
	height:70px;
}
/**/
.textimonial_block {
	margin-bottom:20px;
	line-height: 24px;
	font-size: 16px;
	border:1px solid #f0f0f0;
	background:white;
	margin: 0 15px 20px;	
	border-radius:7px;
	padding-top:25px;
	padding-bottom:25px;
}
.textimonial_block img {
	border-radius:50%;
	max-width:80px;
	max-height:80px;
	width:100%;
	height:auto;
	display:block;
	margin:0 auto 10px;
	border:1px solid #f1f1f1;
}
.textimonial_block .t_name {
    font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #000;
	text-align:center;
	margin:0;
}
.textimonial_block .t_city {
    font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #7f8187;
	text-align:center;
}
.textimonial_block .textimonial_text {
    font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #7f8187;
}
#write_testimonial {
	margin:0 0 40px;
}
#write_testimonial a {
	max-width:400px;
}
/**/
#contacts_form {
	padding-bottom:50px;
}
#testimonial_send {
	border:1px solid #2e9500;
	border-radius:7px;
	padding:25px 40px;
	background:#f9f9f9;
	margin-bottom:50px;
}
#testimonial_send h2 {
	text-align:center;
	font-family: "PH" !important;
	font-size: 30px !important;
	font-weight: 700;
	text-align: center;
	color:#000000;
	margin:0 0 30px;
}
#testimonial_send input[type="text"], #testimonial_send textarea {
	border:none;
	border-radius:7px;
	background:white;
    font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color:black;
	padding:10px 20px;
	max-width:100%;
	width:100%;
	resize:none;
}
#testimonial_send textarea {
	height:115px;
}
#testimonial_send input[type="file"] {
	margin:0 auto;
}
#testimonial_send button[type="submit"] {
	max-width:150px;
	margin-bottom:5px;
}
#testimonial_send p {
    font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color:black;
	text-align:center;
	margin-bottom:15px;
}
#testimonial_send label {
    font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color:black;
	text-align:center;
	margin-bottom:15px;
}

#testimonial_send input[type="text"]::-webkit-input-placeholder {color:#000000;opacity:1;}
#testimonial_send input[type="text"]::-moz-placeholder          {color:#000000;opacity:1;}/* Firefox 19+ */
#testimonial_send input[type="text"]:-moz-placeholder           {color:#000000;opacity:1;}/* Firefox 18- */
#testimonial_send input[type="text"]:-ms-input-placeholder      {color:#000000;opacity:1;}

#testimonial_send textarea::-webkit-input-placeholder {color:#000000;opacity:1;}
#testimonial_send textarea::-moz-placeholder          {color:#000000;opacity:1;}/* Firefox 19+ */
#testimonial_send textarea:-moz-placeholder           {color:#000000;opacity:1;}/* Firefox 18- */
#testimonial_send textarea:-ms-input-placeholder      {color:#000000;opacity:1;}
/**/
.corner_label {
	position:absolute;
	bottom:5px;
	right:0;
	z-index:10000;
	width:75px !important;
	height:auto;
	display:block;
}
.left_corner_label {
	position:absolute;
	top:0;
	left:15px;
	z-index:10000;
	width:75px !important;
	height:auto;
	display:block
}
/**/
#iframe_quick {
	padding-top:30px;
}
/**/
#news_img {
	width: 100%;
}
#news_content img {
	max-width:100%;
	height:auto;
	display:inline-block;
}
#news_content h1 {
    line-height: 24px;
    font-size: 2.5rem;
	margin:0 0 10px;
}
#news_content p {
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
}
#news_content a {
	text-decoration: underline;
}
#news_content a:hover {
	text-decoration: none;
}
#item_content img {
	max-width:100%;
	height:auto;
	display:inline-block;
}
.news_unit {
	margin-bottom: 16px;
}
.news_unit .title {
	line-height: 24px;
	font-size: 18px;
	font-weight:bold;
}
.news_unit .title a {
	color:#333;
	text-decoration: none;
}
.news_unit .title a:hover {
	text-decoration:underline;
}
.news_unit .news_excerpt {
    line-height: 24px;
    font-size: 15#news_content ppx;
}
.news_unit .news_link {
    line-height: 24px;
    font-size: 15#news_content ppx;
}
.news_unit .news_link a {
	text-decoration: underline;
}
.news_unit .news_link a:hover {
	text-decoration: none;
}
/**/
#toTop {
	background: url("img/icon-scroller.png") no-repeat;
	cursor: pointer;
	display: none;
	height: 53px;
	position: fixed;
	left: 32px;
	top: 50%;
	margin-top: -27px;
	width: 52px;
	z-index: 999;
}
#toTop:hover{
    background-position:0 -63px
}
/**/
#cart_send_loader {	
	padding-top:50px;
	padding-bottom:50px;
}
#back_call_loader {	
	padding-top:20px;
	padding-bottom:20px;
}
#cart_send_loader img, #back_call_loader img {	
	margin-bottom:20px;
}

#cart_send_answer, #cart_send_loader, #back_call_loader {
	display:none;
}
#cart_send_answer .thankyou_alert, #cart_send_loader .thankyou_alert, #back_call_loader .thankyou_alert {
	text-align:center;
	font-size: 24px;
}
#back_call_answer {
	display:none;
	padding-top:40px;
}
#back_call_answer img {
	width:150px;
}
#back_call_answer .thanks_backcall {
	text-align:center;
	font-size: 24px;
}
#cart_send_answer {
	padding-top:20px;
}
/**/
.modal-backdrop.in {
    filter: alpha(opacity=70);	
	opacity: 0.7;	
}
/**/
#captcha_field {
	height:34px
}
#captcha_field img {
	display:block;
	float:left;
	width:auto;
	height:34px;
	border-radius: 4px;
}
#captcha_field input[type="text"] {
	width:calc(100% - 95px);
	float: right;
}
/**/
#item_navigation {
	padding-top:40px;
}
#item_navigation a {
	color:#49990a;
	line-height:35px;
}
#item_navigation .button-orange {
	color:white;
}
#item_navigation .button-orange:hover {
	color:black;
}
/**/
#city_text {
	padding-top:45px;
}
#city_text h1 {
	margin-top:0;
}
#city_text .row {
	border-bottom:1px solid #67a536;
}
/**/
#main_text {
	padding-top:40px;
	padding-bottom:40px;
}
/**/
.yandex_title {
	color: #67a536;
	font-family: 'GloberSemiBold';
	font-size: 2.6rem !important;
	line-height: 1.2 !important;
	font-weight: 400;
}
#yandex_payment {
    max-width: 500px;
    margin: 0 auto;
}
#visa_warning {
    display: block;
    background: white;

    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    /* тень */
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;

    padding: 30px;
    width: 490px;
    max-width:100%;
    min-height: 200px;
    margin: 0 auto;

    /* большой текст */
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 135%;
    text-align: center;
}
#visa_warning .visa_box {
    display: flex;
    max-width: 80%;
    margin: 0 auto;
}
#visa_warning .visa_box .visa_empty, #visa_warning .visa_box .visa_pics, #visa_warning .visa_box .visa_arrow {
    min-width: 50%;
    text-align: center;
}
#visa_warning .visa_box .visa_pics img {    
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}
#visa_warning .visa_box .visa_arrow {
    margin-bottom: 10px;
    -moz-transform: rotate(180deg); /* Для Firefox */
    -ms-transform: rotate(180deg); /* Для IE */
    -webkit-transform: rotate(180deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(180deg); /* Для Opera */
    transform: rotate(180deg);
}
#visa_warning > p {
    margin-top: 1rem;
}
/**/
.while-modal-open {
    overflow: hidden;
}
.while-modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
/**/
.soc_btn {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.soc_btn img {
	margin-right: 10px;
}
/**/
#cart_phone_warning_back_call {
    min-width: 100%;
    float: left;
    text-align: left;	
	margin-bottom: 15px;
	margin-top: 5px;
}
/**/
@media (max-width: 1400px) {
	#slider-block .owl-carousel .owl-item {
		height: 320px;
	}
	#slider-block .slide_holder {
		width: 100%;
		height: 320px;
		background-size: cover !important;
	}	
	#slider-block .owl-nav {
		position: absolute;
		width: 100%;
		top: 50%;
		margin: 0;
		left: 0;
	}
}
@media (max-width: 1200px) {
	#pink_card .item_buttons .col-xs-6 {
		clear:both;
		width:100%;
		margin-bottom:5px;
	}
}
@media (max-width: 1000px) {
	.container {
		width: 970px !important;
	}
	/*#main .sidebar .special_offers .button-orange, #main .content .button-orange {
		font-size:8px;
	}*/
	#pink_card .purple_block {
		width: calc(100% + 44px);
	}
	#pink_card .purple_block .special_offer_title span {
		font-size: 28px !important;
	}	
	#pink_card .w-zag a {
		font-size:26px;
	}
	#main .sidebar .special_offers .special_offer_title {
		padding:20px 10px 0;
	}
	/**/
	#item_navigation .button-orange span {
		display:none;
	}

	#cart .modal-dialog {
		max-width: 900px;
		width:100%;
	}
	#main .sidebar .widget .w-zag {
		font-size:20px;
	}	
	
	.news_unit .title {
		line-height: 24px;
		font-size: 18px;
		font-weight:bold;
	}
	.news_unit .news_excerpt {
		line-height: 24px;
		font-size: 18px;
	}
	.news_unit .news_link {
		line-height: 24px;
		font-size: 18px;
	}	
	#item_content p {
		line-height: 24px;
		font-size: 18px;
	}
	#item_header .intro_details p, #main .sidebar .widget .desc_title, .qv_first_quote p, .textimonial_block, #news_content p, #item_content li, #news_content li {
		font-size: 16px;		
	}
	
	/**/
	#main .content .special_offer_cardprice_img {
		width:50px;
	}
	#main .special_offer_item .special_offer_cardprice_img {
		width:40px;
	}
	#main .content .special_offer_cardprice_title, #main .special_offer_item .special_offer_cardprice_title {
		width:90px;
	}
	#main .content .special_offer_cardprice_title span, #main .special_offer_item .special_offer_cardprice_title span {
		display:none;
	}
	#main .content .special_offer_cardprice_num {
		width:calc(100% - 140px);
	}
	#main .special_offer_item .special_offer_cardprice_num {
		width:calc(100% - 130px);
	}	
	
}