.rekOlama{
	font:14px/1.6em Arial, sans-serif;
	line-height:1.6em;
}
.rekOlama .center{
	text-align:center;
}

.rekOlama h1{
	font-size: 32px;
	line-height: 2.6em;
	font-weight: bold;
	margin-top: 15px;
}
.rekOlama h2{
	font-size: 20px;
	line-height: 1.6em;
	font-weight: bold;
}
.rekOlama h3{
	font-size: 14px;
	line-height: 1.6em;
	font-weight: bold;
}

.rekOlama .phones{
	font-size:18px;
	font-weight:bold;
	line-height: 1.6em;
}
.rekOlama .phones span {
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
}
.rekOlama .email{
	color: #2965cc;
}
.rekOlama hr {
	border-color: #ccd1d9;
	border-width: 1px;
	border-style: solid;
	border-top: none;
}


.info_block {
    margin-top: 30px;
    margin-bottom: 40px;
}
.info_block_tab {
    width: 30%;
    margin-right: 5%;
    float: left;
    border-radius: 6px;
    box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.2);
}
.info_block_tab:last-child {
    margin-right:0;
}
.info_block_top {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
}

.info_block_text {
    padding: 15px;
    text-align: center;
}
.info_block_img {
    display: inline-block;
}
.info_block_img1{
	background-position: -195px -2px;
	width:44px;
	height:44px;
}
.info_block_img2{
	background-position: -195px -49px;
	width:54px;
	height:31px;
	margin: 6px 0 5px 0;
}
.info_block_img3{
	background-position: -242px -2px;
	width:44px;
	height:44px;
}



.block_border,
.table_border{
	border-color: #ccd1d9;
	border-width: 1px;
	border-style: solid;
	border-radius: 6px;
}
.block_border{
	padding: 22px;
}
.table_border h2{
	padding: 12px;
}

.table_border table{
	width:100%;
}
.table_border th{
	background-color:#f1f1f1;
	font-weight:bold;
}
.table_border th span,
.table_border td span{
	font-weight:normal;
	color:#555555;
}
.table_border td{
	border-bottom: 1px dashed #d9d9d9;
}
.table_border td,
.table_border th{
	vertical-align:middle;
	height: 50px;
}
.table_border tr th:first-child,
.table_border tr td:first-child{
	padding-left: 12px;
}

.table_border .empty td{
	border:none;
	height:22px;
}
.table_border .result td{
	border: none;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
}
.table_border .result.total td{
	font-size: 16px;
	color: #2965cc;
}

.table_border .cell-right {
	text-align: right;
	padding-right: 22px;
}

.rekOlama .leave_application{
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 30px;
	width: 180px;
	display:none;
}
.rekOlama .send_application_submit{
	width:120px;
	height:30px;
	margin-top: 12px;
	margin-bottom: 12px;
}


.send_application_form label {
    margin-bottom: 10px;
    display: block;
}

.send_application_input {
    border: 1px solid #ccd1d9;
    border-radius: 4px;
    overflow: hidden;
    max-width: 280px;
}
.send_application_input.error {
    border-color: #FF8E8E;
}

.send_application_input input {
    width: 96%;
    padding: 0 2%;
    margin: 0;
    outline: none;
    height: 22px;
    border: none;
}

.send_application_textarea {
    border: 1px solid #ccd1d9;
	border-radius: 4px;
	overflow: hidden;
}

.send_application_textarea textarea {
    width: 98%;
    min-height: 78px;
    display: block;
    margin: 0;
    padding: 4px 1%;
    border: 0;
    resize: none;
}

.download_block {
	margin-top: 30px;
	margin-bottom: 30px;
}
.download_block_tab {
    margin-bottom:12px;
}

.download_block_tab_content{
	padding: 22px;
	padding-bottom: 12px;
	background-color: #f1f1f1;
	border-radius: 4px;
}
.download_block_title{
	margin-bottom:12px;
}

.download_block_link {
    text-decoration: none;
    line-height: 32px;
    display: block;
}
.download_block_file_item{
	margin: 28px 0;
}
.download_block_discount_item {
	list-style-type: disc;
	margin: 10px 0;
	margin-left: 26px;
}

.download_block_file_text{
	margin-left:5px;
	color: #2965cc;
	text-decoration: underline;
} 
.download_block_link .i_file{
	margin-bottom: -11px;
}
.send_application_form_parrent{
	display:none;
	margin-top: 40px;
}
.bottom_info{
	display:none;
}

.result {
    display: none;
}

.rekOlama tr td:nth-child(3), 
.rekOlama tr td:nth-child(4),
.rekOlama tr th:nth-child(3), 
.rekOlama tr th:nth-child(4) {
    display: none;
}

.info_block {
    display: none;
}
@media screen and (min-width:755px){
	.result {
		display: table-row;
	}

	.rekOlama tr td:nth-child(3), 
	.rekOlama tr td:nth-child(4),
	.rekOlama tr th:nth-child(3), 
	.rekOlama tr th:nth-child(4) {
		display: table-cell;
	}

	.info_block {
		display: block;
	}
	.bottom_info{
		display:block;
	}
	.rekOlama tr td:nth-child(4),
	.rekOlama tr th:nth-child(4){
		width: 154px;
	}
	.rekOlama tr td:nth-child(3),
	.rekOlama tr th:nth-child(3){
		width: 144px;
	}
}

.checker .i_minus,
.checker .i_plus{
    cursor: pointer;
}

.checker .checker_input {
    display: inline-block;
    width: 30px;
    margin: 0 10px;
    overflow: hidden;
    border: 1px solid #ccd1d9;
    border-radius: 3px;
    height: 22px;
}

.checker input {
    margin: 0;
    padding: 0;
    border: none;
}

.checker input[type="text"] {
    margin: 0;  padding: 0;  border: none;
    text-align: center;
    width: 100%;
    height: 21px;
    outline: none;
    font-weight: bold;
}

.checker2 input {
    display: none;
}

.checker2_checkbox {
    width: 15px;
    height: 15px;
    border: 1px solid #ccd1d9;
    border-radius: 3px;
    cursor: pointer;
    margin-left: 38px;
	position:relative;
}
.checker2_checkbox.on:after{
	content: ' ';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 9px;
	height: 9px;
	border-radius: 2px;
	background-color: #555555;
}

