h1.main-title{
margin-bottom: 20px;
}

.div_content{
padding-bottom: 30px;
width: 100%;
}

.opinie_all{
box-sizing:border-box;
padding-bottom: 30px;
}

.opinie_all .divOpinia{
width: 1200px;
max-width: 100%;
box-sizing:border-box;
margin:0px auto;
}

.op_div{
border-top:1px solid #EEEEEE;
padding:25px 0px;
position:relative;
}
.opinie_all .op_div:first-child{
border: none;
}

.opinie_all .s_1{
background-color: #F8F8F8;
}

.op_div .tresc_op{
margin-bottom:15px;
font-weight:300;
max-height:445px;
overflow:hidden;
font-size: 16px;
font-weight: 400;
}

.op_div .nick_op{
font-weight:bold;
font-size:16px;
margin-bottom:5px;
color: #274652;
}

.op_div .miasto_op{
margin-bottom:20px;
font-style:italic;
font-size:14px;	
}

.op_div .data_op{
display:inline-block;
float:right;
top:0px;
right:0px;
font-size: 13px;
font-weight: 300;
}

.LinkNew{
/*	
display:block;
position: relative;
width: 1200px;
max-width: 100%;
box-sizing:border-box;
margin:0px auto 60px auto;
*/
/*float: right;*/
	float: right;
}

.new_op{
display: inline-block;
transition: all 0.5s ease;
box-sizing: border-box;
padding: 12px 25px;
color: #FFFFFF;
font-size: 18px;
background-color: #F15A40;
border: 1px solid #F15A40;
margin: 0px 9px;
white-space: nowrap;
border-radius: 4px;
}

.new_op:hover{
background-color: #FFFFFF;
color: #F15A40;
}
.content_text_forms .msg{
color: #008000;
font-weight: 700;
font-size: 17px;
}
.content-text{
width: 1200px;
max-width: 100%;
box-sizing:border-box;
margin: 0px auto;

}

.content-text.descFlex{
  display: flex;
  padding: 30px 0px;
  border-bottom: 1px solid #F2F2F2;
justify-content: space-between;
align-items: flex-start;
}

.content-text .descOpinia{
padding-right: 15%;
}
.content-text.addOpinia{
padding: 30px 0px;
}

.labSelect select {
-webkit-appearance:none;
-moz-appearance:none;	
border: none;
box-sizing: border-box;
cursor: pointer;
position: relative;
width: 100%;	
width: 200px;
color: #868889;
font-size: 14px;
border:1px solid #d0d4d7;
color: #576166;

padding: 4px 5px;
border-radius:3px;
}
.labSelect select option{
font-size: 14px;
padding: 5px 5px 5px 10px;
border-bottom: 1px dashed #EFEFEF;
background-color: #FFFFFF;
}

.labSelect select option:hover, .labSelect select option:checked {
    box-shadow: 0 0 10px 100px #868889 inset;
}

label.labSelect {position:relative;  box-sizing:border-box;
display: inline-block;
background-color: #FFFFFF;

}


label.labSelect:after {
   content: "";
width: 32px;
height: 100%;
background: #868889 url('../images/ico_select.png') 50% 50% no-repeat;
position: absolute;
right: 0px;
top:0%;
margin-top: 0px;
transition: all 0.5s ease-out 0s;
}




label.sel:after {
background-color:#fed398;
transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

@media screen and (max-width:1200px){
.opinie_all .op_div{box-sizing: border-box;padding: 25px 15px}
.content-text.descFlex {padding: 30px 15px}
}
@media screen and (max-width:750px){
.content-text.descFlex {flex-wrap: wrap;text-align: center}
.new_op {margin: 30px 0px 0px 0px}
.LinkNew{float: none;width: 100%}
.content-text .descOpinia {padding: 0px}
}