.calc_wrap h1 {
	text-align: center;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
} 

p.calc_descr {
	text-align: center;
	font-size: 16px;
} 

.col-3 {
	width: 33%;
	float: left;
}
.calc_wrap  h2 {
	color:  #404040;
	font-size: 20px;/* Приближение из-за подстановки шрифтов */
	font-weight: 400;
	line-height: 24px;/* Приближение из-за подстановки шрифтов */
	text-align: center;
	width: 185px;
    margin: 0 auto;
}


.num_calc{
	border-width: 1px;
	border-color:  #cfcfcf;
	border-style: solid;
	background-color:  #f9f9f9;
	width: 78px;
	height: 42px;
    text-align: center;
    font-size: 18px;
    color: #555;
    position: relative;
	
}

.strela {
	display: inline-block;
	border-width: 1px;
	border-color:  #cfcfcf;
	border-style: solid;
	background-color:  #f0f0f0;
    padding: 8px 15px;
	color:  #404040;
	font-size: 18px;/* Приближение из-за подстановки шрифтов */
	text-align: center;
	cursor:pointer;
    line-height: 24px;
}

.strela-minus {
	padding: 8px 17px;
}

.strela:hover{
	color: #fff;
	background: #22b699;	
}

.shpric{
    width: 175px;
    margin: 15px auto;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}
.clearfix:after{
    clear: both
}

.fright  {
    width: 100%;
    margin: 20px auto 40px;
    background: #f6f6f6;
    padding: 10px 0px;
}

.col-4 {
	width: 40%;
	float: left;
}

.col-5{
	width: 45%;
	float: left;
    padding: 0 15px 25px;
}

#information-information .col-6 {
	width: 60%;
	float: left;
}
.calc_wrap  h4 {
	color:  #404040;
	font-size: 16px;/* Приближение из-за подстановки шрифтов */
	font-weight: 400;
	line-height: 24px;/* Приближение из-за подстановки шрифтов */
	text-align: left;
    -webkit-margin-before: 0;
}

.calc_wrap  h4 b{
	
	font-size: 20px;/* Приближение из-за подстановки шрифтов */
}

.line {
	position: relative;
	top: 6px;
}

#redruler {
    opacity: 0.7;
    position: absolute;
    margin-left: 18px;
    height: 50px;
    width: 2.0684px;	
}

#ruler {
	margin-left: 18px;
}

.adv_descr {
	font-size: 16px;
	margin-top: 30px;
	color: #404040;
	margin-left: 18px;
}

.adv_descr a{
	font-size: 16px;
}

#alert-msg{
	background: #f3d5cc;
    padding: 15px;
    font-size: 15px;
    text-align: center;
    color: #484747;
    font-weight: 700;
    border: 1px solid #ff674f;
	display:none;
}
#alert-msg2{
	background: #f3d5cc;
    padding: 15px;
    font-size: 15px;
    text-align: center;
    color: #484747;
    font-weight: 700;
    border: 1px solid #ff674f;
	display:none;
	width: 80%;
    margin: 10px auto 10px;
}

.wrong {
	border-color: #ff674f !important;
}

.fright  h1 {
	margin-bottom: 20px;
}

#wrapper div.tab_body {
    display:none;
}
#wrapper.tab1 div.tab1 {
    display:block;
    width:100%;
}
#wrapper.tab2 div.tab2 {
    display:block;
    width:100%;
}

#wrapper.tab1 a.tab1,
#wrapper.tab2 a.tab2  {
	background: #fff;
}

.line img{
	max-width: 100%;
}


#wrapper > a{
	width: 50%;
    display: block;
    float: left;
    text-align: center;
    color: #404040 !important;
    font-size: 20px;
    font-weight: 400 !important;
    text-transform: uppercase;
    cursor: pointer !important;
    background: #eee;
    font-family: "Century Gothic", "Trebuchet MS", "Helvetica", "Arial", sans-serif;
	text-decoration: none!important;
	padding: 15px 0;
}
#wrapper > a:hover{
	background: #e6e6e6;
}

@media (max-width: 768px) {
	#wrapper > a {
		width: 100%;
	}
	
	.col-3,
	.col-4,
	.col-5,
	.col-6 {
		width: 100%;
		max-width: 100%;
	}	
	
	#redruler, 
	#ruler {
		margin-left: 0;
	}
	
	.adv_descr {
		font-size: 16px;
		margin-top: 30px;
		color: #404040;
		margin-left: 0px;
		margin-bottom: 20px;
	}
	
	.calc_wrap h1 {
		border-top: 2px solid #eee;
		line-height: 24px;
		padding-top: 10px;
	}
	
}

