diff --git a/assets/css/main.css b/assets/css/main.css
index 2da5f6d..99428a5 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -1336,34 +1336,34 @@ footer:after {
margin: 33px 0 28px 0;
}
-label {
- width: 23px;
- height: 23px;
- display: block;
- position: relative;
- float: left;
- margin-right: 10px;
-}
+/*label {*/
+ /*width: 23px;*/
+ /*height: 23px;*/
+ /*display: block;*/
+ /*position: relative;*/
+ /*float: left;*/
+ /*margin-right: 10px;*/
+/*}*/
-input[type="checkbox"] + span {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- background: url('../img/check.png') no-repeat center;
- background-position: 0 0;
- background-size: cover;
- cursor: pointer;
-}
+/*input[type="checkbox"] + span {*/
+ /*position: absolute;*/
+ /*left: 0;*/
+ /*top: 0;*/
+ /*width: 100%;*/
+ /*height: 100%;*/
+ /*background: url('../img/check.png') no-repeat center;*/
+ /*background-position: 0 0;*/
+ /*background-size: cover;*/
+ /*cursor: pointer;*/
+/*}*/
/*.sro input[type="checkbox"] {*/
/*opacity: 0;*/
/*}*/
-input[type="checkbox"]:checked + span {
- background-position: 0 -23px;
-}
+/*input[type="checkbox"]:checked + span {*/
+ /*background-position: 0 -23px;*/
+/*}*/
.sro p {
font-size: 15px;
@@ -4481,19 +4481,19 @@ label {
position: relative;
}
-input[type="checkbox"] + span {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- background: url('../img/check.png') no-repeat;
- cursor: pointer;
-}
+/*input[type="checkbox"] + span {*/
+ /*position: absolute;*/
+ /*left: 0;*/
+ /*top: 0;*/
+ /*width: 100%;*/
+ /*height: 100%;*/
+ /*background: url('../img/check.png') no-repeat;*/
+ /*cursor: pointer;*/
+/*}*/
-input[type="checkbox"]:checked + span {
- background-position: 0 -23px;
-}
+/*input[type="checkbox"]:checked + span {*/
+ /*background-position: 0 -23px;*/
+/*}*/
.text-block {
width: 100%;
diff --git a/templates/partials/base.html b/templates/partials/base.html
index 55b1f7a..6e3b622 100644
--- a/templates/partials/base.html
+++ b/templates/partials/base.html
@@ -15,8 +15,6 @@
{# {% compress css %}#}
{% block old_css %}
-
-