


.sposob_dost {
    width: 606px;
    border: 1px solid #ecd6c9;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
}
.sposob_dost span {
    float: left;
    width: 201px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #7a4841;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.sposob_dost span.active {background: #ecd6c9;}



.org_select {
    width: 302px;
    border: 1px solid #ecd6c9;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
}
.org_select span {
    float: left;
    width: 300px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #7a4841;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.org_select span.active {background: #ecd6c9;}




@media only screen and (max-width : 530px) {
	.sposob_dost 
		{
			width: 404px;
		}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
		.sposob_dost 
		{
			width: 201px;
		}
}
