.btn {
text-align:center;
background-color:#288836
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
 background-color:#aaa;

}

.modal {
  /* background: rgba(37, 78, 153, 0.3); */
  /* background: rgba(255, 255, 255, 0.7);  */
  background: rgba(186, 216, 191, 0.7);
}

.modal_title {
font-size: 15px;
font-weight: 400;
}

.modal .icon {
  margin-left:10px;
  margin-top:1px;

}

.modal .modal-dialog {
width: 425px;
}

input[type=radio] + span.icon {
 width:15px;
 height:15px;
 border: 1px solid #999;
 background-color:#ddd;
}

.form-group {
margin-bottom:0px;

}

.form-group.button-wrapper {
margin-top:15px;
width:80%;
margin-left:auto;
margin-right:auto;
}

.modal .modal-content {
 padding: 10px;

 /* background-color:#eee; */
 background-color:#fff; 
 /* background-color:#f5fcf6;*/

 border:5px solid #288836;
border-radius:22px;
 color:#555;
}

.radio-group {
    font-size: 15px;
  	width:80%;
	line-height:16px;
	margin-left:30px;
	margin-bottom:30px;

}

.radio {
 padding:0px;

 /* background-color:#eee; */
 background-color:#fff; 
 /* background-color:#f5fcf6; */

 margin-bottom:4px;
 width:100%;

}

.radio_bold {
 font-size:15px;
 font-weight:bold;
 color:#555;

}

.cookie_footer {
 margin-top:15px;
 width:100%;
 text-align:center;

}

#modal-tariff a {
    color: #555;
    font-weight: normal;
  text-decoration: underline;
}

.cookie_link1 {
 margin-right:20px;
}

input[type='radio'], input[type='checkbox'] {
left:5px;
}


/*************mobile*****************/
@media (max-width: 1099px) {

.btn {
padding:3px;
}

.modal .modal-content {
 padding: 0px;
}

.modal .modal-dialog{
	max-width:90%;
}

.modal_title {
font-size: 12px;
}
.radio-group .radio {
 padding-bottom:0px;
    margin-bottom: 0px;
}
.radio-group {
	margin-bottom:10px;
     font-size: 12px;
  	width:80%;
	line-height:12px;
}
.radio {
 	padding:0px;
}
.content h2 {
    font-size: 20px;
    margin-bottom: 5px;
}
.content p {
    margin-bottom: 8px;
}

.radio_bold {
    font-size: 12px;
}
.modal .icon {
  margin-left:16px;
  margin-top:1px;
}

input[type=radio] + span.icon {
 width:9px;
 height:9px;
}

.cookie_footer {
    font-size: 12px;
}
.form-group.button-wrapper {
    margin-top: 8px;
	font-size:12px;
	margin-top:0px;
	width:70%;
}
.cookie_footer {
 margin-top:5px;
}

input[type='radio'], input[type='checkbox'] {
left:4px;
top:3px;
}


}