body {
    font-family: 'Roboto', sans-serif;
}

p, h3 { font-size:14px;}
.box_iko{

    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    color:#999;
    line-height: 1.2em;
    font-weight: 800;
}
.box_iko img{ width:140px;}

#tabs .tab {
    display: inline-block; /* выстраиваем вкладки в один ряд */
   //* border: 1px solid #707070;*//
    border-radius: 15px;
    background: #c7c7c7;
    color:#FFF;
    padding: 5px 10px;
    margin: 10px;
    position: relative;
    z-index:5;
	font-size: 11px;
}
#tabs .whiteborder {
    border: 1px solid #707070;
    background: #8BC34A;
    color:#FFF;
}
#tabs .tabContent { 
    margin-top:10px;
    top: -1px; 
    z-index:1;
    padding: 0px;
    border-radius: 0 0 3px 3px;
    display: inline-block;


}
#tabs .hide {
    display: none;
}

/* форма внутри */
box_ob0{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.box_ob1{

    position: relative;
    overflow: hidden;
    width: 180px;
	    height: 240px;
    margin-bottom: 20px;
    cursor: pointer;
    border-radius: 5px;
    background: #f0f3f4;
    display: inline-block; 
    vertical-align: top;	
}
.ob2{height: auto;}

.box_ob1 input {
    position: absolute;

    display: block;
}

.botton5_ob{
    display: inline-block;
        padding: 10px 15px;
    margin: 10px;
    border-radius: 10px;
    background: #FF9800;
    color: #FFF;


}

.botton5_ob:hover{
    background: #d88204;
    cursor: pointer;	

}
.botton_syze{
    padding: 3px 15px;
}


.botton6_ob{

    padding: 3px 0px;
    width: 240px;
    border-radius: 10px;
    background: #397509;
    color: #FFF;
    position: absolute;
    bottom:5px;
    text-align:center;
    right:0px;


}
.botton6_ob:hover{
    background: #4fa10e;	

}

.widget_check{
    z-index: 2;
    margin: auto;
    border: 1px dashed #d3d3cf;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 0 9px #f0f3f4;
    box-shadow: 0 0 0 9px #f0f3f4;
    position: relative;
    top: -16px;
    width: 32px;
    height: 32px;
    background: #fff;	

}

.widget_check span {
    position: relative;
    display: block;
    width: 12px;
    height: 8px;
    margin: 10px auto 0;
    -webkit-transition: all .15s;
    transition: all .15s;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #d3d3cf;}


.widget_check span::before {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 9px;
    height: 5px;
    content: '';
    display: block;
    -webkit-transition: all .15s;
    transition: all .15s;
    background: #fff;}
.checked span {
    background: #eea236;
}

.widget_item_text label {
font-size: 14px;
    position: absolute;
    font-weight: 700;
    z-index: 1000;
    top: 0px;
    text-align: center;
    cursor: pointer;
    line-height: 14px;
    padding: 200px 10px 18px 10px;
    width: 180px;
    left: 0px;}



.widget_item_text label:hover {
    color: #C60;

}

.form_radio_btn {
    display: inline-block;

}
.form_radio_btn input[type=radio] {
    display: none;
}
.form_radio_btn label {
    display: inline-block;
    cursor: pointer;
width: 177px;
    line-height: 34px;
    border: 1px solid #999;
    border-radius: 6px;
    user-select: none;
}

/* Checked */
.form_radio_btn input[type=radio]:checked + label {
    background: #ffe0a6;
}

/* Hover */
.form_radio_btn label:hover {
    color: #666;
}

/* Disabled */
.form_radio_btn input[type=radio]:disabled + label {
    background: #efefef;
    color: #666;
}

.box_ob1 img {
    border: 0;
    opacity:0.5;
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    background-color:#000;
    filter: alpha(opacity=80) black;
}

.popup_block {
    text-align: center;
	/*border: 1px solid #999;
    border-radius: 6px;*/

}

.box_ob1:hover img {
    opacity:1;
}

#M2,#H,#L,#mail{ padding:20px;
	margin: 10px;
	    width: auto;
	}