* {
	margin: 0;
	padding: 0;
}
a img {
	border: none;
}
a:focus, a:hover {
	text-decoration: underline;
	color: inherit;
	outline: none;
}
@font-face {
	font-family: 'Conv_Sladkoeshka';
	src: url('/fonts/Sladkoeshka/Sladkoeshka.eot');
	src: local('O'), 
	url('/fonts/Sladkoeshka/Sladkoeshka.woff') format('woff'), 
	url('/fonts/Sladkoeshka/Sladkoeshka.ttf') format('truetype'), 
	url('/fonts/Sladkoeshka/Sladkoeshka.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
body {
	font-family: Tahoma;
	line-height: 1;
	font-size: 14px;
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.otboika{
  clear:both;
}

.wrapper {
	width: 100%;
	position: relative;
	min-height: 100%;
}
.outline {
	outline: 1px solid #000;
	height: 300px;
}
header {
	min-height: 110px;
}
.bg-fond {
	background: url(/d/fond_block.jpg) repeat;
	width: 100%;
    min-height: 110px;
}
.bg-fondpng {
	background: url(/d/fond_block.jpg) repeat;
	width: 100%;
    min-height: 110px;
}
.b-logo {
	display: block;
	margin: 15px 0 0 7px;
	width: 338px;
	height: 90px;
}
.b-logo img {
	width: 100%;
	height: 100%;
}
.b-telephone {
	display: block;
	font-size: 24px;
	color: #333333;
	margin: 42px 0 0 126px;
	transition: 0.3s;
}
.b-telephone:hover {
	color: #29BA93;
	transition: 0.3s;
	text-decoration: none;
}
.b-mail {
	display: block;
	font-size: 14px;
	margin: 10px 0 0 146px;
	transition: 0.3s;
	color: #333333;
}
.b-mail:hover {
	color: #29BA93;
	text-decoration: none;
}
.form-search {
	margin: 49px 25px 0 0;
	float: right;
}
.f-s_input {
	width: 224px;
	height: 36px;
	box-sizing: border-box;
	border: 1px solid #A9A9AA;
	background: transparent;
	outline: none;
	font-size: 14px;
	font-family: Tahoma;
	padding: 0 11px;
	color: #000;
	border-radius: 2px;
}
.f-s_input::-webkit-input-placeholder {color:#8B898A;}
.f-s_input::-moz-placeholder          {color:#8B898A;}/* Firefox 19+ */
.f-s_input:-moz-placeholder           {color:#8B898A;}/* Firefox 18- */
.f-s_input:-ms-input-placeholder      {color:#8B898A;}
.f-s_button {
	width: 104px;
	height: 36px;
	background: #32C39C;
	font-size: 14px;
	font-family: Tahoma;
	font-weight: bold;
	color: #ffffff;
	border: none;
	outline: none;
	cursor: pointer;
	position: relative;
	text-align: right;
	box-sizing: border-box;
	padding: 0 17px 0 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.12);
	-webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.12);
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.12);
	transition: 0.3s;
}
.f-s_button:hover {
	background: #DD0050;
	transition: 0.3s;
}
.f-s_button:before {
	display: block;
	content: "";
	width: 20px;
	height: 19px;
	background: url(/d/img_search2.png) no-repeat;
	position: absolute;
	left: 17px;
	top: 9px;
	background-size: contain;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.b-basket {
	position: relative;
	margin: 50px 25px 0 0;
	cursor: pointer;
	float: right;
}
.b-basket:before {
	display: block;
	content: "";
	width: 27px;
	height: 27px;
	background: url(/d/img_basket.svg) no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}


.b-insta {
	position: absolute;
    top:2px;
	right:-10px;
}

.b-insta2 {
   display:none;
   width:100%;
   text-align:center;
   padding-top:-10px;
   padding-bottom:10px;
}	

.b-b_quantity {
	float: left;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #E34680;
	text-align: center;
	line-height: 20px;
	color: #ffffff;
	margin: 16px 0 0 13px;
	position: relative;
	z-index: 2;
}
.b-b_text {
	float: left;
	color: #1F1F20;
	position: relative;
	top: 12px;
	left: 5px;
}
#sticker {
	z-index: 99 !important;
}
.b-menu {
	width: 100%;
	height: 52px;
	margin: 0 0 37px 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #fdcbff;
	-moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.12);
	-webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.12);
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.12);
	position: relative;
}
.menu_global {
	float: left;
	list-style: none;
	font-size: 18px;
	margin: 0 0 0 16px;
}
.menu_global li {
	float: left;
}
.menu_global li:nth-child(4),
.menu_global li:nth-child(5),
.menu_global li:nth-child(6),
.menu_global li:nth-child(7),
.menu_global li:nth-child(8) {
	font-size: 14px;
}
.menu_global li:nth-child(4) a,
.menu_global li:nth-child(5) a,
.menu_global li:nth-child(6) a,
.menu_global li:nth-child(7) a,
.menu_global li:nth-child(8) a {
	line-height: 55px;
}
.menu_global a {
	display: block;
	text-decoration: none;
	color: #333333;
	line-height: 52px;
	margin: 0 8px;
	transition: 0.3s;
}
.menu_global a:hover {
	color: #1F1F20;
	transition: 0.3s;
	text-decoration: underline;
}
.menu_left {
	float: left;
	list-style: none;
	font-size: 18px;
	margin: 0 0 0 16px;
}
.menu_left li {
	float: left;
}
.menu_left a {
	display: block;
	text-decoration: none;
	color: #333333;
	line-height: 52px;
	margin: 0 8px;
	transition: 0.3s;
}
.menu_left a:hover {
	color: #1F1F20;
	transition: 0.3s;
	text-decoration: underline;
}
.menu_left.m_l2 {
	margin: 0 0 0 11px;
	font-size: 14px;
}
.menu_left.m_l2 li {

}
.menu_left.m_l2 a {
	margin: 0 7px;
	position: relative;
    top: 2px;
}
.menu_left.m_l3 {
	float: right;
	margin: 0 18px 0 0;
}
.menu_left.m_l3 li:first-child {
	font-size: 14px;
	position: relative;
    top: 2px;
}
.menu_left.m_l3 a {
	margin: 0 6px;
}
.b-shares {
	width: 274px;
	background: url(/d/fond_block.jpg) repeat;
	border-radius: 6px;
	box-sizing: border-box;
	padding: 16px 15px 30px 15px;
	text-align: center;
	margin: 0 0 30px 0;
}
.b-s_thumb {
	max-width: 100%;
	/*max-width: 245px;*/
	height: auto;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 3px 4px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,.1);
}
.b-s_title {
	font-family: 'Conv_Sladkoeshka';
	font-size: 40px;
	color: #333333;
	text-align: center;
	line-height: 30px;
	padding: 40px 0 44px 0;
	position: relative;
}
.b-s_title:before {
	display: block;
	content: "";
	width: 34px;
	height: 34px;
	background: url(/d/ico.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 50%;
	margin-left: -17px;
	top: 7px;
}
.b-s_title:after {
	display: block;
	content: "";
	width: 34px;
	height: 34px;
	background: url(/d/ico.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 50%;
	margin-left: -17px;
	bottom: 0px;
}
.b-s_text {
	color: #000;
	line-height: 22px;
	height: 46px;
	overflow: hidden;
	text-align: left;
}
.b-s_link {
	display: inline-block;
	text-decoration: none;
	color: #229F7E;
	transition: 0.3s;
	margin: 10px 0 0 0;
	outline: none;
}
.b-s_link:hover {
	color: #229F53;
	transition: 0.3s;
}
.b-shares:nth-child(even) .b-s_title:before,
.b-shares:nth-child(even) .b-s_title:after {
	width: 34px;
	height: 34px;
	background: url(/d/ico.png) no-repeat;
	background-size: contain;
}
.b-shares:nth-child(even) .b-s_link {
	color: #E34680;
}
.b-shares:nth-child(even) .b-s_link:hover {
	color: #E31E80;
}
.b-subscription {
	width: 274px;
	background: url(/d/fond_block.jpg) repeat;
	border-radius: 6px;
	box-sizing: border-box;
	padding: 16px 15px 35px 15px;
	text-align: center;
	margin: 0 0 30px 0;
}
.b-sub_title {
	font-family: 'Conv_Sladkoeshka';
	font-size: 40px;
	color: #E34880;
	text-align: center;
	line-height: 30px;
	padding: 40px 0 44px 0;
	position: relative;
}
.b-sub_title:before {
	display: block;
	content: "";
	width: 34px;
	height: 34px;
	background: url(/d/ico.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 50%;
	margin-left: -17px;
	top: 6px;
}
.b-sub_title:after {
	display: block;
	content: "";
	width: 34px;
	height: 34px;
	background: url(/d/ico.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 50%;
	margin-left: -17px;
	bottom: 0px;
}
.b-sub_input {
	display: block;
    margin: 7px auto 0 auto;
	width: 213px;
	height: 36px;
	box-sizing: border-box;
	border: 1px solid #f8b6d0;
	background: transparent;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	outline: none;
	text-align: center;
	color: #F78BB2;
	box-sizing: border-box;
	padding: 0 10px;
}
.b-sub_input::-webkit-input-placeholder {color:#F78BB2;}
.b-sub_input::-moz-placeholder          {color:#F78BB2;}
.b-sub_input:-moz-placeholder           {color:#F78BB2;}
.b-sub_input:-ms-input-placeholder      {color:#F78BB2;}
.b-sub_submit {
	width: 127px;
	height: 36px;
	display: block;
	margin: 12px auto 0 auto;
	border: none;
	font-weight: bold;
	cursor: pointer;
	outline: none;
	color: #ffffff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #33C49D;
	-moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.12);
	-webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.12);
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.12);
	transition: 0.3s;
}
.b-sub_submit:hover {
	background: #DD0050;
	transition: 0.3s;
}
.system-discounts {
	min-height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 8px;
	text-transform: uppercase;
	color: #333333; 
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #fdcbff;
	-moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.12);
	-webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.12);
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.12);
	margin: 0 0 12px 0;
}
.pd-left-10 {
	box-sizing: border-box;
	padding: 0 0 0 10px;
}
.info-catalog {
	width: 100%;
	background: url(/d/fond_block.jpg) repeat;
	border-radius: 6px;
	box-sizing: border-box;
	padding: 0 0 35px 0;
	position: relative;
	margin: 0 0px 32px 0;
	overflow: hidden;
}

.i-c_all {
	float: right;
	width: 371px;
	margin: 44px 59px 0 0;
	position: relative;
	z-index: 2;
}
.i-c_right {
	width: 100%;
	height: 322px;
	background: url(/d/img_ramka.svg) no-repeat;
	background-size: contain;
	box-sizing: border-box;
	padding: 39px 15px 0 15px;
	text-align: center;
	position: relative;
}
.i-c_right:before {
	display: block;
	content: "";
	width: 34px;
	height: 34px;
	background: url(/d/ico.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 50%;
	margin-left: -17px;
	top: -15px;
	z-index: 3;
}
.i-c_right:after {
	display: block;
	content: "";
	width: 34px;
	height: 34px;
	background: url(/d/ico.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 50%;
	margin-left: -17px;
	bottom: -12px;
	z-index: 3;
}
.i-c_title {
	color: #e3467f;
	font-family: 'Conv_Sladkoeshka';
	font-size: 108px;
	text-align: center;
	position: relative;
	line-height: 66px;
	padding: 0 0 19px 0;
}
.i-c_title2 {
	color: #e3467f;
	font-family: 'Conv_Sladkoeshka';
	font-size: 58px;
	line-height: 42px;
}
.i-c_text {
	color: #000000;
	line-height: 23px;
	padding: 19px 0 0 0;
}
.i-c_link {
	width: 126px;
	height: 45px;
	line-height: 45px;
	display: block;
	margin: 23px auto 0 auto;
	font-size: 17px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #32C39C;
	-moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.12);
	-webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.12);
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.12);
	transition: 0.3s;
}
.i-c_link:hover {
	background-color: #DD0050;
	transition: 0.3s;
	text-decoration: none;
	color: #ffffff;
}
.info-catalog:nth-child(even) .i-c_all {
	float: left;
    margin: 44px 0 0 59px;
}
.info-catalog:nth-child(even) .i-c_right:before,
.info-catalog:nth-child(even) .i-c_right:after {
	width: 34px;
	height: 34px;
	background: url(/d/ico.png) no-repeat;
	background-size: contain;
}
.info-catalog:nth-child(even) .i-c_title {
	color: #229E7E;
}

.info-catalog:nth-child(even) .i-c_right {
	width: 100%;
	height: 322px;
	background: url(/d/img_ramka_2.svg) no-repeat;
	background-size: contain;
}
.fond-slider {
	width: 100%;
	background: url(/d/fond_block.jpg) repeat;
	border-radius: 6px;
	box-sizing: border-box;
	padding: 0 0 25px 0;
	position: relative;
	margin: 0 0px 32px 0;
}
.sl_title h1{
	float: left;
	color: #e3467f;
	font-family: 'Conv_Sladkoeshka';
	font-size: 64px;
	padding: 0 17px 0 0;
}
/*
.sl_title:after {
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	background: url(/d/img_stick2.svg) repeat-x;
	background-size: 100% 2px;	
	position: relative;
    top: -2px;
}
*/
.pd-right {
	padding: 26px 126px 0 23px;
	box-sizing: border-box;
}

.pd-right2 {
	padding: 0px 126px 0 3px;
	box-sizing: border-box;
}

.sl_link {
	position: absolute;
	top: 54px;
	right: 16px;
	width: 100px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #33C49D;
	-moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.12);
	-webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.12);
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.12);
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	transition: 0.3s;
}
.sl_link:hover {
	transition: 0.3s;
	background: #DD0050;
	color: #ffffff;
	text-decoration: none;
}
.slider-first {
	text-align: center;
	margin: 17px 0 0 0;
	padding: 0 8px;
	box-sizing: border-box;
}
.item {
	/*padding: 16px 15px 30px 15px;
	box-sizing: border-box;
	transition: 0.3s;
	margin: 0 7px 20px 7px;*/
}
.item3{
	padding: 16px 15px 30px 15px;
	box-sizing: border-box;
	transition: 0.3s;
	margin: 0 7px 20px 7px;
}
.item3:hover {
	transition: 0.3s;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	-moz-box-shadow: 0 3px 4px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,.1);
}
.slider-bottom .item2 {
	padding: 16px 15px 30px 15px;
	box-sizing: border-box;
	transition: 0.3s;
	margin: 0 7px;
}
.slider-bottom .item2:hover {
	transition: 0.3s;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	-moz-box-shadow: 0 3px 4px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,.1);
}
.s-f_thumb {
	width: 100%;
    /*height: 182px;*/
    overflow: hidden;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 3px 4px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.1);
	position:relative;
	font-size: 0;
}
.s-f_title {
	color: #333;
	font-family: 'Conv_Sladkoeshka';
	font-size: 40px;
	box-sizing: border-box;
	padding: 30px 10px 45px 10px;
	text-align: center;
	line-height: 31px;
	position: relative;
}
.s-f_title:before {
	display: block;
    content: "";
    width: 34px;
    height: 34px;
    background: url(/d/ico.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    top: 7px;
}
.s-f_title:after {
	display: block;
    content: "";
    width: 34px;
    height: 34px;
    background: url(/d/ico.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    bottom: 0px;
}
.s-f_title2 {
	color: #333;
	font-family: 'Conv_Sladkoeshka';
	font-size: 25px;
	box-sizing: border-box;
	padding: 46px 2px 45px 2px;
	text-align: center;
	line-height: 25px;
	position: relative;
}
.s-f_title2:before {
	display: block;
    content: "";
    width: 34px;
    height: 34px;
    background: url(/d/ico.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    top: 7px;
}
.s-f_title2:after {
	display: block;
    content: "";
    width: 34px;
    height: 34px;
    background: url(/d/ico.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    bottom: 0px;
}


.s-f_title2m {
	color: #333;
	font-family: 'Conv_Sladkoeshka';
	font-size: 25px;
	box-sizing: border-box;
	padding: 46px 2px 45px 2px;
	text-align: center;
	line-height: 25px;
	position: relative;
}
.s-f_title2m:before {
	display: block;
    content: "";
    width: 34px;
    height: 34px;
    background: url(/d/ico.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    top: 7px;
}


.s-f_title3 {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 46px 2px 45px 2px;
	text-align: center;
	line-height: 25px;
	position: relative;
}
.s-f_title3:before {
	display: block;
    content: "";
    width: 34px;
    height: 34px;
    background: url(/d/ico.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    top: 7px;
}
.s-f_title3:after {
	display: block;
    content: "";
    width: 34px;
    height: 34px;
    background: url(/d/ico.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    bottom: 0px;
}

.s-f_text {
    color: #000;
    line-height: 22px;
    height: 46px;
    overflow: hidden;
    text-align: left;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: left;
}
.s-f_link {
	display: inline-block;
	text-align: center;
    text-decoration: none;
    color: #E34680;
    transition: 0.3s;
    margin: 10px 0 0 0;
}
.s-f_link:hover {
	transition: 0.3s;
	color: #E34680;
}
.sl_title2 {
	float: left;
	color: #229E7E;
	font-family: 'Conv_Sladkoeshka';
	font-size: 64px;
	padding: 0 17px 0 0;
}
/*
.sl_title2:after {
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	background: url(/d/img_stick.svg) repeat-x;
	background-size: contain;	
	position: relative;
}
*/
.s-f_model {
	font-size: 17px;
	text-transform: uppercase;
	color: #000;
	text-align: left;
	padding: 16px 0 0 0;
	height: 68px;
    overflow: hidden;
}
.s-f_serial {
	font-size: 18px;
	color: #000;
	text-align: left;
	padding: 3px 0 0 0;
}
.s-f_price {
	color: #000;
	font-family: 'Conv_Sladkoeshka';
	font-size: 40px;
	color: #000000;
	text-align: left;
	margin: 4px 0 0 0;
}

.s-f_price2m {
	color: #000;
	font-family: 'Conv_Sladkoeshka';
	font-size: 40px;
	color: #000000;
	text-align: center;
    width:100%;
}

.dop_basket_textuu
{
position:absolute; z-index:99; top:26px; left:26px; width:130px; background-color:#fff; display:none; border:1px solid #C7E6DE; margin:8px 0; padding:8px; 	-moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
}

.s-f_basket {
	display: block;
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #33C49D;
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.12);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.12);
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    transition: 0.3s;
    margin: 14px 0px 0 0;
}
.s-f_basket:hover {
	transition: 0.3s;
    background: #DD0050;
    color: #ffffff;
    text-decoration: none;
}
.my-modal.modal-content {
	width: auto;
	max-width: 524px;
	margin: 0;
	padding: 0 0 40px 0;
	box-sizing: border-box;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	-moz-box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
	box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
}
.my-modal .modal-header {
	border-bottom: none;
	padding: 15px 0;
}
.my-modal .close {
	color: #219d7d;
	font-size: 14px;
	opacity: 0.5;
	padding: 0 43px 0 0;
	outline: none;
}
.my-modal .close:after {
	display: block;
	content: "";
	width: 26px;
	height: 26px;
	background: url(/d/img_close.png) no-repeat;
	position: absolute;
	top: 7px;
	right: 8px;
}
.my-modal .modal-body {
	padding: 0 38px;
	box-sizing: border-box;
	margin: 9px 0 0 0;
}
.m-m_thumb {
	max-width: 450px;
	height: auto;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	-moz-box-shadow: 0 0 9px 1px rgba(0,0,0,.14);
	-webkit-box-shadow: 0 0 9px 1px rgba(0,0,0,.14);
	box-shadow: 0 0 9px 1px rgba(0,0,0,.14);
}
.m-m_title {
	color: #333;
	font-family: 'Conv_Sladkoeshka';
	font-size: 60px;
	text-align: center;
	line-height: 42px;
	padding: 47px 0 65px 0;
	position: relative;
} 
.m-m_title:before {
	display: block;
    content: "";
    width: 34px;
    height: 34px;
    background: url(/d/ico.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    top: 9px;
}
.m-m_title:after {
	display: block;
    content: "";
    width: 34px;
    height: 34px;
    background: url(/d/ico.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    bottom: 16px;
}
.m-m_text {
	color: #000;
	font-size: 16px;
	line-height: 22px;
}
.modal-dialog.fond-m_modal {
	width: auto;
	max-width: 524px;
}
.owl-carousel .owl-item img {
	height: auto !important;
}
.fond-filter {
	width: 274px;
	background: url(/d/fond_block.jpg) repeat;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 16px 30px 10px 15px;
    margin: 0 0 30px 0;
}
.f-f_title {
	color: #333;
	font-family: 'Conv_Sladkoeshka'; 
	font-size: 30px;
	box-sizing: border-box;
	padding: 0 0 0 10px;
	margin: 0 0 19px 0;
}
.f-f_chek {
	width: 100%;
	position: relative;
	padding: 14px 0 14px 0;
	border-top: 1px solid #DEDEDE;
}
.f-f_chek input[type="checkbox"] + label {
    color: #000;
    font-size: 18px;
    width: 100%;
    font-weight: normal;
    cursor: pointer;
    padding: 0 0px 0 10px;
}
.f-f_chek input[type="checkbox"]:checked + label .pseudo-checkbox {
    background: url(/d/img_check.png) 0 -20px no-repeat;
}
.f-f_chek input[type="checkbox"] + label .pseudo-checkbox {
    display: inline-block;
    float: right;
    width: 20px;
    height: 20px;
    margin: -1px 10px 0 5px;
    vertical-align: middle;
    background: url(/d/img_check.png) left top no-repeat;
    cursor: pointer;
}
.f-f_chek input[type="checkbox"] {
    display: none;
}
.f-c_title {
    color: #000;
    font-size: 18px;
    padding: 0 35px 0 10px;
    position: relative;
    cursor: pointer;
}
.f-c_title:after {
	display: block;
	content: "";
	width: 14px;
	height: 8px;
	background: url(/d/img_arrow_1.png) no-repeat;
	position: absolute;
	top: 5px;
	right: 13px;
}
.f-c_title.openned:after {
	-moz-transform: rotate(180deg); 
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.f-f_chek2 input[type="checkbox"] + label {
    color: #000;
    font-size: 15px;
    width: 100%;
    font-weight: normal;
    cursor: pointer;
    padding: 4px 0px 0 10px;
    margin-bottom: 4px;
}
.f-f_chek2 input[type="checkbox"]:checked + label .pseudo-checkbox {
    background: url(/d/img_check.png) 0 -20px no-repeat;
}
.f-f_chek2 input[type="checkbox"] + label .pseudo-checkbox {
    display: inline-block;
    float: left;
    width: 20px;
    height: 20px;
    margin: -2px 11px 0 0px;
    vertical-align: middle;
    background: url(/d/img_check.png) left top no-repeat;
    cursor: pointer;
}
.f-f_chek2 input[type="checkbox"] {
    display: none;
}
.show-block {
	display: none;
	margin: 12px 0 0 0;
}
.fond-card {
	width: 100%;
    background: url(/d/fond_block.jpg) repeat;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 15px 25px 25px 25px;
    position: relative;
    margin: 0 0px 32px 0;
}
.breadcrumbs {
	list-style: none;
	position: relative;
	margin: 1px 0 19px 0;
}
.breadcrumbs li {
	float: left;
	font-weight: bold;
	color: #333333;
	margin: 0 32px 0 0;
	position: relative;
}
.breadcrumbs li:after {
	display: block;
	content: "/";
	position: absolute;
	top: 0;
	right: -20px;
}
.breadcrumbs li:last-child:after {
	display: none;
}
.breadcrumbs a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.slider-pro {
	float: left;
}
.sp-image {
	border-radius: 5px;
}
.s-p_novelty {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	background: #E34680;
	padding: 6px 8px 6px 8px;
	position: absolute;
	left: 0;
	top: 26px;
}
.sp-slide {
	cursor: pointer;
}
.swipebox:hover:before {
	display: block;
	content: "";
	width: 72px;
	height: 72px;
	background: rgba(34,158,126,0.5);
	position: absolute;
	left: 50%;
	margin-left: -36px;
	top: 50%;
	margin-top: -36px;
	border-radius: 50%;
	z-index: 3;
}
.swipebox:hover:after {
	display: block;
	content: "";
	width: 30px;
	height: 26px;
	background: url(/d/img_search_3.png) no-repeat;
	background-size: 30px 26px;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	top: 50%;
	margin-top: -13px;
	z-index: 4;
}
.title-goods {
	float: left;
	color: #333;
	font-size: 26px;
	font-weight: bold;
	padding: 2px 14px 0 0;
}

.title-goods h1{
	color: #333;
	font-size: 26px;
	font-weight: bold;
	margin:0px;
	padding:0px;
}

.product_notfound {
	float: left;
	color: #e3467f;
	font-size: 14px;
	margin: 13px 0 0 0;
}
.produkt_message{
	font-size: 19px;  
	margin: 4px 27px 0 0;
	line-height:45px;
	color: #e3467f;
}

.product_price {
	color: #000;
	font-size: 20px;
	padding: 13px 0 0 0;
}
.report_entry {
	float: left;
	width: 229px;
	height: 45px;
	cursor: pointer;
	outline: none;
	border: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #33C49D;
	-moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.12);
	-webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.12);
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.12);
	color: #fefefe;
	font-size: 14px;
	font-weight: bold;
	transition: 0.3s;
	margin: 14px 27px 0 0;
}
.report_entry:hover {
	transition: 0.3s;
	background: #DD0050;
}
.b-liked {
	float: left;
	color: #e3467f;
	font-size: 14px;
	text-decoration: underline;
	padding: 0 0 0 22px;
	background: url(/d/img_star.png) no-repeat;
	border: none;
	outline: none;
	cursor: pointer;
	margin: 30px 0 0 0;
}
.b-liked:hover {
	text-decoration: none;
}
.bord-bottom {
	padding-bottom: 25px;
}
.title_discounts {
	color: #e3467f;
	font-family: 'Conv_Sladkoeshka';
	font-size: 38px;
	line-height: 25px;
	padding: 28px 0 17px 0;
}
.text_discounts {
	color: #000;
	line-height: 21px;
}
.pd-20 {
	box-sizing: border-box;
	padding-right: 30px;
}
.discount_table {
	width: 210px;
	margin: 23px 0 0 8px;
}
.d-t_title1 {
	float: left;
	width: 60%;
	color: #333;
	font-size: 10px;
	font-weight: bold;
	padding: 4px 10px 6px 9px;
	box-sizing: border-box;
}
.d-t_title2 {
	color: #e3467f;
	font-size: 10px;
	font-weight: bold;
	float: left;
	width: 40%;
	padding: 4px 10px 6px 10px;
	box-sizing: border-box;
}
.d-t_text1 {
	float: left;
	width: 60%;
	color: #000;
	font-size: 12px;
	padding: 2px 10px 4px 9px;
	box-sizing: border-box;
}
.d-t_text2 {
	float: left;
	width: 40%;
	color: #e3467f;
	font-size: 12px;
	padding: 2px 10px 4px 10px;
	box-sizing: border-box;
}
.discount_table > div:nth-child(even) {
	background-color: #E6E6E6;
}
.bord-top {
	margin: 21px 0 0 0;
	box-sizing: border-box;
	padding: 22px 0 0 0;
}

.bord-top h2 {
	color: #000;
	font-weight: normal;
	font-size: 18px;
	margin: 20px 0 18px 28px;
}

.bord-top h3 {
	color: #000;
	font-weight: normal;
	font-size: 18px;
	margin: 20px 0 18px 0;
}

.bord-top p {
	color: #000;
	font-size: 14px;
	line-height: 21px; 
	margin: 0; 
	box-sizing: border-box;
	padding: 0 15px 0 0;
}
.b-characteristics {
	padding: 0 0 0 43px;
	box-sizing: border-box;
}
.b-characteristics p {
	font-size: 12px;
}
.using_text {
	float: left;
	color: #e3467f;
	font-size: 18px;
	margin: 36px 0 0 0;
}
.product_notfound.p-n_color {
	color: #229E7E;
}
.report_entry.r_e-2 {
	width: 126px;
	margin: 14px 20px 0 0;
}
.all-b_amount {
	float: left;
}
.b-a_title {
	float: left;
	color: #000;
	font-size: 14px;
	margin: 30px 0 0 0;
}
.b-a_counter {
	float: left;
	margin: 28px 26px 0 3px;
	position: relative;
}
.a-c_pole {
	width: 20px;
	text-align: center;
	color: #000;
	font-size: 14px;
	border: none;
	outline: none;
	background: transparent;
}
.minus {
	display: block;
	position: absolute;
	top: -7px;
	right: -15px;
	width: 15px;
	height: 15px;
	box-sizing: border-box;
	border: 1px solid #A9A7A9;
	font-size: 0;
	cursor: pointer;
}
.minus:before {
	display: block;
	content: "";
	width: 7px;
	height: 1px;
	background: #000;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
}
.plus {
	display: block;
	position: absolute;
	bottom: -7px;
	right: -15px;
	width: 15px;
	height: 15px;
	box-sizing: border-box;
	border: 1px solid #A9A7A9;
	font-size: 0;
	cursor: pointer;
}
.plus:before {
	display: block;
	content: "";
	width: 7px;
	height: 1px;
	background: #000;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
}
.plus:after {
	display: block;
	content: "";
	width: 1px;
	height: 7px;
	background: #000;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	left: 0;
	right: 0;
}
.modal-basket {
	width: auto;
	max-width: 945px;
}
.my-modal.modal-content {
	max-width: 945px;
	margin: 0 auto;
	padding: 0;
}
.m-b_body.modal-body {
	box-sizing: border-box;
	padding: 0 64px 38px 38px;
	margin: 0;
}
.all-b_amount.all-b_a2 {
	float: none;
	padding-bottom: 15px;
}
.bord-bottom2 {
	padding: 58px 0 20px 0;
	margin: 0 0 0 74px;
}
#example6 .sp-bottom-thumbnails.sp-has-pointer {
    margin-top: 10px;
    float: left;
    position: absolute;
    right: -218%;
    bottom: 0;
    width: 347px !important;
}
footer {
	margin: 0 0 20px 0;
}
.b-logo2 {
	display: block;
	margin: 33px 0 0 25px;
	width: 182px;
	height: 49px;
}
.b-logo2 img {
	width: 100%;
	height: 100%;
}
.copyright {
	margin: 8px 0 0 25px;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
.fond-footer {
	background: url(/d/fond_block.jpg) repeat;
	border-radius: 6px;
	min-height: 155px;
}
.menu_foot {
	list-style: none;
	float: left;
	margin: 37px 0 0 0;
	width: 50%;
	box-sizing: border-box;
	padding: 0 10px 0 0;
}
.menu_foot a {
	display: block;
	text-decoration: none;
	color: #000000;
	transition: 0.3s;
	margin: 13px 0 0 0;
}
.menu_foot a:hover {
	transition: 0.3s;
	text-decoration: underline;
}
.foot_text2 {
	margin: 24px 0 0 0px;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
.all-b_left {
	float: left;
}
.b-telephone.b-tel2 {
	font-size: 22px;
	margin: 45px 0 0 0px;
}
.all-b_right {
	float: right;
	margin: 44px 25px 0 0;
}
.b-c_thumb {
	float: left;
	margin-left: 10px;
}
.site-made {
	text-align: right;
	margin: 15px 0 0 0px;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
.site-made a {
	text-decoration: none;
	color: #000000;
}
.site-made a:hover {
	text-decoration: underline;
}
.mobile_menu {
	display: none;
}
.new_image img {
	max-width: 100%;
	height: auto;
	padding: 0px 30px 0 0;
}
.left-block {
	float: left;
}
.right-block {
	float: right;
}
.f-a_text {
	width: 80px;
	margin: 9px 15px 0 0;
	text-align: right;
}
.f-a_input {
	width: 74%;
	margin-bottom: 10px;
}
.width-50 {
	width: 50%;
}
.f-a_link {
	margin: 0 0 0 86px;
}
.f-a_link a {
	padding: 0 10px;
}
.f-a_submit.f-a_submit {
	margin: 0 0 0 10px;
}
.f-a_text2 {
	width: 170px;
	margin: 9px 15px 0 0;
	text-align: right;
}
.f-a_input2 {
	width: 300px;
	margin-bottom: 10px;
}
.m-t_8 {
	margin: 8px 0 0 0;
 }
.size-0 {
	width: 100%;
	display: table;
	font-size: 0;
}
.in-block {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
	margin: 0 0 35px 0;
}
.in-block:nth-child(odd) {
	padding: 0 0px 0 20px;
}
.in-block:nth-child(even) {
	padding: 0 20px 0 0px;
}
.all-b_amount.a-b_a2 {
	margin: 30px 0 0 0;
}
.a-b_a2 .b-a_title {
	margin: 1px 0 0 0;
}
.a-b_a2 .b-a_counter{
	margin: 0px 26px 0 3px;
}
.table-responsive .thcenter {
	padding: 0 3px;
}
.alg-right {
	text-align: right;
}
.pd-right3 {
    padding: 0px 0px 15px 0px;
    box-sizing: border-box;
}
.size-13 {
	
}
.width-50_1 {
	display: inline-block;
	vertical-align: top;
}
.width-50_2 {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	margin: 7px 0 0 15px;
    line-height: 17px;
	font-size: 14px;
}
.s-f_title2m.s-f_title-3 {
	font-size: 40px; 
	line-height:30px;
	padding: 46px 2px 15px 2px;
}
.s-f_thumb.s-f_thumb-blog {
	height: 335px;
}
.s-f_thumb.s-f_thumb-blog img {
	max-width: 100% !important;
	height: auto !important; 
}
.s-f_title3.s-f_title3_1 p {
    height: 75px;
    overflow: hidden;
    margin: 0;
}
.form-feedback {
	box-sizing: border-box;
	padding: 30px;
}
.form-feedback_item,
.form-feedback_item-2 {
	margin-bottom: 10px;
}
.form-feedback_left {
	float: left;
	width: 225px;
	text-align: right;
	padding: 8px 0;
}
.form-feedback_left span {
	padding-left: 5px;
}
.form-feedback_right {
	position: relative;
	margin-left: 295px;
}
.form-feedback-2 .form-feedback_right {
	margin-left: 245px; 
}
.form-feedback_right input {
	width: 100%;
}
.form-feedback_text {
	padding: 8px 0;
	text-align: left;
}
.form-feedback_center textarea {
    width: 100%;
}
#my-table-2,
#my-table {
	width: 100%;
}
.list-check {

}
.list-check label {
	width: 100%;
}
.list-check label h4 {
    width: calc(100% - 25px);
}
.list-check li > p {
	margin-left: 25px;
}


@media screen and (max-width: 1199px) {
	.sl_title:after,
	.sl_title2:after {
		display: none;
	}
	.b-basket {
	    margin: 50px 10px 0 0;
	}
	.form-search {
	    margin: 49px 10px 0 0;
	}
	.f-s_input {
	    width: 175px;
	    padding: 0 5px;
	}
	.menu_left {
	    margin: 0 0 0 0px;
	    font-size: 14px;
	}
	.menu_left a {
	    margin: 0 5px;
	}
	.menu_left.m_l2 {
	    margin: 0 0 0 0px;
	}
	.menu_left.m_l2 a {
	    margin: 0 5px;
	    top: 0px;
	}
	.menu_left.m_l3 {
	    margin: 0 0px 0 0;
	}
	.menu_left.m_l3 li:first-child {
	    font-size: 14px;
	    top: 0px;
	}
	.menu_left.m_l3 a {
	    margin: 0 5px;
	}
	.b-shares {
	    width: 100%;
	}
	.b-subscription {
	    width: 100%;
	}
	.info-catalog:nth-child(2n) .i-c_all {
	    margin: 44px 0 0 20px;
	}
	.i-c_all {
	    margin: 44px 20px 0 0;
	}
	.info-catalog::before {
	    left: -50%;
	}
	.info-catalog:nth-child(2n)::before {
	    right: -50%;
	}
	.all-b_left {
	    width: 60%;
	}
	.all-b_right {
	    margin: 14px 0px 0 0; 
	    width: 40%;
	    box-sizing: border-box;
	    padding: 0 25px 0 0;
	}
	.b-c_thumb {
	    float: right;
	    margin-bottom: 5px;
	}
	.site-made {
	    margin: 5px 0 0 0px;
	}
	.fond-filter {
		width: 100%;
	}
	.bord-bottom {
		margin: 20px 0 0 0;
	}
	/*
	.using_text {
	    margin: 20px 0 0 0;
	}*/
	.b-logo {
		width: 263px;
		height: 70px;
	}
	.b-telephone {
		margin: 42px 0 0 10px;
	}
	.b-mail {
		margin: 10px 0 0 10px;
	}
	.menu_global {
		font-size: 14px;
		margin: 0 0 0 0px;
	}
	.menu_global li:nth-child(4) a,
	.menu_global li:nth-child(5) a,
	.menu_global li:nth-child(6) a,
	.menu_global li:nth-child(7) a,
	.menu_global li:nth-child(8) a {
		line-height: 52px;
	}
	.menu_global a {
		margin: 0 6px;
	}
	.f-a_input {
		width: 68%;
	}
	.s-f_thumb.s-f_thumb-blog {
		height: 279px;
	}
 	


}
@media screen and (max-width: 991px) {
.dop_basket_textuu{
 top:-8px; left:40px;
}

	.b-insta {
		position: absolute;
	    top:-105px;
		right:-6px;
	}
	.b-logo {
	    margin: 10px 0 0 7px;
	}
	.b-telephone {
	    margin: 37px 0 0 7px;
	}
	.b-basket {
	    margin: 20px 15px 20px 0;
	}
	.form-search {
	    margin: 18px 0px 20px 15px;
	    width: 50%;
	    float: left;
	}
	.f-s_input {
	    background: rgba(255,255,255,0.8);
	}
	.b-telephone {
	    margin: 37px 10px 0 0px;
	    text-align: right;
	}
	.b-mail {
		margin: 10px 10px 0 10px;
	}
	.menu_left {
		font-size: 14px;
	}
	.menu_left.m_l2 {
	    font-size: 14px;
	}
	.menu_left.m_l3 {
	    font-size: 14px;
	}
	.menu_left a {
	    line-height: 30px;
	}
	.b-menu {
		height: auto;
	    min-height: 52px;
	    margin: 0 0 20px 0;
	}
	.info-catalog::before {
		display: none;
	}
	.i-c_all {
	    margin: 44px auto 0 auto;
	   float: none;
	}
	.info-catalog:nth-child(2n) .i-c_all {
		float: none;
	    margin: 44px auto 0 auto;
	}
	.b-telephone.b-tel2 {
	    margin: 18px 0 0 0px;
	    text-align: left;
	}
	.all-b_left {
	    padding: 0 25px;
	}
	.foot_text2 {
	    margin: 10px 0 0 0px;
	}
	.site-made {
	    margin: 0px 0 0 0px;
	}
	.fond-footer {
	    padding: 0 0 10px 0;
	}
	.sl_title::after {
		display: none;
	}
	.sl_title2::after {
		display: none;
	}
	.b-b_text {
	    color: #fff;
	}
	.b-characteristics {
	    padding: 0;
	}
	#example6 .sp-bottom-thumbnails.sp-has-pointer {
	    margin-top: 10px;
	    float: left;
	    position: relative;
	    right: 0;
	    bottom: 0;
	    width: inherit !important;
	}
	.sl_title2,
	.sl_title h1{
	    line-height: 42px;
	}
	.b-mail {
		text-align: right;
	}
	.menu_global li:nth-child(4) a,
	.menu_global li:nth-child(5) a,
	.menu_global li:nth-child(6) a,
	.menu_global li:nth-child(7) a,
	.menu_global li:nth-child(8) a {
		line-height: 1;
	}
	.menu_global a {
		margin: 6px 6px;
		line-height: 1;
	}
	.new_image img {
		padding: 0px 0px 0 0;
	}
	.width-50 {
		width: 100%;
	}
	.f-a_link {
		margin: 15px 0 0 0;
	}
	.f-a_text2 {
		width: 100%;
		margin: 9px 15px 9px 0;
		text-align: left;
	}
	.f-a_input2 {
		width: 100%;
		margin-bottom: 10px;
	}
	.in-block {
		width: 100%;
	}
	.in-block:nth-child(odd) {
		padding: 0 0px 0 0px;
	}
	.in-block:nth-child(even) {
		padding: 0 0px 0 0px;
	}
	.width-50_2 {
		width: 100%;
		margin: 7px 0 20px 0px;
	}
	.s-f_thumb.s-f_thumb-blog {
		height: 166px;
	}
	.s-f_title2m.s-f_title-3 {
	    font-size: 24px;
	    line-height: 25px;
	    padding: 46px 2px 5px 2px;
	}
	.form-feedback {
	    padding: 15px 0;
	}
	.form-feedback_left {
	    float: none;
	    width: 100%;
	    text-align: left;
	    padding: 0 0 8px 0;
	}
	.form-feedback-2 .form-feedback_right,
	.form-feedback_right {
	    margin-left: 0;
	}

	table.bt tbody tr:last-child td:before {
		display: none !important;
	} 
	table.bt tbody tr:last-child td {
		text-align: right;
	}
	table.bt tbody tr:last-child td span {
		width: 100%;
	}
	
}
@media screen and (max-width: 767px) {
	header {
		display: inline-block;
	}
	.b-logo {
	    margin: 10px auto 0 auto;
	}
	.b-telephone {
	    margin: 10px 0px 0 0px;
	    text-align: center;
	    color: #337ab7;
	}
	.b-insta {
	   display:none;
	}	
	.b-insta2 {
	   display:block;
	}	
	.b-basket {
		width: 87px;
	    margin: 9px auto 0px auto;
	    float: none;
	}
	.form-search {
	    margin: 18px 0px 20px 0px;
	    width: 100%;
	    text-align: center;
	}
	.f-s_input {
	    width: 182px;
	}
	.pd-left-10 {
	    padding: 0;
	}
	.system-discounts {
	    line-height: 24px;
	}
	.i-c_all {
	    width: 100%;
	}
	.i-c_right {
		width: 290px;
		margin: 0 auto;
	    padding: 10px 15px 0 15px;
	    height: 252px;
	}
	.i-c_title {
	    font-size: 70px;
	    line-height: 41px;
	}
	.info-catalog:nth-child(2n) .i-c_right {
		width: 290px;
		margin: 0 auto;
	    height: 252px;
	}
	.sl_title h1,
	.sl_title2 {
	    float: none;
	    font-size: 40px;
	    margin: 0px 10px 0 0px;
	}
	.sl_link {
	    float: none;
	    margin: 15px 16px 0 23px;
	    display: block;
	}
	.b-logo2 {
	    margin: 15px auto 0 auto;
	}
	.copyright {
	    margin: 8px 10px 0 10px;
	    text-align: center;
	}
	.menu_foot {
	    margin: 0px 0 0 0;
	    padding: 0 10px 0 10px;
	}
	.all-b_left {
	    width: 100%;
	    float: none;
	    text-align: center;
	}
	.b-telephone.b-tel2 {
	    margin: 10px 0 0 0px;
	    text-align: center;
	    color: #333;
	}
	.all-b_right {
	    width: 100%;
	}
	.b-menu {
	    min-height: 44px; 
	}
	.cmn-toggle-switch {
		float: left;
		display: block;
		position: relative;
		overflow: hidden;
		background: none;
		margin: 0px 0px 0 20px;
		padding: 0;
		width: 40px;
		height: 40px;
		font-size: 0;
		text-indent: -9999px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		box-shadow: none;
		border-radius: none;
		border: none;
		cursor: pointer;
		-webkit-transition: background 0.3s;
		transition: background 0.3s;
	}
	.cmn-toggle-switch:focus {
		outline: none;
	}
	.cmn-toggle-switch span {
		display: block;
		position: absolute;
		top: 20px;
		left: 4px;
		right: 4px;
		height: 3px;
		background: #CF5CFB;
	}
	.cmn-toggle-switch__rot {
		background-color: none;
	}
	.cmn-toggle-switch span::before,
	.cmn-toggle-switch span::after {
		position: absolute;
		display: block;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #CF5CFB;
		content: "";
	}
	.cmn-toggle-switch span::before {
		top: -7px;
	}
	.cmn-toggle-switch span::after {
		bottom: -7px;
	}
	.cmn-toggle-switch__htx span {
	    -webkit-transition: background 0 0.3s;
	    transition: background 0 0.3s;
	}
	.cmn-toggle-switch__htx span::before,
	.cmn-toggle-switch__htx span::after {
		-webkit-transition-duration: 0.3s, 0.3s;
		transition-duration: 0.3s, 0.3s;
		-webkit-transition-delay: 0.3s, 0;
		transition-delay: 0.3s, 0;
	}
	.cmn-toggle-switch__htx span::before {
		-webkit-transition-property: top, -webkit-transform;
		transition-property: top, transform;
	}
	.cmn-toggle-switch__htx span::after {
		-webkit-transition-property: bottom, -webkit-transform;
		transition-property: bottom, transform;
	}
	.cmn-toggle-switch__htx.active span {
		background: none;
	}
	.cmn-toggle-switch__htx.active span::before {
		top: 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.cmn-toggle-switch__htx.active span::after {
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.cmn-toggle-switch__htx.active span::before,
	.cmn-toggle-switch__htx.active span::after {
		-webkit-transition-delay: 0, 0.3s;
		transition-delay: 0, 0.3s;
	}
	.menu_top {
		display: none;
		position: absolute;
		top: 42px;
		width: 100%;
		background-color: #FDCBFF;
		z-index: 999999;
		height: auto;
		padding: 0 0 5px 0;
	}
	.menu_top ul {
		float: none !important;
	}
	.menu_top ul li {
		float: none;
		width: 100%;
		margin: 0;
		border-left: 0;
	}
	.menu_top a {
		width: 100%;
		text-align: left;
		line-height: 1;
		padding: 5px 10px;
	    margin: 0 !important;
	    box-sizing: border-box;
	    border-left: 0;
	    border-bottom: 0;
	}
	.mobile_menu {
		display: block;
	}
	.discount_table {
	    margin: 23px 0 0 0px;
	}
	.m-b_body.modal-body {
		padding: 0 10px 38px 10px;
	}
	.bord-bottom2 {
	    padding: 20px 0 20px 0;
	    margin: 0 0 0 0px;
	}
	.my-modal .modal-header {
	    margin-bottom: 10px;
	}
	.sl_link {
	    position: relative;
	    top: 0px;
	    right: 0px;
	}
	.using_text {
	    float: none;
	    margin: 15px 0 0 0;
	}
	.pd-right {
	    padding: 26px 0px 0 23px;
	}

	.pd-right2 {
	    padding: 0px 0px 0 3px;
	}
	
	.b-mail {
		text-align: center;
		color: #337ab7;
	}
	#sticker {
		position: relative !important;
	}
	.info-catalog:before {
		display: none !important;
	}
	.alg-right {
		text-align: center;
	}
	.s-f_thumb.s-f_thumb-blog {
		height: auto;
	}

	/*.s-f_thumb {
		height: 182px;
	}*/
}



.list-cart{
	width: 100%;
	display: table;
	list-style: none;
	padding: 10px 0 0 0;
}
.list-cart li {
	display: inline-block;
	vertical-align: top;
	width: 40%;
	border-radius: 6px;
	background: #fff;
	box-sizing: border-box;
	padding: 16px 15px 30px 15px;
	margin: 0 5% 20px 5%;
}
.list-cart li:nth-child(2n) {
	/*margin: 0 0% 20px 0;*/
}
.l-cart_link {
	display: block;
	text-decoration: none;
	font-family: 'Conv_Sladkoeshka';
    font-size: 40px;
    color: #333333;
    line-height: 30px;
	transition: 0.3s;
	margin: 0px 0 20px 0;
}
.l-cart_link:hover {
	color: #E55B8F;
	transition: 0.3s;
	text-decoration: none;
}

.l-cart_link2 {
	display: block;
	text-decoration: none;
    font-size: 32px;
    color: #333333;
    line-height: 30px;
	transition: 0.3s;
	margin: 0px 0 20px 0;
}
.l-cart_link2:hover {
	color: #E55B8F;
	transition: 0.3s;
	text-decoration: none;
}

.l-cart_thumb {
	   width: 100%;
    height: auto;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 3px 4px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.1);
}
@media screen and (max-width: 991px) {
	.list-cart li {
		width: 94%;
		margin: 0 3% 20px 3%;	
	}
}
@media screen and (max-width: 767px) {
	.list-cart li {
		width: 40%;
		margin: 0 5% 20px 5%;	
	}
	.m-m_thumb {
		max-width: 100% !important;
		height: auto !important;
	} 
	.b-insta2 {

	}
	.b-insta2 img {
		max-width: 40px;

	}
}
@media screen and (max-width: 479px) {



	.s-f_thumb {
		height: auto;
	}
	.list-cart li {
		width: 94%;
		margin: 0 3% 20px 3%;	
	}
	.button_basket.b-b_mob {
		width: 100%;
	}
}
/* 24.01.17 */
.fond_catalog {
	width: 100%;
    background: url(../images/fond_block.jpg) repeat;
    border-radius: 6px;
    box-sizing: border-box;
    position: relative;
    margin: 0 0px 20px 0;
    padding: 20px 0;
}
.mr-b_30 {
	margin: 0 0 30px 0;
}
.list-master {
	box-sizing: border-box;
	padding: 20px;
	border-radius: 6px;
	margin-top: 20px;
	transition: 0.3s;
}
.list-master:hover {
	background: #ffffff;
	transition: 0.3s;
}
.l-m_thumb {
	float: left;
	position: relative;
}
.l-m_thumb img {
	max-width: 249px;
	height: auto;
}
.l-m_right {
	margin-left: 265px;
}
.l-m_title {
	color: #333;
    font-family: 'Conv_Sladkoeshka';
    font-size: 40px;
    box-sizing: border-box;
    padding: 0px 10px 15px 0px;
	line-height: 31px;
}
.l-m_text {
	color: #000;
    line-height: 22px;
    font-size: 16px;
    max-height: 155px;
    overflow: hidden;
}
.l-m_link {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #E34680;
    transition: 0.3s;
    margin: 10px 0 0 0;
}
.l-m_link:hover {
    transition: 0.3s;
    color: #E34680;
}
@media screen and (max-width: 991px) {
	.l-m_thumb img {
		max-width: 180px;
	}
	.l-m_right {
	    margin-left: 190px;
	}
}


@media screen and (max-width: 767px) {
	.l-cart_link2 {
	    font-size: 18px;
	    line-height: 22px;
	}
	.fond-card {
	    padding: 15px 15px 25px 15px;
	}

	


}
@media screen and (max-width: 479px) {
	.mobile-xs.col-xs-6 {
		width: 100%;
	}
	.mobile-xs .item3 {
		padding: 16px 0px 30px 0px;
	}
	.l-m_thumb {
		float: none;
	}
	.l-m_right {
	    margin-left: 0px;
	}
	.l-m_title {
		margin: 10px 0 0 0;
	}
	.f-a_text {
		width: 100%;
		text-align: left;
		margin: 9px 15px 5px 0;
	}
	.f-a_input {
		width: 100%;
	}
	.f-a_submit.f-a_submit {
		margin: 0;
		width: 100%;
	}
	.f-a_link a {
		padding: 0 0px;
		display: inline-block;
	}
	
}
.style-text p {
	color: #000;
	font-size: 14px;
	line-height: 21px; 
	margin: 0; 
	box-sizing: border-box;
	padding: 0 15px 0 0;
/*
	font-size: 17px;
    line-height: 25px;
	color: #333;
*/
}

.style-text h2 {
	color: #000;
	font-weight: normal;
	font-size: 18px;
	margin: 20px 0 18px 28px;
}

.style-text h3 {
	color: #000;
	font-weight: normal;
	font-size: 18px;
	margin: 20px 0 18px 0;
}

.style-text ul {
	font-size: 14px; /*15*/
	margin-left: 26px;
	line-height: 21px; 	
}
.style-text ol{
	font-size: 14px; /*15*/
	margin-left: 26px;
	line-height: 21px; 
}
/*
.style-text ol li {
	margin-bottom: 8px;
}
*/
.tpole_spi{
	width: 30px;
	height: 20px;
	box-sizing: border-box;
	border: 1px solid #000;
	font-size: 14px;
	font-family: Tahoma;
	color: #000;
	border-radius: 2px;  
	text-align:right;
}

.button_spi {
	width: 90px;
	height: 20px;
	cursor: pointer;
	outline: none;
	border: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #33C49D;
	-moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.12);
	-webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.12);
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.12);
	color: #fefefe;
	font-size: 14px;
	font-weight: bold;
	transition: 0.3s;
	margin: 0px 0px 0px 10px;
}

.button_spi:hover {
	transition: 0.3s;
	background: #DD0050;
}

.td_nvvmre{
	height: 30px;
	min-width:35px;
}

.select_baskv{
   width:260px; 
   height:34px; 
   font-size:20px; 
   line-height:22px; 
   cursor:pointer;
}

/*корзина*/
.big-basket-container {

    box-sizing: border-box;
  border: 2px dotted #DD0050;
  padding: 15px 20px;
  border-radius: 5px;
  margin: 20px 0px;
  font-size: 13px;
  line-height: 16px;
}

.thcenter{
  text-align:center;
  font-size: 13px;
  font-weight: bold;
}
.thcenter2{
  padding-top:5px;
  padding-bottom:5px;
  margin-top:5px;
  margin-bottom:5px;
}
.b-basket-place {
  border: 2px dotted #DD0050;
  border-radius: 5px;
  padding: 14px 20px;
}

.TexinpCls{
    BORDER: #DD0050 1px solid;
	font-size:  11px;
	text-align:right;
    border-radius: 2px;
    padding: 5px 5px;
	line-height:20px;	
}
.TexinpCls2{
    BORDER: #DD0050 1px solid;
	font-size:  11px;
    border-radius: 2px;
    padding: 5px 5px;	
	line-height:20px;	
}

.TexinpCls2a{
		height:13px;
		border:0px;
		background:#ffffff;
		float:left;
		margin:0px 8px 0px 0px;
		font-size:11px;
		font-family:Tahoma;
}

.cltrbasket{
  border-bottom: 1px solid rgb(200,200,200);
}

.b-rowdivider{
  margin-top:8px;
  font-size:14px;
}

.button_basket{
	width: 229px;
	height: 45px;
	cursor: pointer;
	outline: none;
	border: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #33C49D;
	-moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.12);
	-webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.12);
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.12);
	color: #fefefe;
	font-size: 14px;
	font-weight: bold;
	transition: 0.3s;
	margin: 10px 0 0 0;
}
.button_basket:hover {
	transition: 0.3s;
	background: #DD0050;
}

.TextarCls150{
    BORDER: #DD0050 1px solid;
    font-size:  11px;
	width : 99%;
	height : 150px;

}

.b-unstyled{
  list-style: none;
}