#content {
    width: 48.3%;
    margin-bottom: 40px;
}
* {
    border-collapse: collapse;
}
.left-block-nav {
    background: #fff;
}
.left-block-nav a{
    text-decoration: none;
}
.left-block-nav .group-products {
    background: #fff;
    padding: 20px;
	width: 100%;
	height: 250px;
}
.left-block-nav .group-products img {
	width: auto;
	height: 100%;
	background-size: cover;
	display: block;
	margin: 0 auto;
}
.left-block-nav .exps_link {
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    background-color: #f3f3f3;
    width: 100%;
    height: 50px;
    margin: 30px 0;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.left-block-nav .exps_link:hover {
    cursor: pointer;
    background: #70c330;
}
.left-block-nav .exps_link:hover span {
    color: #fff;
}
.left-block-nav .exps_link:hover .icon-cert:after {
    content: " ";
    background: url("../img/svg/certificat-w.svg") no-repeat;
    display: block;
    height: 100%;
    background-position: center;
}
.left-block-nav .exps_link span {
    font: 400 15px Arial;
    color: #333333;
    line-height: 50px;
    text-align: left;
    padding-left: 15px;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.left-block-nav .exps_link .icon-cert {
    height: 100%;
    width: 50px;
    display: block;
    float: left;
    border-right: 1px solid #e0e0e0;
}
.left-block-nav .exps_link .icon-cert:after {
    content: " ";
    background: url("../img/svg/certificat.svg") no-repeat;
    display: block;
    height: 100%;
    background-position: center;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.left-block-nav .exps_link .icon-calc {
    height: 100%;
    width: 50px;
    display: block;
    float: left;
    border-right: 1px solid #e0e0e0;
}
.left-block-nav .exps_link .icon-calc:after {
    content: " ";
    background: url("../img/svg/operations.svg") no-repeat;
    display: block;
    height: 100%;
    background-position: center;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.left-block-nav .bay {
    background-color: #00a8ea;
}
.left-block-nav .bay span {
    width: 100%;
    color: #fff;
    text-align: center;
    display: block;
    padding-left: 0;
}
.right-block-nav {
    margin-right: 0px;
    margin-left: 30px;
    position: relative;
}
.right-block-nav .group-products {
    background: #ffffff;
    padding-left: 37px;
    /*padding-right: 37px;*/
}
.right-block-nav .group-products .title {
    height: 70px;
    width: 100%;
    display: block;
    text-transform: uppercase;
	position: relative;
}
.title.title-detail-content {
	line-height: 29px;
	margin-bottom: 27px;
}
.right-block-nav .group-products .title span {
    font: 400 14px Arial;
    color: #aaaaaa;
    text-align: left;
    position: relative;
    width: auto;
    line-height: 70px;
}
.right-block-nav .group-products .title span:after {
    content: " ";
    width: 20px;
    height: 20px;
    background: url("../img/svg/alert_green.svg") no-repeat;
    background-size: cover;
    display: inline-block;
    position: absolute;
    top: -2px;
    left: 44px;
}

.right-block-nav .group-products .title:hover .prompt {
    display: block;
}
.right-block-nav .group-products a.item-gr {
    width: 100px;
    height: auto;
    display: inline-block;
    position: relative;
    border: none;
    padding-left: 0;
	padding-right:0;
}
.right-block-nav .group-products a.item-gr:hover {
    background: #ffffff;
}
.right-block-nav .group-products a.item-gr .img-block {
    border: 1px solid #ffffff;
    border-radius: 10px;
    width: 100px;
    height: 50px;
    display: block;
    overflow: hidden;
}
.right-block-nav .group-products a.item-gr .img-block img {
    width: 100%;
    height: 100%;
}
.right-block-nav .group-products a.item-gr span.subm {
    width: 100%;
    height: 30px;
    overflow: hidden;
    font: 400 12px Arial;
    color: #999999;
    letter-spacing: -0.12px;
    text-align: center;
    position: relative;
    bottom: 0;
    left: 0;
    text-transform: none;
    display: block;
}
.right-block-nav .group-products a.item-gr:nth-of-type(2n) {
    margin-left: 10px;
}

.prompt {
    display: none;
    position: absolute;
    width: auto;
    height: auto;
	top: inherit;
	left: -55%;
	bottom: 45px;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.prompt .text {
    width: 320px;
    height: 100%;
    padding: 5px;
}
tbody{
	width: 100%;
}

.drop-down-block {
    height: auto;
    width: 100%;
    border-top: 1px solid #dadada;
    position: relative;
	display: block;
}
.drop-down-block .dd-b-name {
    font: 400 16px Arial;
    color: #333333;
    text-align: left;
    text-transform: uppercase;
    padding: 17px 0;
    width: 100%;
	position: relative;
}
.drop-down-block:last-of-type .dd-b-name {
    border-bottom: 1px solid #dadada;
}
.drop-down-block:last-of-type .dd-b-name {
    
}
.drop-down-block .conditions {
    font: 400 14px Arial;
    color: #999999;
    text-align: left;
    padding: 17px 0;
    width: 30%;
    position: absolute;
    right: 39px;
    top: 0;
}
.drop-down-block .but-op-cl {
    background: url("../img/svg/down_square.svg") no-repeat;
    width: 31px;
	height: 31px;
	background-size: cover!important;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
	transform: translate(0%, -50%);
	-moz-transition: background ease-in-out 0.2s;
	-webkit-transition: background ease-in-out 0.2s;
	transition: background ease-in-out 0.2s;
}
.drop-down-block .but-op-cl:hover {
	background: url("../img/svg/down_square_green.svg") no-repeat;
    cursor: pointer;
}
.drop-down-block .but-op-cl-up {
	background: url("../img/svg/up_square.svg") no-repeat;
	width: 31px;
	height: 31px;
	background-size: cover!important;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0%, -50%);
	-moz-transition: background ease-in-out 0.2s;
	-webkit-transition: background ease-in-out 0.2s;
	transition: background ease-in-out 0.2s;
}
.drop-down-block .but-op-cl-up:hover {
	background: url("../img/svg/up_square_green.svg") no-repeat;
	cursor: pointer;
}
.drop-down-block .text-more {
	display: none;
    width: 100%;
    overflow: hidden;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
/*.drop-down-block .conditions-more:first-of-type {
    margin-top: 40px!important;
}
.drop-down-block .conditions-more:last-of-type {
    border-bottom: 1px solid #dadada;
    margin-bottom: 40px!important;
}
.drop-down-block .conditions-more.item-opt {
    border-bottom: 1px solid #dadada;
    width: 100%;
    height: 100%;
}
.drop-down-block .i-o-left {
    width: 50%;
    height: auto;
    font: 400 14px/40px Arial;
    color: #aaaaaa;
    text-align: left;
    text-transform: uppercase;
}
.drop-down-block .i-o-right {
    width: 50%;
    height: auto;
    font: 400 14px/20px Arial;
    color: #333333;
    text-align: left;
    padding: 10px 0;
}*/
.is-open {
   /* border-bottom: 1px solid #dadada;
    margin-bottom: 40px;*/
}
/*
.is-open .conditions {
    display: none;
}*/
.is-open .dd-b-name {
    border-bottom: 1px solid #dadada;
}
.is-open .dd-b-name:last-of-type {
    border-bottom: none;
}
.is-open .text-more {
    display: block;
    height: auto!important;
}


#belinka_rcmd {
    position: relative;
}
/*#page {
    padding-bottom: 0px; 
}*/
footer{
	z-index: 2;
	position: relative;
}

.pictograph{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
	margin-bottom: 15px;
}

.pictograph .pict-item {
    width: 81px;
    height: 81px;
    display: inline-block;
    margin-right: 18px;
}

.pictograph .pict-item:last-of-type{
    margin-right: 0;
}

.no-colors #content {
	width: 74%;
}

/* ______________________________ TABLE __________________________________________*/

thead {
	display: none;
}
table.tbl_std {
	width: 100%;
	height: auto;
	margin-top: 30px;
}

table.tbl_std tr {
	border-top: 1px solid #dadada;
	height: auto;
}

table.tbl_std tr:last-of-type {
	border-bottom: 1px solid #dadada;
}
table.tbl_std tr td {
	width: 100%;
	padding: 10px 0;
}
table.tbl_std tr td:nth-of-type(odd) {
	font: 400 14px/22px Arial;
	color:  #aaaaaa;
	text-align: left;
	text-transform: uppercase;
	width: 41%;
	padding: 10px;
	
}
td.ask_valueble {
	position: relative;
}
td.ask_valueble > span {
	font-family: arial;
	display: inline-block;
	background-color: white;
	color: #c9c9c9;
	border: 2px solid #c9c9c9;
	width: 19px;
	height: 19px;
	font-size: 15px;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px;
	cursor: pointer;
	position: relative;
	line-height: 16px;
}


td.ask_valueble > .ask_valueble_text {
	width: 280px;
	background-color: #ffffff;
	padding: 19px 25px;
	position: absolute;
	bottom: 48px;
	left: -131px;
	border-radius: 5px;
	display: none;
	transition: 0.2s;
	opacity: 0;
	z-index: 999;
	color:  #333333;
	text-align: center;
	border: 1px solid #e0e0e0;
	box-shadow: 0px 2px 24px 0px rgba(27, 25, 21, 0.12);

}

td.ask_valueble > .ask_valueble_text:before {
	content: ' ';
	display: block;
	border: 1px solid #e0e0e0;
	border-bottom: none;
	border-right: none;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: -11px;
	left: 50%;
	background-color: #ffffff;
	box-shadow: 0px2px24px0pxrgba(27,25,21,0.12);
	transform: translate(-50%, 0%) rotate(-135deg);
}

td.ask_valueble > span:hover {
	color: #70c330;
	border-color: #70c330;
}
td.ask_valueble > span:hover + .ask_valueble_text {
	display: block;
	opacity: 1;
}