.obsuditpage__button1{
    position:relative;
    cursor: pointer;
    display:inline-block;;
    min-width:260px;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 20px;
    line-height:1;
    color:#000;
    padding: 12px 10px 12px 10px;
    background-color: #00ccde;
    border:0;
    box-shadow: none;
}
.obsuditpage__button1:hover{
    background-color: #00deed;
}
.obsuditpage__button1:active{
    top:1px;
}


.obsuditpage__lister_review_title{
	font-size:27px;
	color:#000;
	text-transform:uppercase;
	text-align:center;
}
.obsuditpage__lister_review_list{
	margin-top:25px;
}

.obsuditpage__list1_name{
	color:#616161;
}
.obsuditpage__list1_direct{
	color:#616161;
}
.obsuditpage__list1_primech{
	font-size:16px;
	line-height:1.5;
	font-family:proximanovareg;
	margin-top:5px;
}
.obsuditpage__list1_answer{
	font-size:16px;
	line-height:1.5;
	font-family:proximanovareg;
	border-left: 1px solid #909193;
	padding:5px 5px 7px 7px;
	margin-top:10px;
	margin-left:30px;
}
.obsuditpage__list1_answer span{
	color:#c60000;
}
.obsuditpage__list1_hr{
	line-height:1px;
	height:1px;
	background:#ccc;
	margin:15px 0 25px 0;
}
.obsuditpage__list1_item:last-child .hr{
	display:none;
}

.obsuditpage__selmy1{
    background:#fff url(../img/selmy1_pip.png) no-repeat 100% 15px;
}
.obsuditpage__selmy1 select{
    width:100%;
    height:37px;
    background:rgba(0,0,0,0);
    background:transparent;

    cursor:pointer;
    display:inline-block;
    font-size:16px;
    line-height:16px;
    color:#000;
    padding:5px 5px 5px 5px;
    border:1px #d3d3d3 solid;

	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	appearance:none;

	text-overflow: ''; /* this is important! */

	/*for Iphone*/
	box-shadow:none;
	-webkit-box-shadow:none;

	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;

	border:1px #d3d3d3 solid;
	outline:0;
	margin:0;
}
.obsuditpage__selmy1 select option:first-child{
    /*
    color:#646464;
    */
}
.obsuditpage__selmy1 select option{
    color:#000;
    padding-left:15px;/*FF*/
}
.obsuditpage__selmy1:hover{
    /*opacity:0.8;*/
}