/*   
Theme Name: sof-dak.com.ua

*/

a{
	color: #0056b3;
	text-decoration: underline;
}
a:hover{
	text-decoration: none; 
}
a.btn{
	text-decoration: none;
}

body{ 
	font-size: 15px;
	line-height: 1.7;
	font-family: sans-serif;
	font-weight: 400;
	color: #000;
	background: #F4F4F4;
}
* {
  margin: 0;
  padding: 0;
}
html,body {
  height: 100%;
}
.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.wrap_cont {
  flex: 1 0 auto;
}
footer {
  flex: 0 0 auto;
}
footer .copy{
	padding: 15px 0;
	background: #f4f4f4;
	margin-top: 20px;
}
article img.aligncenter{
	width: 100%;
	height: auto;
	max-width: 600px;
	margin-bottom: 20px;
}
.tab-content {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
article table {
    overflow:hidden;
    border:1px solid #d3d3d3;
    background:#fefefe;
    width:100%;
    margin:5% auto 0;
    -moz-border-radius:5px; /* FF1+ */
    -webkit-border-radius:5px; /* Saf3-4 */
    border-radius:5px;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
 
article th, article td {
    padding:10px 10px 10px; 
}
 
article th {
    padding-top:22px; 
    text-shadow: 1px 1px 1px #fff;
    background:#e8eaeb;
}
 
article td {
    border-top:1px solid #e0e0e0; 
    border-right:1px solid #e0e0e0;
}
 
article tr.odd-row td {
    background:#f6f6f6;
}
 
article td.first, th.first {
    text-align:left
}
 
article td.last {
    border-right:none;
}
 
article td {
    background: -moz-linear-gradient(100% 25% 90deg, #fefefe, #f9f9f9);
    background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f9f9f9), to(#fefefe));
}
 
article tr.odd-row td {
    background: -moz-linear-gradient(100% 25% 90deg, #f6f6f6, #f1f1f1);
    background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f1f1f1), to(#f6f6f6));
}
 
article th {
    background: -moz-linear-gradient(100% 20% 90deg, #e8eaeb, #ededed);
    background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#ededed), to(#e8eaeb));
}
 
article tr:first-child th.first {
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px; /* Saf3-4 */
}
 
article tr:first-child th.last {
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px; /* Saf3-4 */
}
 
article tr:last-child td.first {
    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px; /* Saf3-4 */
}
 
article tr:last-child td.last {
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px; /* Saf3-4 */
}

h1{
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 30px;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 30px;
}
article h1{
	font-size: 26px;
	line-height: 1.4;
	color: #333;
}
.product h1{
	margin-bottom: 15px;
	color: #333;
}

article p.h1{
	font-size: 28px;
	line-height: 1.4;
	color: #2670c0;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	margin-bottom: 0px;
}
h2{
	font-size: 23px;
	font-weight: 700;
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.4;
	color: #333;
}
h3{
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.4;
	color: #333;
}
p.h2{
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.4;
	color: #2670c0;
}

ul, ol{
	padding-left: 20px;
}
ol li,  ul li{
	margin-bottom: 10px;
}


img.alignnone{
	max-width: 100%;
	height: auto;
	margin-right: 0;
	margin-left: 0;
}

 
.home h1, .home h2{
	text-align: left;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 40px;
	line-height: 1.5;
	font-family: 'Roboto', sans-serif;
}
.bt{
	display: block;
}
.bt a{
	background: #4989cf;
	color: #fff;
	text-align: center;
	display: block;
	line-height: 42px;
	text-decoration: none;
	font-size: 17px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.bt a:hover{
	background: #2a6eb7;
}

form input[type="text"]{
	width: 100%;
	max-width: 300px;
	display: block;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 40px;
	padding: 0 20px;
	margin-top: 20px;
}
form input[type="button"]{
	width: 100%;
	max-width: 300px;
	display: block;
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100));
	background:-moz-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-webkit-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-o-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-ms-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100',GradientType=0);
	background-color:#fe1a00;
	text-shadow:0px 1px 0px #b23e35;
	border: 0;
	line-height: 46px;
	font-size: 18px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	border-radius: 35px;
}
form input[type="button"]:hover{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00));
	background:-moz-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-webkit-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-o-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-ms-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:linear-gradient(to bottom, #ce0100 5%, #fe1a00 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00',GradientType=0);
	background-color:#ce0100;
}
form .g-recaptcha{
	margin-top: 20px;
	margin-bottom: 20px;
}
form .rez{
	margin-top: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}


header{
	background-image: url(img/header.jpg);
	background-color: rgba(255, 255, 255, 0.7);
}

header .top{
	width: 100%;
	background: #fff;
	line-height: 56px;
	font-family: 'Roboto', sans-serif;
}
header .inf{
	text-align: right;
}
header .inf span{
	display: inline-block;
	margin: 0 7px;
}
header .soc img{
	display: inline-block;
	margin-left: 10px;
	position: relative;
	top: -1px;
}
header .bottom{
	margin-top: 15px;
}
header .logo img{
	width: 40px;
	height: auto;
	margin-right: 10px;
}
header .logo p, header .logo a{
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	font-family: 'Roboto', sans-serif;
}

header .menu ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: right;
	margin-top: 12px;
}
header .menu ul li{
	display: inline-block;
	margin-left: 20px;
	font-family: 'Roboto', sans-serif;
}
header .menu ul li:first-child{
	margin-left: 0;
}
header .menu ul li a, header .menu ul li span{
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
}
header .menu ul li.current-menu-item a, header .menu ul li span{
	color: #fa851b;
	
}
.preparaty{
	margin-bottom: 40px;
}
.preparaty .tab{
	background: #f1f1f1;
	border: 1px solid #ededed;
	margin-bottom: 35px;
	box-shadow: 0 3px 2px -2px rgba(0, 0, 0, .2);
	font-family: 'Roboto', sans-serif;
}
.preparaty .tab .post_img{
	height: 255px;
	overflow: hidden;
	text-align: center;
}
.preparaty .tab .post_img img{
	width: auto;
	height: 100%;	
}
.preparaty .tab .titl{
	padding: 0 10px;
	margin-top: 15px;
	margin-bottom: 17px;
	height: 80px;
	overflow: hidden;
}
.preparaty .tab .titl a{
	color: #000;
}
.results{
	
}
.results .tab{
	background: #f1f1f1;
	border: 1px solid #ededed;
	margin-bottom: 35px;
	box-shadow: 0 3px 2px -2px rgba(0, 0, 0, .2);
	font-family: 'Roboto', sans-serif;
}
.results .tab .post_img{
	height: 255px;
	overflow: hidden;
	text-align: center;
}
.results .tab .post_img img{
	width: auto;
	height: 100%;	
}
.results .tab .titl{
	padding: 0 10px;
	margin-top: 15px;
	margin-bottom: 20px;
	height: 64px;
	overflow: hidden;
}
.results .tab .titl a{
	color: #000;
	font-size: 18px;
}
footer{
	background: #fff;
	margin-top: 0px;
	padding-top: 20px;
}
footer ul{
	padding: 0;
	list-style-type: none;
}
footer ul li{
	margin-bottom: 2px;
	font-family: 'Roboto', sans-serif;
	
}
footer ul li a, footer ul li{
	font-size: 14px;
}

.breadcolums{
	padding: 20px 0 10px;
	font-size: 14px;
	font-family: sans-serif;
	margin-bottom: 10px;
}
.breadcolums .breadcrumbs__separator{
	margin: 0 4px;
}
.breadcolums a span, .breadcolums a{
	color: #274684;
}
.breadcolums span{
	color: #333;
}
article{
	font-family: sans-serif;
}









.bt-preparaty{
	text-align: center;
	margin-bottom: 40px;
	padding-top: 10px;
}
.bt-preparaty a{
	display: inline-block;
	padding: 7px 40px;
}

.home .bl_phones{
	margin-bottom: 60px;
}
.bl_phones{
	width: 80%;
	margin: 45px auto 10px;
	padding: 30px 35px 50px;
	box-shadow:
	   0 1px 4px rgba(0, 0, 0, .3),
	   -23px 0 20px -23px rgba(0, 0, 0, .8),
	   23px 0 20px -23px rgba(0, 0, 0, .8),
	   0 0 40px rgba(0, 0, 0, .1) inset;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}
.bl_phones .titl{
	font-size: 36px;
	font-weight: 700;
}
.bl_phones p{
	font-size: 18px;
}
.bl_phones .phone{
	margin-top: 15px;
	margin-bottom: 10px;
}
.bl_phones .phone p{
	font-size: 22px;
	margin-bottom: 0;
}
.bl_phones .bt{
	max-width: 270px;
	margin:20px auto 0;
}
.bl_phones .bt a{
	line-height: 48px;
	border-radius:50px;
}





div.preparaty{
	margin-bottom: 0;
}
.product .podp{
	color: #5b5b5b;
	margin-bottom: 25px;
}
.product .specifications{
	margin-bottom: 30px;
}
.product .specifications .thumb img{
	width: 100%;
	max-width: 350px;
	height: auto;
}
.product .specifications .inform{
	margin-top: 20px;
}
.product .specifications .inform .price{
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: red;
}
.prod_btn{
	margin-top: 20px;
}
.prod_btn a{
	margin-right: 15px;
	margin-bottom: 15px;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	padding: 0 30px;
	line-height: 42px;
	border-radius: 30px;
	text-decoration: none;
}
.prod_btn a.buy{
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100));
	background:-moz-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-webkit-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-o-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-ms-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100',GradientType=0);
	background-color:#fe1a00;
	text-shadow:0px 1px 0px #b23e35;
}
.prod_btn a.buy:hover{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00));
	background:-moz-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-webkit-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-o-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-ms-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:linear-gradient(to bottom, #ce0100 5%, #fe1a00 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00',GradientType=0);
	background-color:#ce0100;
}
.prod_btn a.cons{
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	color: #000;
	border:1px solid #ffaa22;
	line-height: 40px;
}
.prod_btn a.cons:hover{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
.content strong{
	color: #2670c0;
}
.kont_form .titl{
	font-family: 'Roboto', sans-serif;
}




#slider{ /* Оболочка слайдера */
	width:100%;
	height:400px;
	overflow: hidden;
	position:relative;
	margin-top: 5px;
}
#slider img {	
	width:100%;
	height:400px;
}
.slide{
	width:100%;	
	display: flex;
    height: 400px;
}
.sli-links{
	margin-top:0px;	
	height: 8px;
	text-align:center;
}
.sli-links .control-slide{	
	margin:2px;	
	display:inline-block;	
	width:30px;	
	height:30px;	
	overflow:hidden;	
	text-indent:-9999px;
	background:url(img/radioBg.png) center bottom no-repeat;
	position: relative;
	top: -75px;
}
.sli-links .control-slide:hover{	
	cursor:pointer;	
	background-position:center center;
}
.sli-links .control-slide.active{	
	background-position:center top;
}
.sl_tab{
	margin: auto;
	padding-top: 30px;
	padding-bottom: 60px;
}
.sl_tab .tile{
	color: #fff;
	font-size: 34px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	line-height: 1.4; 
	margin-bottom: 20px;
}
.sl_tab .text{
	width: 100%;
	max-width: 550px;
	color: #fff;
	font-size: 18px;
	line-height: 1.8;
}
.sl_tab .text ul li{
	margin-left: 20px;
	font-size: 16px;
	line-height: 1.7;
}
.sl_tab .text ul li{
	margin-bottom: 5px;
}
.sl_tab .text ul li:last-child{
	margin-bottom: 0;
}
.sl_tab .bt{
	margin-top: 30px;
}
.sl_tab .bt a{
	display: inline-block;
	text-decoration: none;
	padding: 0 30px;
	border-radius: 35px;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	color: #000;
	border:1px solid #ffaa22;
	line-height: 40px;
}
.sl_tab .bt a:hover{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
.cat-text-top ul, .cat-text-bottom ul{
	padding-left: 40px;
}
.cat-text-top{
	margin-bottom: 35px;
	font-size: 15px;
}
.category h1{
	margin-bottom: 30px;
}
.cat-text-bottom{
	margin-top: 45px;
	font-size: 15px;
}
.text_instruct{
	background: #f1f1f1;
	padding: 30px;
}
.product .bl_phones{
	margin-bottom: 50px;
} 
.prep_right{
	margin-top: 34px;
}
.prep_right .tab{
	margin-bottom: 30px;
	background: #f1f1f1;
	padding: 15px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}
.prep_right .tab .titl{
	line-height: 1.5;
	margin-bottom: 12px;
}
.prep_right .tab .titl a{
	font-size: 15px;
	font-weight: bold;
	color: #fa851b;
	
}
.prep_right .tab .post_img{
	margin-bottom: 10px;
}
.prep_right .tab .post_img img{
	width: 100%;
	height: auto;
}
.blog .title a{
	font-weight: bold;
	font-size: 20px;
}
.blog article{
	margin-bottom: 20px;
	margin-top: 25px;
}





.blog_home{
	margin-top: 50px;
}
.blog_home .tab .post_img img{
	width: 100px;
	height: 100px;
}
.blog_home .tab .post_img{
	display: inline-block;
	height: auto !important;
}
.blog_home .tab .titl{
	height: auto !important;
	margin-top: 5px;
	margin-bottom: 0;
}
.blog_home .tab .titl a{
	font-size: 17px;
}
.blog_home .tab .tab_top{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.blog_home .tab .text{
	padding: 10px;
	font-size: 14px;
	font-weight: 400;
	font-family: sans-serif;
}






.ratingblock {
	display:block;
	border-bottom:1px solid #999;
	padding-bottom:8px;
	margin-bottom:8px;
	}

.loading {
	height: 30px;
	background: url('img/working.gif') 50% 50% no-repeat;
	}
	
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 30px;
	position: relative;
	background: url('img/starrating.gif') top left repeat-x;		
	}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
	
.unit-rating li a {
	outline: none;
	display:block;
	width:30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
	
.unit-rating li a:hover{
	background: url('img/starrating.gif') left center;
	z-index: 2;
	left: 0px;
	}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:30px;}
.unit-rating a.r2-unit{left:30px;}
.unit-rating a.r2-unit:hover{width: 60px;}
.unit-rating a.r3-unit{left: 60px;}
.unit-rating a.r3-unit:hover{width: 90px;}
.unit-rating a.r4-unit{left: 90px;}	
.unit-rating a.r4-unit:hover{width: 120px;}
.unit-rating a.r5-unit{left: 120px;}
.unit-rating a.r5-unit:hover{width: 150px;}
.unit-rating a.r6-unit{left: 150px;}
.unit-rating a.r6-unit:hover{width: 180px;}
.unit-rating a.r7-unit{left: 180px;}
.unit-rating a.r7-unit:hover{width: 210px;}
.unit-rating a.r8-unit{left: 210px;}
.unit-rating a.r8-unit:hover{width: 240px;}
.unit-rating a.r9-unit{left: 240px;}
.unit-rating a.r9-unit:hover{width: 270px;}
.unit-rating a.r10-unit{left: 270px;}
.unit-rating a.r10-unit:hover{width: 300px;}

.unit-rating li.current-rating {
	background: url('img/starrating.gif') left bottom;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}

.voted {color:#999;}
.thanks {color:#36AA3D;}
.static {color:#5D3126;}

.product .results {
	margin-top: 60px;
}
.product .results .title{
	text-align: center;
	font-size: 27px;
	font-weight: bold;
	margin-bottom: 30px;
}



.home h1, .home h2{
	font-size: 24px;
	margin-bottom: 30px; 
}
.category-onkologicheskie-preparaty .doll{
	display: none;
}
.menu{
	position: relative;
}
#mob_menu{
	display: none;
}
.socialBtns{
	text-align: right;
}
.myBreadcrumbs{
	display: flex;
	align-items: center;	
}



a{
	color: #274684;
}
a:hover{
	color: #23527c;
}
.btn.focus, .btn:focus{
	box-shadow: none !IMPORTANT;
}
header{
	padding-bottom: 30px;
	background-color:#fff;
}
header .logo_bl{
	margin-bottom: 10px;
}
header .logo{
	text-align: center;
	margin-bottom: 10px;
}
header .logo a{
	height: 40px;
}
header .logo a img{
	display: inline-block;
}
header .logo span{
	position: relative;
	top: 3px;
}
header .logo p{
	margin-bottom: 0;
}
header .h_desc{
	text-align: center;
	padding-bottom: 15px;
	max-width: 225px;
	margin: auto;
	font-weight: 600;
	line-height: 1.4;
	font-size: 16px;
}
.fb{
	text-align: center;
	margin-bottom: 5px;
}
.fb img{
	margin-left: 7px;
}
.fb a:hover{
	
}
header .phones{
	text-align: center;
	margin-bottom: 20px;
}
header .phones p{
	margin-bottom: 5px; 
}
header .phones p:last-child{
	margin-bottom: 0;
}
header .phones a{
	text-decoration: underline;
	font-size: 15px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
header .phones a:hover{
	text-decoration: none;
}
header .phones a:before{
	content: "";
    width: 16px;
    height: 16px;
    background-image: url(img/icon-phone.svg);
	background-size: cover;
    opacity: .4;
	display: inline-block;
	margin-right: 8px;
	position: relative;
	top: 2px;
}
header .inf_bl{
	
}
header .faq_bl{
	text-align: center;
}
header .faq_bl .btn img{
	margin-right: 10px;
	position: relative;
	top: -1px;
	display: inline-block;
}
.h_navbar{
	background-color: #034488;
	padding: 0;
}
.h_navbar .navbar-toggler{
	border: 0;
	padding: 10px 0;
	outline: none !important;
}



.h_navbar .navbar{
	padding: 0;
}
.h_navbar ul{
	padding-bottom: 10px;
}
.h_navbar ul li a{
	color: #fff;
	text-decoration: none;
	line-height: 49px;
	font-weight: 600;
	padding: 0;
}
.h_navbar ul li a:hover{
	opacity: 0.8;
}
.h_navbar ul li span, .h_navbar ul > li.current-category-ancestor a, .h_navbar ul > li.current-post-ancestor a{
	line-height: 49px;
	color: #fff;
	background-color: #089400;
	display: block;
	padding: 0 15px;
	font-weight: 600;
}
.h_navbar ul li{
	font-size: 16px; 
	margin-bottom: 0;
}
.h_navbar ul li:last-child{
	margin-right: 0;
}
.navbar-light .navbar-toggler{
	border-color: #153E52;
}
.navbar-light .navbar-toggler-icon{
	background: url(img/menu.png) no-repeat center center;
	opacity: 1;
}
header .menu_top{
	background: #EDECE8;
	padding: 7px 0;
	margin-bottom: 18px;
}
.menu_top .navbar{
	padding: 0;
}
.menu_top .navbar-toggler{
	border: 0;
	padding: 3px 0;
	outline: none !important;
	color: #333;
}
.menu_top ul.navbar-nav li a{
	color: #274684;
}
.menu_top ul.navbar-nav li a:hover{
	text-decoration: underline;
}
.menu_top .navbar-light .navbar-toggler-icon{
	background: none;
	width: 25px;
	height: 16px;
	position: relative;
	top: -2px;
	padding: 7px 0;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	margin-right: 6px;
}
.menu_top .navbar-light .navbar-toggler-icon:after{
	content: "";
	width: 25px;
	height: 2px;
	display: block;
	background: #333;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.menu_top ul.navbar-nav{
	padding-top: 10px;
	padding-bottom: 5px;
}
.menu_top ul.navbar-nav li a{
	text-decoration: none;
}
.menu_top ul.navbar-nav li.current-menu-item a{
	text-decoration: underline;
}
.menu_top ul.navbar-nav li span{
	color: #23527c;
}
.menu_top .h_t{
	padding-top: 10px;
	padding-bottom: 10px;
}



.product_bl{
	background: #fff;
	padding: 15px;
}
.product_desc .img_bl{
	border: 1px solid #ccc;
	text-align: center;
	margin-bottom: 20px;
	display: inline-block;
}
.product_desc .img_bl img{
	width: 100%;
	height: auto;
	max-width: 350px;
}
.product_desc .title{
	font-size: 28px;
	color: #333;
	font-weight: bold;
	margin-bottom: 3px;
}
.product_desc .desc_bl .description p{
	color: #000;
	margin-bottom: 13px;
	border-bottom: 1px solid #034488;
	padding-bottom: 15px;
}
.product_desc .desc_bl .description p span{
	color: #a2a2a2;
	font-weight: normal;
	margin-right: 7px;
	display: block;
}
.product_desc .tick{
	font-size: 16px;
    margin-bottom: auto;
    margin-left: 0;
    margin-right: auto;
    text-align: left;
	padding-top: 10px;
	color: #153e52;
}
.product_desc .tick img{
	position: relative;
	top: -2px;
	margin-right: 4px;
}
.price_bl{
	margin-bottom: 27px;
	max-width: 260px;
	margin-bottom: 25px;
}
.price_bl .price1{
	font-size: 15px;
	color: #a2a2a2;
	margin-bottom: 2px;
	line-height: 1.4; 
}
.price_bl .price1 span.item_price{
	font-size: 21px;
	font-weight: bold;
	color: #333;
	margin-left: 5px;
}
.btn_products{
	margin-bottom: 15px;
}
.btn_products .btn{
	min-width: 250px;
	margin-bottom: 13px;
	position: relative;
	padding: 8px 15px 8px 40px;
	text-align: left;
}
.btn_products .btn img{
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.product_info{
	margin-top: 30px;
}
.product_info .list-group{
	display: block;
	border-bottom: 1px solid #034488
}
.product_info .list-group a{
	display: inline-block;
	padding: 7px 20px 5px;
	width: auto;
	border-radius: 0;
	text-decoration: none;
	font-size: 16px;
	border: 0;
	background: #f4f4f4;
}
.product_info .list-group-item.active{
	background: #034488!important;
}
.product_info .tab-content>.active{
	border: 1px solid #034488;
	border-top: 0;
	padding: 25px 15px 15px;
}
.instruct{
	padding-bottom: 10px;
}
.instruct a{
	display: inline-block;
	padding-left: 30px;
	position: relative;
	font-size: 16px;
	color: #333;
	text-decoration: none;
}
.instruct a:hover{
	text-decoration: underline;
}
.instruct a:before{
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url(img/file.svg) no-repeat;
	background-size: cover;
	position: absolute;
	top: -1px;
	bottom: 0;
	left: 0;
	margin: auto;
}

.similar_bl{
	margin-top: 40px;
}
.similar_bl .title{
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 25px;
	line-height: 1.3;
}



.vote-block {
  overflow: hidden;
  margin: 3px 10px 0 0;
  padding-bottom: 20px;
  vertical-align: middle;
  position: relative;
}
.vote-block .rating-info {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  color: #000;
}
.vote-block span.rating-text {
  font-size: 14px;
  color: #000;
  display: block;
  float: left;
}
.vote-block .rating {
  list-style: none;
  margin: 0 10px 7px 0;
  padding: 0;
  width: 80px;
  height: 15px;
  float: left;
  vertical-align: middle;
}
.vote-block .rating:hover li {
  background-image: url("img/star.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .vote-block .rating:hover li {
    background-image: url("img/star@2x.png");
    background-size: 16px 45px !important;
  }
}
.vote-block .rating li {
  display: block;
  width: 16px;
  height: 15px;
  float: right;
  /* обтекание по правой стороне как раз необходимо для выстравания элементов  в обратном порядке */
  text-indent: -9999px;
  /* скрываем текст */
  cursor: pointer;
}
.vote-block .rating li:hover,
.vote-block .rating li:hover ~ li {
  background-position: 0 -15px;
}
.vote-block.disabled .rating li.current {
  display: block;
  z-index: 10;
}
.vote-block .rating li.active,
.vote-block .rating li.active ~ li {
  background-position: 0 -30px;
}
.vote-block li.current {
  display: none;
}
.vote-block ol.show-current {
  position: relative;
}
.vote-block ol.show-current li {
  cursor: default;
  z-index: 2;
  position: relative;
}
.vote-block ol.show-current li.current {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 1;
  background-position: 0 0;
  background-repeat: repeat-x;
  background-image: url("img/star.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .vote-block ol.show-current li.current {
    background-image: url("img/star@2x.png");
    background-size: 16px 45px !important;
  }
}
.vote-block ol.show-current li.current span {
  display: block;
  height: 20px;
  width: 0;
  background: inherit;
  background-position: 0 -30px;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.modal{
	z-index: 999999999;
}
.modal .modal-header{
	display: block;
	padding-top: 20px;
}
.modal .modal-title{
	font-weight: bold;
	font-size: 26px;
	text-align: center
}
.modal .modal-dialog{
	max-width: 400px;
}
.modal .desc{
	margin-bottom: 24px;
}
.modal form input{
	margin: 0;
	max-width: 100%;
} 
.modal form label{
	font-weight: 600;
}
.modal-header .close{
	position: absolute;
	top: 1rem;
	right: 1rem;
}
.modal-body{
	padding: 1.5rem 2rem 1.5rem;
}
.modal-body .btn{
	padding: 10px 40px 10px 40px;
}
.modal-footer{
	padding: 1.5rem 2rem 2rem;
}
.modal-footer p{
	color: #a2a2a2;
	font-size: 13px;
	margin-bottom: 0
}
.politic{
	font-size: 14px;
	margin-bottom: 0;
	padding-bottom: 0;
}
.faq h4{
	margin-bottom: 20px;
	font-weight: bold;
	color: #153e52;
}
.faq .tab{
	margin-bottom: 30px;
}
.faq .ansver{
	background: #F4F4F4;
	font-size: 22px;
	font-weight: bold;
	padding: 14px 15px 12px;
	margin-bottom: 0;
	line-height: 1.4;
}
.faq .request{
	border: 1px solid #F4F4F4;
	border-top: 0;
	padding: 18px 25px 5px 25px ;
}
.title_bl{
	margin-bottom: 30px;
	text-align: center;
}
.title_bl .titl{
	font-size: 22px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
	padding: 8px 0;
	line-height: 1.3;
}
.title_bl .titl:before{
	content: "";
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	background: url(img/healthcare.svg);
	background-size: cover;
	width: 32px;
	height: 32px;
	position: relative;
	top: -3px;
}
.title_bl .podp{
	margin-bottom: 0;
}
.faq .btn_bl{
	margin-bottom: 30px;
}
.faq .btn_bl .btn img{
	position: relative;
	top: -2px;
	margin-right: 4px;
}
footer{
	background: #fff;
	padding: 50px 0 0px;
	border-top: 0px solid #5B94F8;
}
footer .row > div{
	margin-bottom: 25px;
}
footer .row > div:last-child{
	
}
footer .tab {
    padding: 0px 0px 0px 50px;
    height: 100%;
	
}
footer .tab svg {
    width: 30px;
    height: auto;
    fill: #5B94F8;
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
} 
footer p.titl {
    font-size: 15px;
    margin-bottom: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #333;
	font-weight: 600;
}
footer p, footer p a, footer p a:hover {
    color: #333;
}
footer p{
	margin-bottom: 10px;
}
footer p:last-child {
    margin-bottom: 0;
}
footer .politic_bl{
	
}
footer .politic_bl p:last-child{
	margin-bottom: 0;
}
.cont .about{
	font-size: 16px;
	font-style: italic;
	max-width: 460px;
}
.cont .title{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 20px;
}
.company .preim{
	margin-top: 40px;
}
.company .preim .tab{
	position: relative;
	padding-left: 80px;
	margin-bottom: 30px;
}
.company .preim .tab img{ 
	position: absolute;
	left: 0;
	top: 7px;
	width: 100%;
	height: auto;
	max-width: 60px;
}

.company .sertif .tab{
	display: inline-block;
	margin: 7px 7px 12px;
	vertical-align: top;
	border: 1px solid #ccc;
} 
.doctors .tab img{
	display: block;
	margin-bottom: 20px;
	width: 100%;
	max-width: 255px;
}
.doctors .tab{
	background: #F4F4F4;
	padding-bottom: 15px;
	max-width: 255px;
	margin-bottom: 30px;
	border: 1px solid #ccc;
}
.doctors .tab .name{
	padding: 0 15px;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 4px;
}
.doctors .tab .position{
	margin-bottom: 3px;
	padding: 0 15px;
}
.preparat_acc{
	margin-top: 50px;
	margin-bottom: 65px;
}
.preparat_acc .card-header button{
	color: #2670c0;
	font-weight: bold;
}
.preparat_acc .card-header{
	background: #eff6fc;
}
.fb a{
	font-size: 16px;
	text-decoration: none;
}
.fb a:hover{
	text-decoration: underline;
}
.fb a img{
	position: relative;
	top: -1px;
	margin-right: 7px;
}
header .phones .h_t{
	margin-bottom: 10px;
}
header .phones .h_t a{
	color: #5b94f8;
}
header .phones .h_t a:before{
	display: none;
}
.h_t a{
	text-decoration: none;
}
.h_t a:hover{
	text-decoration: underline;
}
.h_t a img{
	position: relative;
	top: -2px;
	margin-right: 6px;
}


.utp{
	margin-top: 0px;
	margin-bottom: 30px;
	background: rgb(7,23,57);
background: linear-gradient(94deg, rgba(7,23,57,1) 0%, rgba(112,159,220,1) 100%);
	padding: 30px 0 0;
}
.utp .l_bl{
	max-width: 400px;
}
.utp .tab{
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 20px;
	color: #fff;
	max-width: 330px;
}
.utp .tab img{
	width: 50px;
	height: auto;
	margin-right: 20px;
}
.utp .container{
	position: relative;
}
.utp .men_bg{
	display: block;
	width: 100%;
	height: auto;
	max-width: 360px;
	margin: auto;
	position: relative;
	left: -10px;
}
.utp h1{
	color: #fff;
	line-height: 1.6;
}
footer .fb{
	text-align: left;
}
footer .fb a img{
	margin-left: 0;
}
.tab_analiz{
	margin-bottom: 30px;
}
.tab_analiz .post_img{
	margin-right: 15px;
	margin-top: 3px;
}
.tab_analiz .post_img img{
	width: 80px;
	height: auto;
}
.tab_analiz .titl{
	line-height: 1.4; 
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 8px;
}
.tab_analiz .titl a{
	color: #333;
	text-decoration: none;
}
.tab_analiz .tab{
	background: #fff;
	padding: 15px;
	border: 1px solid #BDD4FC;
	border-radius: 4px;
}

.btn-more{
	border: 1px solid #5B94F8;
	font-size: 14px;
	background: #5B94F8;
	color: #fff;
	padding: 5px 10px;
}
.btn-more:hover{
	color: #5B94F8;
	background: #fff;
}
.single-content{
	padding: 15px;
	background: #fff;
}
.footer_form{
	padding: 40px 0;
	background: rgb(7,23,57);
	background: linear-gradient(94deg, rgba(7,23,57,1) 0%, rgba(112,159,220,1) 100%);
	margin-top: 50px;
	border-top: 0px solid #5B94F8;
	border-bottom: 0px solid #5B94F8;
	text-align: center;
	color: #fff;
}
.footer_form .titl {
	font-weight: 700;
	font-size: 23px;
	line-height: 1.3;
	margin-bottom: 7px;
	color: #fff
}
.footer_form .phones a{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	display: block;
	margin: 0px 15px 10px;
}
.komplekty{
	margin-bottom: 40px;
}
.komplekty .tab a{
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	padding: 8px 15px;
	margin: 0;
	font-size: 14px;
	line-height: 1.4;
	color: #274684;
	font-weight: 600;
	text-decoration: none;
	display: inline-block;
	margin-right: 7px;
}
.komplekty .tab a:hover{
	text-decoration: underline;
}
.komplekty .tab img{
	width: 100%;
	height: auto;
	max-width: 350px;
}

.products .tab{
	border: 0px solid #fff;
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
	max-width: 350px;
	margin: 0 auto 30px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}
.products .tab .post_img{
	margin-bottom: 15px;
	border: 1px solid #ccc;
}
.products .tab .post_img img{
	width: 100%;
	height: auto;
	max-width: 350px;
}
.products .tab .post_img a:hover{
	opacity: 0.8;
}
.products .tab .product_inf{
	padding: 0 12px 5px;
}
.products .tab .product_inf .titl{
	margin-bottom: 4px;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.4;
}
.products .tab .product_inf .subheader{
	color: #777;
	font-size: 13px;
	margin-bottom: 10px;
}
.products .tab .product_inf .titl a{
	color: #333;
	text-decoration: none;
}
.products .tab .product_inf .titl a:hover{
	text-decoration: underline;
}
.products .tab .price span{
	font-weight: 600;
	font-size: 16px;
}
.products .tab .bt a{
	color: #fff;
	background: #034488;
}
.products .tab .bt a:hover{
	opacity: 0.8;
}
.products .tab .not{
	color: #ED3C15;
}
.pr_section .bt-preparaty{
	border-bottom: 1px solid #034488;
	text-align: right;
}
.pr_section .bt-preparaty a{
	background: none;
	font-size: 15px;
	padding: 4px 0px;
	color: #333;
	text-decoration: underline;
}
.pr_section .bt-preparaty a:hover{
	text-decoration: none;
}
.pr_section .title_bl .titl{
	text-align: left;
}
.pr_section .komplekty{
	margin-bottom: 25px;
}
.pr_section:first-child{
	margin-bottom: 50px;
}


@media (max-width: 767px) {
	article.post img.alignright,
	article.post img.alignleft,
	article.post img.aligncenter,
	article.post img.size-full
	{
		width: 100%;
		max-width: 400px;
		height: auto;
	}
}

@media (min-width: 576px) {
	header .logo{
		margin: auto;
		margin-right: 20px;
		margin-bottom: 5px;
		text-align: left;
	}
	header .h_desc{
		padding-bottom: 0;
		padding-left: 0;
		border: 0;
		text-align: left;
		font-size: 15px;
		margin: auto;
		margin-left: 0;
	}
	header .h_desc br{
		display: none;
	}
	header .phones{
		margin: auto;
		text-align: right;
		margin-bottom: 10px;
	}
	header .fb{
		margin: auto;
		margin-left: 0;
		text-align: right;
	}
	.fb a{
		font-size: 14px;
	}
	footer .fb{
		margin-top: 0 !important;
	}
	footer .politic{
		margin-top: 5px;
	}
}

@media (min-width: 768px) {
	.product_desc .img_bl{
		margin-bottom: 0;
	}
	footer .fb{
		text-align: right;
		margin-top: 5px;
	}
	header .phones p{
		margin-bottom: 0;
		margin-left: 18px;
		text-align: right;
	}
	header .phones p a{
		font-size: 16px;
		font-weight: bold;
	}
	header .phones{
		margin-bottom: 12px;
		margin-top: 5px;
	}
	.fb a{
		font-size: 15px;
	}
	.utp .men_bg{
		position: absolute;
		right: -30px;
		left: auto;
		bottom: 0;
		max-width: 415px;
	}
	.utp{
		padding: 0;
	}
	.utp .container{
		padding: 45px 15px 40px;
	}
}

@media (min-width: 992px) {
	.product_desc{
		
	}
	header .phones{
		margin-right: 0;
		text-align: right;
		margin-left: 0;
		margin-top: 0;
	}
	header .phones a:before{
		width: 14px;
		height: 14px;
		top: 2px;
	}
	header .inf_bl{
		padding-left: 0;
	}
	header .fb{
		margin-right: 0;
		margin-left: auto;
		margin-bottom: auto;
	}
	header .h_desc{
		max-width: 100%;
		font-weight: normal;
		font-size: 16px;
	}
	header .h_desc br{
		display: none;
	}
	header .logo{
		margin-top: 4px;
	}
	header .faq_bl{
		text-align: right;
		margin-top: 8px;
	}
	header .faq_bl .btn{
		margin-right: 5px;
	}
	header .inf_bl{
		margin-bottom: 0;
	}
	header .logo_bl{
		margin-bottom: 0;
	}
	header{
		padding-bottom: 26px;
	}
	header .menu_top{
		padding: 12px 0;
	}
	.menu_top .h_t{
		padding: 0;
	}
	.menu_top ul.navbar-nav{
		padding: 0;
		position: relative;
		top: -1px;
	}
	.menu_top ul.navbar-nav li{
		margin-bottom: 0;
		margin-right: 30px;
	}
	.menu_top ul.navbar-nav li a{
		font-size: 15px;
	}
	header .logo{
		margin-left: 0;
	}
	.utp .tab{
		max-width: 100%;
	}
	.utp .l_bl{
		max-width: 600px;
	}
	.home .utp h1{
		font-size: 28px;
	}
	.utp .men_bg{
		max-width: 415px;
	}
	.utp .tab img{
		margin-right: 25px;
	}
}

@media (min-width: 1200px) {
	header .faq_bl .btn{
		margin-right: 0;
		position: relative;

	}
	header .logo{
		margin-top: 7px;
	}
	.h_navbar ul{
		padding-bottom: 0;
	}
	.h_navbar ul li a, .h_navbar ul li span, .h_navbar ul > li.current-category-ancestor a, .h_navbar ul > li.current-post-ancestor a{
		padding: 0 15px;
		line-height: 55px;
	}  
	.tab_analiz .post_img img{
		width: 100px;
	}
	.tab_analiz .titl{
		margin-bottom: 12px;
	}
	.row.products > div{
		padding-left: 7px;
		padding-right: 7px;
	}
}






