/* Button ---------------------------------------------------------- */ .wpb_vc_button { .wpb_element_wrapper { background-image: none; padding-left: 10px; height: auto; min-height: inherit; } .wpb_button { display: inline-block; position: relative; padding: 5px 10px 4px; margin-bottom: 0; color: #333333; text-align: center; vertical-align: middle; cursor: default; background-color: #f5f5f5; background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); background-image: linear-gradient(top, #ffffff, #e6e6e6); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0); border-color: #e6e6e6 #e6e6e6 #bfbfbf; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); border: 1px solid #cccccc; border-bottom-color: #b3b3b3; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05); i.icon { margin-bottom: -3px; margin-left: 10px; top: -2px; position: relative; width: 16px; height: 16px; } } // Button sizes .btn-large { padding: 9px 14px 7px; font-size: 110%; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; i.icon { margin-bottom: -3px; margin-left: 14px; top: -1px; } } .btn-small { padding: 5px 9px 3px; font-size: 90%; i.icon { margin-left: 8px; margin-bottom: -4px; top: -3px; } } .btn-mini { padding: 3px 6px 2px; font-size: 85%; i.icon { display: none !important; } } // Button colors .btn-primary, .btn-warning, .btn-danger, .btn-success, .btn-info, .btn-inverse { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } .btn-primary { //Blue background-color: #0074cc; background-image: -moz-linear-gradient(top, #0088cc, #0055cc); background-image: -ms-linear-gradient(top, #0088cc, #0055cc); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc)); background-image: -webkit-linear-gradient(top, #0088cc, #0055cc); background-image: -o-linear-gradient(top, #0088cc, #0055cc); background-image: linear-gradient(top, #0088cc, #0055cc); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0); border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } .btn-info { //Turqoise background-color: #49afcd; background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4); background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4)); background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4); background-image: -o-linear-gradient(top, #5bc0de, #2f96b4); background-image: linear-gradient(top, #5bc0de, #2f96b4); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0); border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } .btn-success { //Green background-color: #5bb75b; background-image: -moz-linear-gradient(top, #62c462, #51a351); background-image: -ms-linear-gradient(top, #62c462, #51a351); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351)); background-image: -webkit-linear-gradient(top, #62c462, #51a351); background-image: -o-linear-gradient(top, #62c462, #51a351); background-image: linear-gradient(top, #62c462, #51a351); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0); border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); } .btn-warning { //Orange background-color: #faa732; background-image: -moz-linear-gradient(top, #fbb450, #f89406); background-image: -ms-linear-gradient(top, #fbb450, #f89406); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406)); background-image: -webkit-linear-gradient(top, #fbb450, #f89406); background-image: -o-linear-gradient(top, #fbb450, #f89406); background-image: linear-gradient(top, #fbb450, #f89406); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0); border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } .btn-inverse { //Black background-color: #414141; background-image: -moz-linear-gradient(top, #555555, #222222); background-image: -ms-linear-gradient(top, #555555, #222222); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222)); background-image: -webkit-linear-gradient(top, #555555, #222222); background-image: -o-linear-gradient(top, #555555, #222222); background-image: linear-gradient(top, #555555, #222222); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0); border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } .btn-danger { //Red background-color: #da4f49; background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f); background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f)); background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f); background-image: -o-linear-gradient(top, #ee5f5b, #bd362f); background-image: linear-gradient(top, #ee5f5b, #bd362f); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0); border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } } @import "../lib/wpb_icon.less"; {"id":101,"date":"2025-05-13T10:35:12","date_gmt":"2025-05-13T10:35:12","guid":{"rendered":"http:\/\/s242.dai.uom.gr\/?p=101"},"modified":"2025-05-14T08:26:08","modified_gmt":"2025-05-14T08:26:08","slug":"betonred-vzryvnoj-neonovyj-jekshen-1717","status":"publish","type":"post","link":"http:\/\/s242.dai.uom.gr\/?p=101","title":{"rendered":"BetOnRed \u2013 \u0432\u0437\u0440\u044b\u0432\u043d\u043e\u0439 \u043d\u0435\u043e\u043d\u043e\u0432\u044b\u0439 \u044d\u043a\u0448\u0435\u043d"},"content":{"rendered":"

BetOnRed \u2014 \u0430\u0440\u043a\u0430\u0434\u043d\u044b\u0439 \u0448\u0443\u0442\u0435\u0440<\/h1>\n

BetOnRed<\/strong> \u2014 \u0434\u0438\u043d\u0430\u043c\u0438\u0447\u043d\u044b\u0439 \u0430\u0440\u043a\u0430\u0434\u043d\u044b\u0439 \u0448\u0443\u0442\u0435\u0440 \u0432 \u0441\u0432\u0435\u0442\u043e\u0432\u043e\u043c \u0441\u0442\u0438\u043b\u0435, \u0433\u0434\u0435 \u0432\u0441\u0451 \u0440\u0435\u0448\u0430\u044e\u0442 \u0431\u044b\u0441\u0442\u0440\u043e\u0442\u0430, \u0442\u0430\u0439\u043c\u0438\u043d\u0433 \u0438 \u0432\u044b\u0441\u0442\u0440\u0435\u043b\u044b. \u0412\u044b \u0443\u043f\u0440\u0430\u0432\u043b\u044f\u0435\u0442\u0435 \u043b\u0430\u0437\u0435\u0440\u043d\u043e\u0439 \u043f\u0443\u0448\u043a\u043e\u0439, \u0441\u0431\u0438\u0432\u0430\u044f \u0441\u0432\u0435\u0442\u044f\u0449\u0438\u0435\u0441\u044f \u0446\u0435\u043b\u0438, \u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0435 \u0441\u0432\u0435\u0440\u0445\u0443. \u0423 \u043a\u0430\u0436\u0434\u043e\u0439 \u0446\u0435\u043b\u0438 \u0435\u0441\u0442\u044c \u0447\u0438\u0441\u043b\u043e \u2014 \u0442\u0435\u043c \u0431\u043e\u043b\u044c\u0448\u0435 \u0443\u0434\u0430\u0440\u043e\u0432 \u043d\u0443\u0436\u043d\u043e \u0434\u043b\u044f \u0440\u0430\u0437\u0440\u0443\u0448\u0435\u043d\u0438\u044f.<\/p>\n

\u0418\u0433\u0440\u0430 \u043b\u0435\u0433\u043a\u043e \u043e\u0441\u0432\u0430\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u0431\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u044f \u043f\u0440\u043e\u0441\u0442\u043e\u043c\u0443 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044e: \u043d\u0430\u0436\u0430\u043b \u2014 \u043f\u043e\u043f\u0430\u043b. \u041d\u043e \u0434\u043e\u0431\u0438\u0442\u044c\u0441\u044f \u0432\u044b\u0441\u043e\u043a\u043e\u0433\u043e \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430 \u0431\u0443\u0434\u0435\u0442 \u043d\u0435 \u0442\u0430\u043a \u043f\u0440\u043e\u0441\u0442\u043e \u2014 \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0440\u0430\u0441\u0442\u0451\u0442 \u0441 \u043a\u0430\u0436\u0434\u043e\u0439 \u0441\u0435\u043a\u0443\u043d\u0434\u043e\u0439.<\/p>\n

BetOnRed<\/strong> \u0441\u043e\u0432\u043c\u0435\u0449\u0430\u0435\u0442 \u043a\u043b\u0430\u0441\u0441\u0438\u043a\u0443 \u0430\u0440\u043a\u0430\u0434 \u0441 \u043d\u0435\u043e\u043d\u043e\u0432\u044b\u043c\u0438 \u0432\u0438\u0437\u0443\u0430\u043b\u0430\u043c\u0438: \u0441\u0432\u0435\u0442, \u043f\u043b\u0430\u0432\u043d\u0430\u044f \u0444\u0438\u0437\u0438\u043a\u0430, \u0431\u043e\u043d\u0443\u0441\u044b \u0438 \u043c\u043d\u043e\u0436\u0438\u0442\u0435\u043b\u0438. \u0411\u043e\u043d\u0443\u0441\u043d\u044b\u0435 \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u044b \u0434\u0435\u043b\u0430\u044e\u0442 \u0438\u0433\u0440\u0443 \u0435\u0449\u0451 \u0434\u0438\u043d\u0430\u043c\u0438\u0447\u043d\u0435\u0435.<\/p>\n

\u041f\u043e\u0434\u0445\u043e\u0434\u0438\u0442 \u0432\u0441\u0435\u043c \u2014 \u043e\u0442 \u043d\u043e\u0432\u0438\u0447\u043a\u043e\u0432 \u0434\u043e \u0445\u0430\u0440\u0434\u043a\u043e\u0440\u043d\u044b\u0445 \u0438\u0433\u0440\u043e\u043a\u043e\u0432. \u041c\u0438\u043d\u0438\u043c\u0430\u043b\u0438\u0441\u0442\u0438\u0447\u043d\u044b\u0439 \u0441\u0442\u0438\u043b\u044c, \u0440\u0438\u0442\u043c\u0438\u0447\u043d\u0430\u044f \u0430\u0442\u043c\u043e\u0441\u0444\u0435\u0440\u0430 \u0438 \u043e\u0442\u0437\u044b\u0432\u0447\u0438\u0432\u043e\u0435 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0434\u0435\u043b\u0430\u044e\u0442 BetOnRed \u0438\u0434\u0435\u0430\u043b\u044c\u043d\u044b\u043c \u0432\u044b\u0431\u043e\u0440\u043e\u043c.<\/p>\n

\u0413\u043e\u0442\u043e\u0432\u044b \u0431\u0440\u043e\u0441\u0438\u0442\u044c \u0432\u044b\u0437\u043e\u0432 \u043b\u0438\u0434\u0435\u0440\u0430\u043c? \u0421\u043a\u0430\u0447\u0430\u0439\u0442\u0435 BetOnRed \u043d\u0430 betonred<\/a> \u0438 \u0437\u0430\u0436\u0433\u0438\u0442\u0435 \u043d\u0430 \u0430\u0440\u0435\u043d\u0435 \u0432 \u044d\u0442\u043e\u043c \u0430\u0440\u043a\u0430\u0434\u043d\u043e\u043c \u0431\u0435\u0437\u0443\u043c\u0438\u0438!<\/p>\n","protected":false},"excerpt":{"rendered":"

BetOnRed \u2014 \u0430\u0440\u043a\u0430\u0434\u043d\u044b\u0439 \u0448\u0443\u0442\u0435\u0440 BetOnRed \u2014 \u0434\u0438\u043d\u0430\u043c\u0438\u0447\u043d\u044b\u0439 \u0430\u0440\u043a\u0430\u0434\u043d\u044b\u0439 \u0448\u0443\u0442\u0435\u0440 \u0432 \u0441\u0432\u0435\u0442\u043e\u0432\u043e\u043c \u0441\u0442\u0438\u043b\u0435, \u0433\u0434\u0435 \u0432\u0441\u0451 \u0440\u0435\u0448\u0430\u044e\u0442 \u0431\u044b\u0441\u0442\u0440\u043e\u0442\u0430, \u0442\u0430\u0439\u043c\u0438\u043d\u0433 \u0438 \u0432\u044b\u0441\u0442\u0440\u0435\u043b\u044b. \u0412\u044b \u0443\u043f\u0440\u0430\u0432\u043b\u044f\u0435\u0442\u0435 \u043b\u0430\u0437\u0435\u0440\u043d\u043e\u0439 \u043f\u0443\u0448\u043a\u043e\u0439, \u0441\u0431\u0438\u0432\u0430\u044f \u0441\u0432\u0435\u0442\u044f\u0449\u0438\u0435\u0441\u044f \u0446\u0435\u043b\u0438, \u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0435 \u0441\u0432\u0435\u0440\u0445\u0443. \u0423 \u043a\u0430\u0436\u0434\u043e\u0439 \u0446\u0435\u043b\u0438 \u0435\u0441\u0442\u044c \u0447\u0438\u0441\u043b\u043e \u2014 \u0442\u0435\u043c \u0431\u043e\u043b\u044c\u0448\u0435 \u0443\u0434\u0430\u0440\u043e\u0432 \u043d\u0443\u0436\u043d\u043e \u0434\u043b\u044f \u0440\u0430\u0437\u0440\u0443\u0448\u0435\u043d\u0438\u044f. \u0418\u0433\u0440\u0430 \u043b\u0435\u0433\u043a\u043e \u043e\u0441\u0432\u0430\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u0431\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u044f \u043f\u0440\u043e\u0441\u0442\u043e\u043c\u0443 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044e: \u043d\u0430\u0436\u0430\u043b \u2014 \u043f\u043e\u043f\u0430\u043b. \u041d\u043e \u0434\u043e\u0431\u0438\u0442\u044c\u0441\u044f \u0432\u044b\u0441\u043e\u043a\u043e\u0433\u043e \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430 \u0431\u0443\u0434\u0435\u0442 \u043d\u0435 […]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[],"class_list":["post-101","post","type-post","status-publish","format-standard","hentry","category-news"],"_links":{"self":[{"href":"http:\/\/s242.dai.uom.gr\/index.php?rest_route=\/wp\/v2\/posts\/101","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/s242.dai.uom.gr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/s242.dai.uom.gr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/s242.dai.uom.gr\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/s242.dai.uom.gr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=101"}],"version-history":[{"count":1,"href":"http:\/\/s242.dai.uom.gr\/index.php?rest_route=\/wp\/v2\/posts\/101\/revisions"}],"predecessor-version":[{"id":102,"href":"http:\/\/s242.dai.uom.gr\/index.php?rest_route=\/wp\/v2\/posts\/101\/revisions\/102"}],"wp:attachment":[{"href":"http:\/\/s242.dai.uom.gr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=101"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/s242.dai.uom.gr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=101"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/s242.dai.uom.gr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=101"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}