CINXE.COM

Fitness | Contra.gr

<!DOCTYPE html> <html lang="el"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1"> <link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png?v1"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v1"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v1"> <link rel="manifest" href="/manifest.json"> <meta name="apple-mobile-web-app-title" content="Contra.gr"> <meta name="application-name" content="Contra.gr"> <meta name="msapplication-TileColor" content="#002040"> <meta name="msapplication-TileImage" content="/mstile-150x150.png?v1"> <meta name="theme-color" content="#002040"> <link rel="preload" as="font" type="font/woff2" href="https://www.contra.gr/resources/7d367a0/fonts/heading-pro-regular.woff2" crossorigin> <link rel="preload" as="font" type="font/woff2" href="https://www.contra.gr/resources/7d367a0/fonts/roboto-condensed-regular.woff2" crossorigin> <script> window.targettingValues = {}; window.targettingValues['path'] = "https://www.contra.gr/fitness/"; window.targettingValues['article'] = ""; window.targettingValues['keywords'] = [""]; window.targettingValues['category'] = ["ece_frontpage", "fitness"]; window.targettingValues['type'] = "sec"; window.targettingValues['isApp'] = ""; window.targettingValues['isAmp'] = "false"; window.targettingValues['isMobile'] = "false"; </script> <!-- temp Google TCF fix --> <script type="text/javascript"> (function(){ var reconsent = window.localStorage.getItem('tcf_24m_reconsent'); if (!reconsent) { document.cookie = 'euconsent-v2=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/; domain=.' + window.location.hostname; document.cookie = 'euconsent=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/; domain=.' + window.location.hostname; window.localStorage.setItem('tcf_24m_reconsent', 'enforced'); } })(); </script> <!-- InMobi Choice. Consent Manager Tag v3.0 (for TCF 2.2) --> <script type="text/javascript" async=true> (function() { var host = window.location.hostname; var element = document.createElement('script'); var firstScript = document.getElementsByTagName('script')[0]; var url = 'https://cmp.inmobi.com' .concat('/choice/', 'ELvyd96EHn3ND', '/', host, '/choice.js?tag_version=V3'); var uspTries = 0; var uspTriesLimit = 3; element.async = true; element.type = 'text/javascript'; element.src = url; firstScript.parentNode.insertBefore(element, firstScript); function makeStub() { var TCF_LOCATOR_NAME = '__tcfapiLocator'; var queue = []; var win = window; var cmpFrame; function addFrame() { var doc = win.document; var otherCMP = !!(win.frames[TCF_LOCATOR_NAME]); if (!otherCMP) { if (doc.body) { var iframe = doc.createElement('iframe'); iframe.style.cssText = 'display:none'; iframe.name = TCF_LOCATOR_NAME; doc.body.appendChild(iframe); } else { setTimeout(addFrame, 5); } } return !otherCMP; } function tcfAPIHandler() { var gdprApplies; var args = arguments; if (!args.length) { return queue; } else if (args[0] === 'setGdprApplies') { if ( args.length > 3 && args[2] === 2 && typeof args[3] === 'boolean' ) { gdprApplies = args[3]; if (typeof args[2] === 'function') { args[2]('set', true); } } } else if (args[0] === 'ping') { var retr = { gdprApplies: gdprApplies, cmpLoaded: false, cmpStatus: 'stub' }; if (typeof args[2] === 'function') { args[2](retr); } } else { if(args[0] === 'init' && typeof args[3] === 'object') { args[3] = Object.assign(args[3], { tag_version: 'V3' }); } queue.push(args); } } function postMessageEventHandler(event) { var msgIsString = typeof event.data === 'string'; var json = {}; try { if (msgIsString) { json = JSON.parse(event.data); } else { json = event.data; } } catch (ignore) {} var payload = json.__tcfapiCall; if (payload) { window.__tcfapi( payload.command, payload.version, function(retValue, success) { var returnMsg = { __tcfapiReturn: { returnValue: retValue, success: success, callId: payload.callId } }; if (msgIsString) { returnMsg = JSON.stringify(returnMsg); } if (event && event.source && event.source.postMessage) { event.source.postMessage(returnMsg, '*'); } }, payload.parameter ); } } while (win) { try { if (win.frames[TCF_LOCATOR_NAME]) { cmpFrame = win; break; } } catch (ignore) {} if (win === window.top) { break; } win = win.parent; } if (!cmpFrame) { addFrame(); win.__tcfapi = tcfAPIHandler; win.addEventListener('message', postMessageEventHandler, false); } }; makeStub(); var uspStubFunction = function() { var arg = arguments; if (typeof window.__uspapi !== uspStubFunction) { setTimeout(function() { if (typeof window.__uspapi !== 'undefined') { window.__uspapi.apply(window.__uspapi, arg); } }, 500); } }; var checkIfUspIsReady = function() { uspTries++; if (window.__uspapi === uspStubFunction && uspTries < uspTriesLimit) { console.warn('USP is not accessible'); } else { clearInterval(uspInterval); } }; if (typeof window.__uspapi === 'undefined') { window.__uspapi = uspStubFunction; var uspInterval = setInterval(checkIfUspIsReady, 6000); } })(); </script> <!-- End InMobi Choice. Consent Manager Tag v3.0 (for TCF 2.2) --><script type="text/javascript"> (function (window) { window.__tcfapi('addEventListener', 2, function (tcData, success) { if (success) { var purpose1 = tcData.purpose.consents[1]; var purpose3 = tcData.purpose.consents[3]; var purpose4 = tcData.purpose.consents[4]; var storedPpid = localStorage.__PPID; if(!purpose1 && !purpose3 && !purpose4 && !storedPpid) return; if(purpose1 && purpose3 && purpose4 && !storedPpid){ //console.log('__tcfapi create store sent') var newPppid = ppidGenerator(); storePpidToLocalStorage(newPppid); sentPpidAddRequest(newPppid); } if ((!purpose1 || !purpose3 || !purpose4) && storedPpid){ //console.log('__tcfapi remove') sentPpidRemoveRequest(storedPpid); } } }); function ppidGenerator() { var ppid = self.crypto.randomUUID(); return ppid; } function storePpidToLocalStorage(ppid) { if (localStorage.__PPID) return; localStorage.setItem("__PPID", ppid); //console.log("storePpidToLocalStorage value : " + ppid); } function removePpidFromLocalStorage() { localStorage.removeItem('__PPID'); } function sentPpidRemoveRequest(ppid) { var xhr = new XMLHttpRequest(); //xhr.withCredentials = true; var deletionPpidUrl = "https://securepubads.g.doubleclick.net/user_data_deletion?ppid=" + ppid + "&iu=4834629"; //console.log("Deletion url : " + deletionPpidUrl); xhr.open("GET", deletionPpidUrl); xhr.onload = function () { if (xhr.status === 200) { //console.log('sentPpidRemoveRequest successful'); removePpidFromLocalStorage() } else { //console.error('sentPpidRemoveRequest failed'); } }; xhr.send(); } function sentPpidAddRequest(ppid) { window.googletag = window.googletag || {}; window.googletag.cmd = window.googletag.cmd || []; window.googletag.cmd.push(function () { if (localStorage.__PPID) { //console.log('sentPpidAddRequest') window.googletag.pubads().setPublisherProvidedId(ppid); } }); } })(window); </script><!-- Google Tag Manager | Head --> <script>(function (w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' }); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = '//www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer', 'GTM-M2TSRV'); </script> <!-- End Google Tag Manager | Head --><script> (function(){ document.addEventListener('DOMContentLoaded', function(){ __tcfapi('addEventListener', 2, function(tcData, success){ if (!success || !['tcloaded','useractioncomplete'].includes(tcData.eventStatus)) return; var tcfScripts = document.querySelectorAll('script[data-tcf-script], script[data-tcf-src]'); tcfScripts.forEach(function (el) { if (!hasConsent(el, tcData)) return; injectScript(el); }); }); }); //check if we have consent function hasConsent(el, tcData) { if (!tcData.gdprApplies) return true; if (!el.dataset.tcfPurposes && !el.dataset.tcfVendors) return true; var purposeConsent = false; var vendorConsent = false; if (el.dataset.tcfPurposes) { var purposes = el.dataset.tcfPurposes.split(/[\s,]/); purposeConsent = purposes.every(function(p){ return tcData.purpose.consents[p] || tcData.purpose.legitimateInterests[p]; }); } else { purposeConsent = true; } if (el.dataset.tcfVendors) { var vendors = el.dataset.tcfVendors.split(/[\s,]/); vendorConsent = vendors.every(function(v){ return tcData.vendor.consents[v] || tcData.vendor.legitimateInterests[v]; }); } else { vendorConsent = true; } return purposeConsent && vendorConsent; } //inject script function injectScript(el){ var scr = document.createElement('script'); var attrs = Array.prototype.slice.call(el.attributes); var attr; while (attr = attrs.pop()) { switch (attr.nodeName) { case 'data-tcf-src': scr.setAttribute('src', attr.nodeValue); break; case 'data-tcf-script': scr.setAttribute('type', 'text/javascript'); attrs.splice('type', 1); scr.text = el.text; break; case 'data-tcf-purposes': case 'data-tcf-vendors': break; default: scr.setAttribute(attr.nodeName, attr.nodeValue); } } el.parentNode.insertBefore(scr, el); el.remove(); } })(); </script><title>Fitness | Contra.gr</title> <meta name="description" content=""> <link rel="canonical" href="https://www.contra.gr/fitness/" /> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "CollectionPage", "@id": "https://www.contra.gr/fitness/#section", "name": "Fitness | Contra.gr", "description": "", "url": "https://www.contra.gr/fitness/", "image": "https://www.contra.gr/img/3720/6868474/825000/w620/620/contra-og-image.png", "thumbnailUrl": "https://www.contra.gr/img/3720/6868474/825000/w620/620/contra-og-image.png", "keywords": [], "publisher": { "@type": "Organization", "@id": "https://www.contra.gr/#organization", "url": "https://www.contra.gr/", "name": "Contra.gr", "logo": { "@type": "ImageObject", "url": "https://www.contra.gr/resources/7d367a0/shared/contra.png" } }, "isPartOf": { "@type": "WebSite", "@id": "https://www.contra.gr/#site" } } </script> <meta property="fb:app_id" content="1439930006223342" /> <meta property="fb:pages" content="76937961900" /> <meta property="og:type" content="website"> <meta property="og:url" content="https://www.contra.gr/fitness/"> <meta property="og:title" content="Fitness | Contra.gr"> <meta property="og:description" content=""> <meta property="og:image" content="https://www.contra.gr/img/9783/6868474/825000/fb1200/1200/contra-og-image.png"> <!-- section --> <meta name="parsely-section" content="Fitness" /> <script src="https://agorahtag.tech/c/contra.gr.js" async></script> <script src="https://securepubads.g.doubleclick.net/tag/js/gpt.js" async></script> <script src="https://www.contra.gr/resources/7d367a0/scripts/scripts-sync.js?42342" ></script> <script src="https://www.contra.gr/resources/7d367a0/scripts/scripts-async.js?432423" defer></script> <script src="https://apps-cdn.relevant-digital.com/static/tags/1136307449545314305.js" async></script> <link rel="stylesheet" href="https://www.contra.gr/resources/7d367a0/styles/category.min.css?432421"> <meta name="google-site-verification" content="cFcVFX1VgBm5ub2kDKFh-gO8xbBZNpUg4N3nUIYlkRs" /> <!-- Hotjar Tracking Code for Contra.gr - Live Sports Magazine --> <script> (function(h, o, t, j, a, r) { h.hj = h.hj || function() { (h.hj.q = h.hj.q || []).push(arguments) }; h._hjSettings = { hjid: 554573, hjsv: 5 }; a = o.getElementsByTagName('head')[0]; r = o.createElement('script'); r.async = 1; r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv; a.appendChild(r); })(window, document, '//static.hotjar.com/c/hotjar-', '.js?sv='); </script><!-- HEAD SCRIPT TAPAD | P&G GREECE PROGRAMMATIC UPGRADE - DATA SHARING PARTNER --> <script> (function(){ window.onTapadLoad = function(){ __tcfapi('getTCData',2,function(tcData, success){ if (!success || !['tcloaded','useractioncomplete'].includes(tcData.eventStatus)) return; var metadata = { gdpr: tcData.gdprApplies ? 1 : 0, gdpr_consent: tcData.tcString, bp_id: "24media", }; var config = { name: "P&G", pixelUrl: "https://pandg.tapad.com/tag" }; var tagger = Tapad.init(metadata, config); var data = {}; tagger.sync(data); }); }; })(); </script> <script data-tcf-src="https://pghub.io/js/pandg-sdk.js" data-tcf-vendors="89,577" data-tcf-purposes="1,2,3,4,5,6,7,8,9" onload="onTapadLoad()"></script> <!-- dmp pixel code --> <script type="text/html" data-tcf-script data-tcf-vendors="84" data-tcf-purposes="1,3,9,10"> //<![CDATA[ try {__tcfapi('getTCData',2,function(tcData, success){ if (!success || !['tcloaded','useractioncomplete'].includes(tcData.eventStatus)) return; var smoGDPRFlag = tcData.gdprApplies ? 1 : 0;var smoGDPRConsentString = tcData.gdprApplies ? tcData.tcString : ''; var smoRand = Math.random()*100000000000000000; smoTrSeq = (typeof(smoTrSeq) != "undefined") ? smoTrSeq + 1 : 0;var smoPrtKey='omdgr/1';var smoPUrl = escape(window != parent ? document.referrer : document.location.href);var smoIframe = window != parent ? '&nIframe=1' : '';var smoParams ='&sType=view&nCampaignId=1';var smoProto = (document.location.protocol == 'https:') ? "https:" : "http:";var smoTrUrl = smoProto + '//uip.semasio.net/' + smoPrtKey + '/info?gdpr=' + smoGDPRFlag + '&gdpr_consent=' + smoGDPRConsentString +'&_referrer=' + smoPUrl + smoParams + '&nJs=1&_ignore=' + smoRand + smoIframe;var smoTrImg = new Image(); smoTrImg.src = smoTrUrl; }); } catch (err) { } //]]> </script><style> /* TEMPORARY CUSTOMIZATIONS */ .hp_premium_open .premium_banner_wrapper { z-index: 0 !important; } .Teaser--featured .Article__authorList { display: none; } @media (max-width: 599.98px) { .footer-menu__list { display: none; } } @media (min-width: 1280px) { .Teaser--featuredSingle .Teaser__article .Article__meta { z-index: 1; position: relative; } } </style><!-- temp Quantcast styles --> <style> #qc-cmp-purpose-button { position: absolute; bottom: 0; left: 60px; right: 0; text-align: center; margin: auto; cursor: pointer; } #qc-cmp-vendor-button { position: absolute; bottom: -20px; left: 60px; right: 0; margin: auto; cursor: pointer; } @media (max-width: 768px) { #qc-cmp-purpose-button { position: relative; bottom: 0; left: 0; margin: 0 0 0 20px; } #qc-cmp-vendor-button { position: relative; bottom: 0; left: 0; margin: 0 0 0 20px; } } @media screen and (max-width: 820px) { .qc-cmp-publisher-logo { margin: 0 auto 24px!important; } } </style><!-- GroupM mPlatform script --> <script type='text/html' data-tcf-script data-tcf-vendors='98' data-tcf-purposes='1,2,3,4,5,6,7,8,9,10'>!function(n,t,a,i){n.mpfContainr||(n.mpfContainr=function(){a.push(arguments)},mpfContainr.q=a,(i=t.createElement('script')).type='application/javascript',i.async=!0,i.src='//cdn.mookie1.com/containr.js',t.head.appendChild(i))}(window,document,[]); mpfContainr('V2_748050',{'host': 'gr-gmtdmp.mookie1.com', 'tagType': 'learn','src.rand': Date.now()}); </script><script data-server="ADMAN|">(function() { var w=window, d=document; if (!window.Adman) d.write('<sc'+'ript data-ws="35" data-h="altair.adman.gr" data-s="0x0" data-iframe="false" src="//static.adman.gr/adman.js" ></sc'+'ript>'); else Adman.ws({'ws':35,'s':'0x0','h':'altair.adman.gr'});}());</script><script> /* // Make sure that the properties exist on the window. window.googlefc = window.googlefc || {}; window.googlefc.callbackQueue = window.googlefc.callbackQueue || []; // To guarantee functionality, this must go before the FC tag on the page. googlefc.controlledMessagingFunction = (message) => { message.proceed(false); };*/ </script> <script>(function(){/* Copyright The Closure Library Authors. SPDX-License-Identifier: Apache-2.0 */ 'use strict';var g=function(a){var b=0;return function(){return b<a.length?{done:!1,value:a[b++]}:{done:!0}}},l=this||self,m=/^[\w+/_-]+[=]{0,2}$/,p=null,q=function(){},r=function(a){var b=typeof a;if("object"==b)if(a){if(a instanceof Array)return"array";if(a instanceof Object)return b;var c=Object.prototype.toString.call(a);if("[object Window]"==c)return"object";if("[object Array]"==c||"number"==typeof a.length&&"undefined"!=typeof a.splice&&"undefined"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable("splice"))return"array"; if("[object Function]"==c||"undefined"!=typeof a.call&&"undefined"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==b&&"undefined"==typeof a.call)return"object";return b},u=function(a,b){function c(){}c.prototype=b.prototype;a.prototype=new c;a.prototype.constructor=a};var v=function(a,b){Object.defineProperty(l,a,{configurable:!1,get:function(){return b},set:q})};var y=function(a,b){this.b=a===w&&b||"";this.a=x},x={},w={};var aa=function(a,b){a.src=b instanceof y&&b.constructor===y&&b.a===x?b.b:"type_error:TrustedResourceUrl";if(null===p)b:{b=l.document;if((b=b.querySelector&&b.querySelector("script[nonce]"))&&(b=b.nonce||b.getAttribute("nonce"))&&m.test(b)){p=b;break b}p=""}b=p;b&&a.setAttribute("nonce",b)};var z=function(){return Math.floor(2147483648*Math.random()).toString(36)+Math.abs(Math.floor(2147483648*Math.random())^+new Date).toString(36)};var A=function(a,b){b=String(b);"application/xhtml+xml"===a.contentType&&(b=b.toLowerCase());return a.createElement(b)},B=function(a){this.a=a||l.document||document};B.prototype.appendChild=function(a,b){a.appendChild(b)};var C=function(a,b,c,d,e,f){try{var k=a.a,h=A(a.a,"SCRIPT");h.async=!0;aa(h,b);k.head.appendChild(h);h.addEventListener("load",function(){e();d&&k.head.removeChild(h)});h.addEventListener("error",function(){0<c?C(a,b,c-1,d,e,f):(d&&k.head.removeChild(h),f())})}catch(n){f()}};var ba=l.atob("aHR0cHM6Ly93d3cuZ3N0YXRpYy5jb20vaW1hZ2VzL2ljb25zL21hdGVyaWFsL3N5c3RlbS8xeC93YXJuaW5nX2FtYmVyXzI0ZHAucG5n"),ca=l.atob("WW91IGFyZSBzZWVpbmcgdGhpcyBtZXNzYWdlIGJlY2F1c2UgYWQgb3Igc2NyaXB0IGJsb2NraW5nIHNvZnR3YXJlIGlzIGludGVyZmVyaW5nIHdpdGggdGhpcyBwYWdlLg=="),da=l.atob("RGlzYWJsZSBhbnkgYWQgb3Igc2NyaXB0IGJsb2NraW5nIHNvZnR3YXJlLCB0aGVuIHJlbG9hZCB0aGlzIHBhZ2Uu"),ea=function(a,b,c){this.b=a;this.f=new B(this.b);this.a=null;this.c=[];this.g=!1;this.i=b;this.h=c},F=function(a){if(a.b.body&&!a.g){var b= function(){D(a);l.setTimeout(function(){return E(a,3)},50)};C(a.f,a.i,2,!0,function(){l[a.h]||b()},b);a.g=!0}},D=function(a){for(var b=G(1,5),c=0;c<b;c++){var d=H(a);a.b.body.appendChild(d);a.c.push(d)}b=H(a);b.style.bottom="0";b.style.left="0";b.style.position="fixed";b.style.width=G(100,110).toString()+"%";b.style.zIndex=G(2147483544,2147483644).toString();b.style["background-color"]=I(249,259,242,252,219,229);b.style["box-shadow"]="0 0 12px #888";b.style.color=I(0,10,0,10,0,10);b.style.display= "flex";b.style["justify-content"]="center";b.style["font-family"]="Roboto, Arial";c=H(a);c.style.width=G(80,85).toString()+"%";c.style.maxWidth=G(750,775).toString()+"px";c.style.margin="24px";c.style.display="flex";c.style["align-items"]="flex-start";c.style["justify-content"]="center";d=A(a.f.a,"IMG");d.className=z();d.src=ba;d.style.height="24px";d.style.width="24px";d.style["padding-right"]="16px";var e=H(a),f=H(a);f.style["font-weight"]="bold";f.textContent=ca;var k=H(a);k.textContent=da;J(a, e,f);J(a,e,k);J(a,c,d);J(a,c,e);J(a,b,c);a.a=b;a.b.body.appendChild(a.a);b=G(1,5);for(c=0;c<b;c++)d=H(a),a.b.body.appendChild(d),a.c.push(d)},J=function(a,b,c){for(var d=G(1,5),e=0;e<d;e++){var f=H(a);b.appendChild(f)}b.appendChild(c);c=G(1,5);for(d=0;d<c;d++)e=H(a),b.appendChild(e)},G=function(a,b){return Math.floor(a+Math.random()*(b-a))},I=function(a,b,c,d,e,f){return"rgb("+G(Math.max(a,0),Math.min(b,255)).toString()+","+G(Math.max(c,0),Math.min(d,255)).toString()+","+G(Math.max(e,0),Math.min(f, 255)).toString()+")"},H=function(a){a=A(a.f.a,"DIV");a.className=z();return a},E=function(a,b){0>=b||null!=a.a&&0!=a.a.offsetHeight&&0!=a.a.offsetWidth||(fa(a),D(a),l.setTimeout(function(){return E(a,b-1)},50))},fa=function(a){var b=a.c;var c="undefined"!=typeof Symbol&&Symbol.iterator&&b[Symbol.iterator];b=c?c.call(b):{next:g(b)};for(c=b.next();!c.done;c=b.next())(c=c.value)&&c.parentNode&&c.parentNode.removeChild(c);a.c=[];(b=a.a)&&b.parentNode&&b.parentNode.removeChild(b);a.a=null};var ia=function(a,b,c,d,e){var f=ha(c),k=function(n){n.appendChild(f);l.setTimeout(function(){f?(0!==f.offsetHeight&&0!==f.offsetWidth?b():a(),f.parentNode&&f.parentNode.removeChild(f)):a()},d)},h=function(n){document.body?k(document.body):0<n?l.setTimeout(function(){h(n-1)},e):b()};h(3)},ha=function(a){var b=document.createElement("div");b.className=a;b.style.width="1px";b.style.height="1px";b.style.position="absolute";b.style.left="-10000px";b.style.top="-10000px";b.style.zIndex="-10000";return b};var K={},L=null;var M=function(){},N="function"==typeof Uint8Array,O=function(a,b){a.b=null;b||(b=[]);a.j=void 0;a.f=-1;a.a=b;a:{if(b=a.a.length){--b;var c=a.a[b];if(!(null===c||"object"!=typeof c||Array.isArray(c)||N&&c instanceof Uint8Array)){a.g=b-a.f;a.c=c;break a}}a.g=Number.MAX_VALUE}a.i={}},P=[],Q=function(a,b){if(b<a.g){b+=a.f;var c=a.a[b];return c===P?a.a[b]=[]:c}if(a.c)return c=a.c[b],c===P?a.c[b]=[]:c},R=function(a,b,c){a.b||(a.b={});if(!a.b[c]){var d=Q(a,c);d&&(a.b[c]=new b(d))}return a.b[c]}; M.prototype.h=N?function(){var a=Uint8Array.prototype.toJSON;Uint8Array.prototype.toJSON=function(){var b;void 0===b&&(b=0);if(!L){L={};for(var c="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789".split(""),d=["+/=","+/","-_=","-_.","-_"],e=0;5>e;e++){var f=c.concat(d[e].split(""));K[e]=f;for(var k=0;k<f.length;k++){var h=f[k];void 0===L[h]&&(L[h]=k)}}}b=K[b];c=[];for(d=0;d<this.length;d+=3){var n=this[d],t=(e=d+1<this.length)?this[d+1]:0;h=(f=d+2<this.length)?this[d+2]:0;k=n>>2;n=(n& 3)<<4|t>>4;t=(t&15)<<2|h>>6;h&=63;f||(h=64,e||(t=64));c.push(b[k],b[n],b[t]||"",b[h]||"")}return c.join("")};try{return JSON.stringify(this.a&&this.a,S)}finally{Uint8Array.prototype.toJSON=a}}:function(){return JSON.stringify(this.a&&this.a,S)};var S=function(a,b){return"number"!==typeof b||!isNaN(b)&&Infinity!==b&&-Infinity!==b?b:String(b)};M.prototype.toString=function(){return this.a.toString()};var T=function(a){O(this,a)};u(T,M);var U=function(a){O(this,a)};u(U,M);var ja=function(a,b){this.c=new B(a);var c=R(b,T,5);c=new y(w,Q(c,4)||"");this.b=new ea(a,c,Q(b,4));this.a=b},ka=function(a,b,c,d){b=new T(b?JSON.parse(b):null);b=new y(w,Q(b,4)||"");C(a.c,b,3,!1,c,function(){ia(function(){F(a.b);d(!1)},function(){d(!0)},Q(a.a,2),Q(a.a,3),Q(a.a,1))})};var la=function(a,b){V(a,"internal_api_load_with_sb",function(c,d,e){ka(b,c,d,e)});V(a,"internal_api_sb",function(){F(b.b)})},V=function(a,b,c){a=l.btoa(a+b);v(a,c)},W=function(a,b,c){for(var d=[],e=2;e<arguments.length;++e)d[e-2]=arguments[e];e=l.btoa(a+b);e=l[e];if("function"==r(e))e.apply(null,d);else throw Error("API not exported.");};var X=function(a){O(this,a)};u(X,M);var Y=function(a){this.h=window;this.a=a;this.b=Q(this.a,1);this.f=R(this.a,T,2);this.g=R(this.a,U,3);this.c=!1};Y.prototype.start=function(){ma();var a=new ja(this.h.document,this.g);la(this.b,a);na(this)}; var ma=function(){var a=function(){if(!l.frames.googlefcPresent)if(document.body){var b=document.createElement("iframe");b.style.display="none";b.style.width="0px";b.style.height="0px";b.style.border="none";b.style.zIndex="-1000";b.style.left="-1000px";b.style.top="-1000px";b.name="googlefcPresent";document.body.appendChild(b)}else l.setTimeout(a,5)};a()},na=function(a){var b=Date.now();W(a.b,"internal_api_load_with_sb",a.f.h(),function(){var c;var d=a.b,e=l[l.btoa(d+"loader_js")];if(e){e=l.atob(e); e=parseInt(e,10);d=l.btoa(d+"loader_js").split(".");var f=l;d[0]in f||"undefined"==typeof f.execScript||f.execScript("var "+d[0]);for(;d.length&&(c=d.shift());)d.length?f[c]&&f[c]!==Object.prototype[c]?f=f[c]:f=f[c]={}:f[c]=null;c=Math.abs(b-e);c=1728E5>c?0:c}else c=-1;0!=c&&(W(a.b,"internal_api_sb"),Z(a,Q(a.a,6)))},function(c){Z(a,c?Q(a.a,4):Q(a.a,5))})},Z=function(a,b){a.c||(a.c=!0,a=new l.XMLHttpRequest,a.open("GET",b,!0),a.send())};(function(a,b){l[a]=function(c){for(var d=[],e=0;e<arguments.length;++e)d[e-0]=arguments[e];l[a]=q;b.apply(null,d)}})("__d3lUW8vwsKlB__",function(a){"function"==typeof window.atob&&(a=window.atob(a),a=new X(a?JSON.parse(a):null),(new Y(a)).start())});}).call(this); window.__d3lUW8vwsKlB__("WyIxYjhlNTkxZmViZWE5Y2E3IixbbnVsbCxudWxsLG51bGwsImh0dHBzOi8vZnVuZGluZ2Nob2ljZXNtZXNzYWdlcy5nb29nbGUuY29tL2YvQUdTS1d4WHVyX3Rydk5nNVlGSUtWYjdIbUhKbXo0cHU0M2hrb1dDdEhxZGRRREVGSkxQWWhxT21tcWh4UlMyVGFUdlBYWXh3V2xQQk9lTWxGLXhWbndZNVlld1x1MDAzZCJdCixbMjAsImRpdi1ncHQtYWQiLDEwMCwiTVdJNFpUVTVNV1psWW1WaE9XTmhOd1x1MDAzZFx1MDAzZCIsW251bGwsbnVsbCxudWxsLCJodHRwczovL3d3dy5nc3RhdGljLmNvbS8wZW1uL2YvcC8xYjhlNTkxZmViZWE5Y2E3LmpzP3VzcXBcdTAwM2RDQTgiXQpdCiwiaHR0cHM6Ly9mdW5kaW5nY2hvaWNlc21lc3NhZ2VzLmdvb2dsZS5jb20vbC9BR1NLV3hYeHJtaFdHZW1RQXRVWHV5MWJjWFBoc2c3ZEZTWHY5ZDBDUGo2Y0RGSWtwbDc4M2t1LU5EbkJJNWxQakw5YnRDSndqOWJ4NTMzcmxuX2x1bkxhP2FiXHUwMDNkMSIsImh0dHBzOi8vZnVuZGluZ2Nob2ljZXNtZXNzYWdlcy5nb29nbGUuY29tL2wvQUdTS1d4Vi1VU0ZScGdsTzJZR0dDZW9lWVUwbEFEUUdseXJMeGJoYi1Qa3hDaTZjd3hnVkx0TjZBMmpacUdOQ1lOZDdYYnVWVlprODcxZFJkYm9jWW5Fbz9hYlx1MDAzZDJcdTAwMjZzYmZcdTAwM2QxIiwiaHR0cHM6Ly9mdW5kaW5nY2hvaWNlc21lc3NhZ2VzLmdvb2dsZS5jb20vbC9BR1NLV3hWS1Itdm9ZV2ZlSER6cGZOU0MtQ2haN1A2bDlLRFBlNmhzMnYtODRvNExoUnhkRDdPdVFfVndnZkVZaC1ZNkZ1cEpUQlZ4UWJzYUR6MHM0bzU3P3NiZlx1MDAzZDIiXQo=");</script><!--<script> !function(C,o,n,t,P,a,s){C['CPObject']=n;C[n]||(C[n]=function(){ (C[n].q=C[n].q||[]).push(arguments)});C[n].l=+new Date;a=o.createElement(t); s=o.getElementsByTagName(t)[0];a.src=P;s.parentNode.insertBefore(a,s)} (window,document,'cp','script','https://get.contentpass.net/now.js'); cp('create', '582ba008'); cp('detect'); </script>--><script> // Premium Banner Effect initialize window.Premium.init(); var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; window.targetSlot = window.targetSlot || []; googletag.cmd.push(function() { var _slot_0 = googletag.defineSlot('/4834629/contra.gr/ros_970x250a', [[1,1],[970,250],[728,90],[320,100],[970,90]], 'ros_970x250a').defineSizeMapping(googletag.sizeMapping().addSize([1084, 0],[[1,1],[970,250]]).addSize([828, 0],[[1,1],[728,90]]).addSize([360, 0],[[1,1],[320,100]]).addSize([320, 0],[[1,1]]).build()).setCollapseEmptyDiv(false).addService(googletag.pubads());window.targetSlot.push(_slot_0);var _slot_1 = googletag.defineSlot('/4834629/contra.gr/ros_320x50stuck', [[320,50]], 'ros_320x50stuck').defineSizeMapping(googletag.sizeMapping().addSize([800, 0],[[1,1]]).addSize([360, 0],[[320,50]]).addSize([0, 0],[[1,1]]).build()).addService(googletag.pubads());window.targetSlot.push(_slot_1);var _slot_2 = googletag.defineSlot('/4834629/contra.gr/ros_300x250a', [[300,250],[336,280],[300,600]], 'ros_300x250a').defineSizeMapping(googletag.sizeMapping().addSize([1024, 0],[[300,250]]).addSize([360, 0],[[336, 280], [300,250]]).addSize([0, 0],[[300,250]]).build()).setCollapseEmptyDiv(false).addService(googletag.pubads());window.targetSlot.push(_slot_2);var _slot_3 = googletag.defineSlot('/4834629/contra.gr/ros_970x250b', [[970,250],[728,90],[970,90],[300,250],[336,280]], 'ros_970x250b').defineSizeMapping(googletag.sizeMapping().addSize([1280, 0],[[970,250],[970,90], [728,90]]).addSize([1024, 0],[[1,1]]).addSize([360, 0],[[1,1]]).addSize([320, 0],[[1,1]]).build()).setCollapseEmptyDiv(false).addService(googletag.pubads());window.targetSlot.push(_slot_3);var _slot_4 = googletag.defineSlot('/4834629/contra.gr/ros_970x250c', [[970,250],[728,90],[970,90],[300,250],[336,280]], 'ros_970x250c').defineSizeMapping(googletag.sizeMapping().addSize([1280, 0],[[970,250], [728,90]]).addSize([0, 0],[[1,1]]).build()).setCollapseEmptyDiv(false).addService(googletag.pubads());window.targetSlot.push(_slot_4);var _slot_5 = googletag.defineSlot('/4834629/contra.gr/ros_prestitial', [[1,1]], 'ros_prestitial').addService(googletag.pubads());window.targetSlot.push(_slot_5); // PPID init var ppid = localStorage.__PPID; googletag.pubads().setTargeting("path",window.targettingValues.path) .setTargeting("article", window.targettingValues.article) .setTargeting("keywords", window.targettingValues.keywords) .setTargeting("category", window.targettingValues.category) .setTargeting("type", window.targettingValues.type) .setTargeting("isAmp", window.targettingValues.isAmp) .setTargeting("isMobile", window.targettingValues.isMobile); if (ppid) { googletag.pubads().setPublisherProvidedId(ppid); } googletag.pubads().setCentering(true); googletag.pubads().enableSingleRequest(); googletag.pubads().disableInitialLoad(); googletag.pubads().enableLazyLoad({ // Fetch slots within 5 viewports. fetchMarginPercent: 500, // Render slots within 1/10 viewports. renderMarginPercent: 10, // Double the above values on mobile, where viewports are smaller // and users tend to scroll faster. mobileScaling: 2.0 }); googletag.enableServices(); googletag.pubads().addEventListener('slotRenderEnded', function (event) { var _slotHolder = event.slot.getSlotElementId(); var _slotWrapper = document.getElementById(_slotHolder); console.log("slot with id \"" + _slotHolder + "\" is empty: " + event.isEmpty); // window.targetSlot[0].getSlotId().getDomId() }); // end of slotRenderEnded }); // end of : googletag.cmd.push </script> <script> window.addEventListener('DOMContentLoaded', function() { setTimeout(function() { window.Premium.premiumContent(); console.log('\n\n\n\nsecond render 2\n\n\n\n'); }, 1400); }); </script><!-- DFP ad initial display if OCM is disabled --> <script> googletag.cmd.push(function(){ googletag.pubads().refresh(); }); </script><!-- Phaistos TASK:ADOPS-14 --> <script data-ad-client="ca-pub-7927722852246763" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><script async id="ebx" src="//applets.ebxcdn.com/ebx.js"></script></head> <body class="fitness sec "> <!-- Google Tag Manager | Body --> <noscript> <iframe src="//www.googletagmanager.com/ns.html?id=GTM-M2TSRV" height="0" width="0" style="display:none;visibility:hidden"></iframe> </noscript> <!-- End Google Tag Manager | Body --><!-- Facebook Pixel Code --> <script> ! function(f, b, e, v, n, t, s) { if (f.fbq) return; n = f.fbq = function() { n.callMethod ? n.callMethod.apply(n, arguments) : n.queue.push(arguments) }; if (!f._fbq) f._fbq = n; /* n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0; */ n.push = n; n.loaded = !0; n.version = '2.8'; n.queue = []; t = b.createElement(e); t.async = !0; t.src = v; s = b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t, s) }(window, document, 'script', '//connect.facebook.net/en_US/fbevents.js'); fbq('init', '256567138072518'); fbq('track', 'PageView'); </script> <noscript><img height="1" width="1" style="display:none" src="//www.facebook.com/tr?id=256567138072518&ev=PageView&noscript=1" /></noscript> <!-- End Facebook Pixel Code --> <!-- HEADER --> <header class="header" id="header"> <!-- /4834629/contra.gr/ros_prestitial --> <div id='ros_prestitial' style="text-align: center;" class="ad-wrap-fitness col-12 col-md-12 col-xl-12 "> <script> googletag.cmd.push(function() { googletag.display('ros_prestitial'); }); </script> </div> <div class="group-container premium_banner_wrapper adSlot-height--premium" > <div class="container"> <div class="row"> <!-- /4834629/contra.gr/ros_970x250a --> <div id='ros_970x250a' style="text-align: center;" class="ad-wrap-fitness col-12 col-md-12 col-xl-12 premium_banner"> <script> googletag.cmd.push(function() { googletag.display('ros_970x250a'); }); </script> </div></div> </div> </div> <div class="group-container MainMenu__container group-container-amp-blue" style="--group-bg-color:#002040;" > <div class="container"> <div class="row"> <nav class="MainMenu" id="MainMenu"> <a class="MainMenu__logo MainMenu__logo--big" href="https://www.contra.gr/"> <img id="ContraLogo" src="https://www.contra.gr/resources/7d367a0/images/vector/logo_contra.svg" alt="CONTRA" /> </a> <ul class="MainMenu__navmenu Navmenu"> <li class="Navmenu__item Navmenu__item--dropdownToggle" id="DropdownMenuToggle"> <a class="Navmenu__item__link Navmenu__item__link--burgerButton" id="DropdownMenuBurgerButton"> <svg class="icon icon_burger"> <use xlink:href="https://www.contra.gr/resources/7d367a0/sprite/symbol/svg/sprite.symbol.svg#icon_burger"></use> </svg> <svg class="icon icon_burger_close"> <use xlink:href="https://www.contra.gr/resources/7d367a0/sprite/symbol/svg/sprite.symbol.svg#icon_burger_close"></use> </svg> </a> <div class="overlay"></div> <div class="MainMenu__dropdownMenu DropdownMenu"> <ul class="DropdownMenu__navmenu Navmenu"> <li class="Navmenu__item "> <a href="https://www.contra.gr/podosfairo/" title="ΠΟΔΟΣΦΑΙΡΟ" target="_self" class="Navmenu__item__link internal" rel="opener" > ΠΟΔΟΣΦΑΙΡΟ</a> </li> <li class="Navmenu__item "> <a href="https://www.contra.gr/basket/" title="ΜΠΑΣΚΕΤ" target="_self" class="Navmenu__item__link internal" rel="opener" > ΜΠΑΣΚΕΤ</a> </li> <li class="Navmenu__item "> <a href="https://www.contra.gr/sports/" title="ΣΠΟΡ" target="_self" class="Navmenu__item__link internal" rel="opener" > ΣΠΟΡ</a> </li> <li class="Navmenu__item "> <a href="https://www.contra.gr/videos/" title="VIDEOTHERAPY" target="_self" class="Navmenu__item__link internal" rel="opener" > VIDEOTHERAPY</a> </li> <li class="Navmenu__item "> <a href="https://www.contra.gr/fitness/" title="FITNESS" target="_self" class="Navmenu__item__link internal" rel="opener" > FITNESS</a> </li> <li class="Navmenu__item "> <a href="https://www.contra.gr/gossip" title="GOSSIP" target="_self" class="Navmenu__item__link internal" rel="opener" > GOSSIP</a> </li> <li class="Navmenu__item "> <a href="https://www.contra.gr/viral" title="VIRAL" target="_self" class="Navmenu__item__link internal" rel="opener" > VIRAL</a> </li> <li class="Navmenu__item "> <a href="https://www.sport24.gr/newspapers/?utm_source=Contra&utm_medium=ContraMenu&utm_campaign=24MediaWidget" title="ΠΡΩΤΟΣΕΛΙΔΑ" target="_blank" class="Navmenu__item__link Navmenu__item__link--external" rel="opener" > ΠΡΩΤΟΣΕΛΙΔΑ</a> </li> </ul> <div class="DropdownMenu__socials Socials"> <a class="Socials__icon" rel="noopener nofollow external" target="_blank" href="https://www.facebook.com/contragr/" title="Facebook"> <svg class="icon icon_social"> <use xlink:href="https://www.contra.gr/resources/7d367a0/sprite/symbol/svg/sprite.symbol.svg#icon_facebook"></use> </svg> </a> <a class="Socials__icon" rel="noopener nofollow external" target="_blank" href="https://www.twitter.com/Contragr" title="Twitter"> <svg class="icon icon_social"> <use xlink:href="https://www.contra.gr/resources/7d367a0/sprite/symbol/svg/sprite.symbol.svg#icon_twitter"></use> </svg> </a> <a class="Socials__icon" rel="noopener nofollow external" target="_blank" href="https://www.instagram.com/Contragr/" title="Instagram"> <svg class="icon icon_social"> <use xlink:href="https://www.contra.gr/resources/7d367a0/sprite/symbol/svg/sprite.symbol.svg#icon_instagram"></use> </svg> </a> </div> <div class="DropdownMenu__newsletter Newsletter"> <a href="http://eepurl.com/gs4Kyn" class="Newsletter__icon" target="_blank" rel="noopener nofollow external"> ΕΓΓΡΑΦΗ ΣΤΟ NEWSLETTER<svg class="icon icon_newsletter"> <use xlink:href="https://www.contra.gr/resources/7d367a0/sprite/symbol/svg/sprite.symbol.svg#icon_envelop"></use> </svg> </a> </div> </div> </li> </ul> <script>window.Menu.init();</script> </nav></div> </div> </div> </header> <!-- CONTENT --> <main class="main" id="main"> <div class="group-container section-header margin-bottom-40 margin-bottom-md-60 margin-bottom-xl-80" style="--group-bg-color:#002040;" > <div class="container"> <div class="row"> <div class="section-header__wrap mx-auto text-center"> <h1 class="section-header__title">Fitness</h1> </div></div> </div> </div> <div class="group-container top" > <div class="container"> <div class="row"> <section class="col-12 col-md-6 col-xl Teaser Teaser--default Teaser--has_width_480" data-gtm="unsetid ID6868549" > <div class="row"> <article class="col-12 col-md-12 col-xl Article Article--teaser Teaser__article Teaser__article--col-4" data-position="1"> <a class="Article__tag " href="https://www.contra.gr/mesoyt-ozil" title="ΜΕΣΟΥΤ ΟΖΙΛ"> ΜΕΣΟΥΤ ΟΖΙΛ</a> <figure class="Article__image"> <a class="Article__image__intrinsic" href="https://www.contra.gr/fitness/i-metallaxi-toy-ozil-exeplixe-toys-pantes-katafere-na-apoktisei-soma-poy-den-tairiazei-se-podosfairisti.10289704.html" title="Η μετάλλαξη του Οζίλ εξέπληξε τους πάντες, κατάφερε να αποκτήσει σώμα που δεν ταιριάζει σε ποδοσφαιριστή..." > <img src="https://www.contra.gr/img/4238/10289708/130000/w140/140/mesut_özil" alt="Real Madrid&apos;s Mesut Ozil from Germany celebrates his goal during a Spanish La Liga soccer match against Betis at the Santiago Bernabeu stadium in Madrid, Spain, Saturday, April 20, 2013. (AP Photo/Andres Kudacki)" data-srcset="https://www.contra.gr/img/6204/10289708/130000/w200/200/mesut_özil 200w, https://www.contra.gr/img/7182/10289708/130000/w300/300/mesut_özil 300w, https://www.contra.gr/img/5316/10289708/130000/w460/460/mesut_özil 460w, https://www.contra.gr/img/9440/10289708/130000/w620/620/mesut_özil 620w, https://www.contra.gr/img/8302/10289708/130000/w940/940/mesut_özil 940w" data-sizes="(min-resolution:3x) and (min-width:1280px) 135px,(min-resolution:3x) and (min-width:600px) 153px,(min-resolution:3x) 153px,(-webkit-min-device-pixel-ratio:3) and (min-width:1280px) 135px,(-webkit-min-device-pixel-ratio:3) and (min-width:600px) 153px,(-webkit-min-device-pixel-ratio:3) 153px,(min-resolution:2x) and (min-width:1280px) 203px,(min-resolution:2x) and (min-width:600px) 230px,(min-resolution:2x) 230px,(-webkit-min-device-pixel-ratio:2) and (min-width:1280px) 203px,(-webkit-min-device-pixel-ratio:2) and (min-width:600px) 230px,(-webkit-min-device-pixel-ratio:2) 230px,(min-resolution:1x) and (min-width:1280px) 406px,(min-resolution:1x) and (min-width:600px) 460px,(min-resolution:1x) 460px,(-webkit-min-device-pixel-ratio:1) and (min-width:1280px) 406px,(-webkit-min-device-pixel-ratio:1) and (min-width:600px) 460px,(-webkit-min-device-pixel-ratio:1) 460px,460px" class="lazyload"> </a> </figure> <div class="Article__meta"> <h3 class="Article__title"> <a class="js-clamp-3" href="https://www.contra.gr/fitness/i-metallaxi-toy-ozil-exeplixe-toys-pantes-katafere-na-apoktisei-soma-poy-den-tairiazei-se-podosfairisti.10289704.html" title="Η μετάλλαξη του Οζίλ εξέπληξε τους πάντες, κατάφερε να αποκτήσει σώμα που δεν ταιριάζει σε ποδοσφαιριστή..." >Η μετάλλαξη του Οζίλ εξέπληξε τους πάντες, κατάφερε να αποκτήσει σώμα που δεν ταιριάζει σε ποδοσφαιριστή...</a> </h3> <div class="Article__authorList"> <svg class="icon icon_author"> <use xlink:href="https://www.contra.gr/resources/7d367a0/sprite/symbol/svg/sprite.symbol.svg#icon_author"></use> </svg> <p class="Article__author__name"> ΚΩΝΣΤΑΝΤΙΝΟΣ ΜΠΟΥΡΠΟΥΛΑΣ</p> </div> <div class="Article__date"> <time datetime="2024-03-29 10:52">29 ΜΑΡ 2024</time> </div> </div> </article> </div> </section> <section class="col-12 col-md-6 col-xl Teaser Teaser--default Teaser--has_width_480" data-gtm="unsetid ID6868551" > <div class="row"> <article class="col-12 col-md-12 col-xl Article Article--teaser Teaser__article Teaser__article--col-4 Teaser__article--image-right" data-position="1"> <a class="Article__tag " href="https://www.contra.gr/realmadrid" title="ΡΕΑΛ"> ΡΕΑΛ</a> <figure class="Article__image"> <a class="Article__image__intrinsic" href="https://www.contra.gr/podosfairo/podia-variopoyles-echei-o-17chronos-entrik-oi-tetrakefaloi-toy-tromazoyn.10231064.html" title="Πόδια βαριοπούλες έχει ο 17χρονος Έντρικ, οι τετρακέφαλοί του &quot;τρομάζουν&quot;" > <img src="https://www.contra.gr/img/104/10227923/840000/w140/140/endrick.jpg" alt="Πόδια βαριοπούλες έχει ο 17χρονος Έντρικ, οι τετρακέφαλοί του &quot;τρομάζουν&quot;" data-srcset="https://www.contra.gr/img/6450/10227923/840000/w200/200/endrick.jpg 200w, https://www.contra.gr/img/908/10227923/840000/w300/300/endrick.jpg 300w, https://www.contra.gr/img/2246/10227923/840000/w460/460/endrick.jpg 460w, https://www.contra.gr/img/4246/10227923/840000/w620/620/endrick.jpg 620w, https://www.contra.gr/img/2104/10227923/840000/w940/940/endrick.jpg 940w" data-sizes="(min-resolution:3x) and (min-width:1280px) 135px,(min-resolution:3x) and (min-width:600px) 153px,(min-resolution:3x) 66px,(-webkit-min-device-pixel-ratio:3) and (min-width:1280px) 135px,(-webkit-min-device-pixel-ratio:3) and (min-width:600px) 153px,(-webkit-min-device-pixel-ratio:3) 66px,(min-resolution:2x) and (min-width:1280px) 203px,(min-resolution:2x) and (min-width:600px) 230px,(min-resolution:2x) 100px,(-webkit-min-device-pixel-ratio:2) and (min-width:1280px) 203px,(-webkit-min-device-pixel-ratio:2) and (min-width:600px) 230px,(-webkit-min-device-pixel-ratio:2) 100px,(min-resolution:1x) and (min-width:1280px) 406px,(min-resolution:1x) and (min-width:600px) 460px,(min-resolution:1x) 200px,(-webkit-min-device-pixel-ratio:1) and (min-width:1280px) 406px,(-webkit-min-device-pixel-ratio:1) and (min-width:600px) 460px,(-webkit-min-device-pixel-ratio:1) 200px,200px" class="lazyload"> </a> </figure> <div class="Article__meta"> <h3 class="Article__title"> <a class="js-clamp-3" href="https://www.contra.gr/podosfairo/podia-variopoyles-echei-o-17chronos-entrik-oi-tetrakefaloi-toy-tromazoyn.10231064.html" title="Πόδια βαριοπούλες έχει ο 17χρονος Έντρικ, οι τετρακέφαλοί του &quot;τρομάζουν&quot;" >Πόδια βαριοπούλες έχει ο 17χρονος Έντρικ, οι τετρακέφαλοί του &quot;τρομάζουν&quot;</a> </h3> <div class="Article__authorList"> <svg class="icon icon_author"> <use xlink:href="https://www.contra.gr/resources/7d367a0/sprite/symbol/svg/sprite.symbol.svg#icon_author"></use> </svg> <p class="Article__author__name"> CONTRA.GR</p> </div> <div class="Article__date"> <time datetime="2023-12-09 14:05">09 ΔΕΚ 2023</time> </div> </div> </article> </div> </section> <!-- /4834629/contra.gr/ros_300x250a --> <div class=" col-12 col-md-12 col-xl-3 d-none d-xl-block"></div> <div class="p-xl-absolute"> <div id='ros_300x250a' class="ad-wrap-fitness sticky adSlot-height--250"> <script> googletag.cmd.push(function() { googletag.display('ros_300x250a'); }); </script> </div> </div> <section class="col-12 col-md-12 col-xl-9 Teaser Teaser--default " data-gtm="unsetid ID6869472" > <div class="row"> <article class="col-12 col-md-6 col-xl-4 Article Article--teaser Teaser__article Teaser__article--col-3 Teaser__article--image-right" data-position="1"> <a class="Article__tag " href="https://www.contra.gr/kristiano-ronalnto" title="ΚΡΙΣΤΙΑΝΟ ΡΟΝΑΛΝΤΟ"> ΚΡΙΣΤΙΑΝΟ ΡΟΝΑΛΝΤΟ</a> <figure class="Article__image"> <a class="Article__image__intrinsic" href="https://www.contra.gr/podosfairo/ronalnto-o-38aris-svartsenegker-i-beast-mode-fotografia-me-ton-laport.10211821.html" title="Ρονάλντο, ο 38άρης Σβαρτσενέγκερ: Η beast mode φωτογραφία με τον Λαπόρτ " > <img src="https://www.contra.gr/img/6235/10198553/981000/w140/140/cristiano_ronaldo_portugal.jpg" alt="Portugal&apos;s Cristiano Ronaldo celebrates after scoring his side&apos;s second goal from the penalty spot during the Euro 2024 group J qualifying soccer match between Portugal and Slovakia at the Dragao stadium in Porto, Portugal, Friday, Oct. 13, 2023. (AP Photo/Luis Vieira)" data-srcset="https://www.contra.gr/img/4991/10198553/981000/w200/200/cristiano_ronaldo_portugal.jpg 200w, https://www.contra.gr/img/1007/10198553/981000/w300/300/cristiano_ronaldo_portugal.jpg 300w, https://www.contra.gr/img/4601/10198553/981000/w460/460/cristiano_ronaldo_portugal.jpg 460w, https://www.contra.gr/img/9373/10198553/981000/w620/620/cristiano_ronaldo_portugal.jpg 620w, https://www.contra.gr/img/7739/10198553/981000/w940/940/cristiano_ronaldo_portugal.jpg 940w" data-sizes="(min-resolution:3x) and (min-width:1280px) 100px,(min-resolution:3x) and (min-width:600px) 153px,(min-resolution:3x) 66px,(-webkit-min-device-pixel-ratio:3) and (min-width:1280px) 100px,(-webkit-min-device-pixel-ratio:3) and (min-width:600px) 153px,(-webkit-min-device-pixel-ratio:3) 66px,(min-resolution:2x) and (min-width:1280px) 150px,(min-resolution:2x) and (min-width:600px) 230px,(min-resolution:2x) 100px,(-webkit-min-device-pixel-ratio:2) and (min-width:1280px) 150px,(-webkit-min-device-pixel-ratio:2) and (min-width:600px) 230px,(-webkit-min-device-pixel-ratio:2) 100px,(min-resolution:1x) and (min-width:1280px) 300px,(min-resolution:1x) and (min-width:600px) 460px,(min-resolution:1x) 200px,(-webkit-min-device-pixel-ratio:1) and (min-width:1280px) 300px,(-webkit-min-device-pixel-ratio:1) and (min-width:600px) 460px,(-webkit-min-device-pixel-ratio:1) 200px,200px" class="lazyload"> </a> </figure> <div class="Article__meta"> <h3 class="Article__title"> <a class="js-clamp-3" href="https://www.contra.gr/podosfairo/ronalnto-o-38aris-svartsenegker-i-beast-mode-fotografia-me-ton-laport.10211821.html" title="Ρονάλντο, ο 38άρης Σβαρτσενέγκερ: Η beast mode φωτογραφία με τον Λαπόρτ " >Ρονάλντο, ο 38άρης Σβαρτσενέγκερ: Η beast mode φωτογραφία με τον Λαπόρτ </a> </h3> <div class="Article__authorList"> <svg class="icon icon_author"> <use xlink:href="https://www.contra.gr/resources/7d367a0/sprite/symbol/svg/sprite.symbol.svg#icon_author"></use> </svg> <p class="Article__author__name"> CONTRA.GR</p> </div> <div class="Article__date"> <time datetime="2023-11-05 11:53">05 ΝΟΕ 2023</time> </div> </div> </article> <article class="col-12 col-md-6 col-xl-4 Article Article--teaser Teaser__article Teaser__article--col-3 Teaser__article--image-right" data-position="2"> <a class="Article__tag " href="https://www.contra.gr/viral" title="VIRAL"> VIRAL</a> <figure class="Article__image"> <a class="Article__image__intrinsic" href="https://www.contra.gr/podosfairo/tziovani-o-50aris-vrazilianos-einai-adianoita-gymnasmenos.9923537.html" title="Τζιοβάνι: Ο 50άρης Βραζιλιάνος είναι αδιανόητα γυμνασμένος" > <img src="https://www.contra.gr/img/2072/9923551/872000/w140/140/gio.jpg" alt="Τζιοβάνι: Ο 50άρης Βραζιλιάνος είναι αδιανόητα γυμνασμένος" data-srcset="https://www.contra.gr/img/398/9923551/872000/w200/200/gio.jpg 200w, https://www.contra.gr/img/9948/9923551/872000/w300/300/gio.jpg 300w, https://www.contra.gr/img/2314/9923551/872000/w460/460/gio.jpg 460w, https://www.contra.gr/img/5562/9923551/872000/w620/620/gio.jpg 620w, https://www.contra.gr/img/8824/9923551/872000/w940/940/gio.jpg 940w" data-sizes="(min-resolution:3x) and (min-width:1280px) 100px,(min-resolution:3x) and (min-width:600px) 153px,(min-resolution:3x) 66px,(-webkit-min-device-pixel-ratio:3) and (min-width:1280px) 100px,(-webkit-min-device-pixel-ratio:3) and (min-width:600px) 153px,(-webkit-min-device-pixel-ratio:3) 66px,(min-resolution:2x) and (min-width:1280px) 150px,(min-resolution:2x) and (min-width:600px) 230px,(min-resolution:2x) 100px,(-webkit-min-device-pixel-ratio:2) and (min-width:1280px) 150px,(-webkit-min-device-pixel-ratio:2) and (min-width:600px) 230px,(-webkit-min-device-pixel-ratio:2) 100px,(min-resolution:1x) and (min-width:1280px) 300px,(min-resolution:1x) and (min-width:600px) 460px,(min-resolution:1x) 200px,(-webkit-min-device-pixel-ratio:1) and (min-width:1280px) 300px,(-webkit-min-device-pixel-ratio:1) and (min-width:600px) 460px,(-webkit-min-device-pixel-ratio:1) 200px,200px" class="lazyload"> </a> </figure> <div class="Article__meta"> <h3 class="Article__title"> <a class="js-clamp-3" href="https://www.contra.gr/podosfairo/tziovani-o-50aris-vrazilianos-einai-adianoita-gymnasmenos.9923537.html" title="Τζιοβάνι: Ο 50άρης Βραζιλιάνος είναι αδιανόητα γυμνασμένος" >Τζιοβάνι: Ο 50άρης Βραζιλιάνος είναι αδιανόητα γυμνασμένος</a> </h3> <div class="Article__authorList"> <svg class="icon icon_author"> <use xlink:href="https://www.contra.gr/resources/7d367a0/sprite/symbol/svg/sprite.symbol.svg#icon_author"></use> </svg> <p class="Article__author__name"> CONTRA.GR</p> </div> <div class="Article__date"> <time datetime="2023-01-31 17:27">31 ΙΑΝ 2023</time> </div> </div> </article> <article class="col-12 col-md-6 col-xl-4 Article Article--teaser Teaser__article Teaser__article--col-3 Teaser__article--image-right" data-position="3"> <a class="Article__tag " href="https://www.contra.gr/germania" title="ΓΕΡΜΑΝΙΑ"> ΓΕΡΜΑΝΙΑ</a> <figure class="Article__image"> <a class="Article__image__intrinsic" href="https://www.contra.gr/podosfairo/fitness-kai-mpala-ti-den-troei-o-gkoretska-kai-einai-kommatia.9862058.html" title="Fitness και μπάλα, τι δεν τρώει ο Γκορέτσκα και είναι κομμάτια" > <img src="https://www.contra.gr/img/1181/9862060/856000/w140/140/goretzka.jpg" alt="Fitness και μπάλα, τι δεν τρώει ο Γκορέτσκα και είναι κομμάτια" data-srcset="https://www.contra.gr/img/323/9862060/856000/w200/200/goretzka.jpg 200w, https://www.contra.gr/img/1921/9862060/856000/w300/300/goretzka.jpg 300w, https://www.contra.gr/img/4149/9862060/856000/w460/460/goretzka.jpg 460w, https://www.contra.gr/img/3409/9862060/856000/w620/620/goretzka.jpg 620w, https://www.contra.gr/img/8739/9862060/856000/w940/940/goretzka.jpg 940w" data-sizes="(min-resolution:3x) and (min-width:1280px) 100px,(min-resolution:3x) and (min-width:600px) 153px,(min-resolution:3x) 66px,(-webkit-min-device-pixel-ratio:3) and (min-width:1280px) 100px,(-webkit-min-device-pixel-ratio:3) and (min-width:600px) 153px,(-webkit-min-device-pixel-ratio:3) 66px,(min-resolution:2x) and (min-width:1280px) 150px,(min-resolution:2x) and (min-width:600px) 230px,(min-resolution:2x) 100px,(-webkit-min-device-pixel-ratio:2) and (min-width:1280px) 150px,(-webkit-min-device-pixel-ratio:2) and (min-width:600px) 230px,(-webkit-min-device-pixel-ratio:2) 100px,(min-resolution:1x) and (min-width:1280px) 300px,(min-resolution:1x) and (min-width:600px) 460px,(min-resolution:1x) 200px,(-webkit-min-device-pixel-ratio:1) and (min-width:1280px) 300px,(-webkit-min-device-pixel-ratio:1) and (min-width:600px) 460px,(-webkit-min-device-pixel-ratio:1) 200px,200px" class="lazyload"> </a> </figure> <div class="Article__meta"> <h3 class="Article__title"> <a class="js-clamp-3" href="https://www.contra.gr/podosfairo/fitness-kai-mpala-ti-den-troei-o-gkoretska-kai-einai-kommatia.9862058.html" title="Fitness και μπάλα, τι δεν τρώει ο Γκορέτσκα και είναι κομμάτια" >Fitness και μπάλα, τι δεν τρώει ο Γκορέτσκα και είναι κομμάτια</a> </h3> <div class="Article__authorList"> <svg class="icon icon_author"> <use xlink:href="https://www.contra.gr/resources/7d367a0/sprite/symbol/svg/sprite.symbol.svg#icon_author"></use> </svg> <p class="Article__author__name"> CONTRA.GR</p> </div> <div class="Article__date"> <time datetime="2022-12-07 15:08">07 ΔΕΚ 2022</time> </div> </div> </article> <article class="col-12 col-md-6 col-xl-4 Article Article--teaser Teaser__article Teaser__article--col-3 Teaser__article--image-right" data-position="4"> <a class="Article__tag " href="https://www.contra.gr/ufc" title="UFC"> UFC</a> <figure class="Article__image"> <a class="Article__image__intrinsic" href="https://www.contra.gr/fitness/konor-makgkregkor-egine-thirio-kai-den-choraei-na-perasei-apo-tis-portes.9809561.html" title="Κόνορ ΜακΓκρέγκορ, έγινε θηρίο και δεν χωράει να περάσει από τις πόρτες" > <img src="https://www.contra.gr/img/437/9809580/509000/w140/140/conor_mcgregor.jpg" alt="Conor McGregor motions to the crowd during a news conference for a UFC 264 mixed martial arts bout Thursday, July 8, 2021, in Las Vegas. McGregor is scheduled to fight Dustin Poirier in a lightweight bout Saturday in Las Vegas (AP Photo/John Locher)" data-srcset="https://www.contra.gr/img/495/9809580/509000/w200/200/conor_mcgregor.jpg 200w, https://www.contra.gr/img/319/9809580/509000/w300/300/conor_mcgregor.jpg 300w, https://www.contra.gr/img/5145/9809580/509000/w460/460/conor_mcgregor.jpg 460w, https://www.contra.gr/img/8605/9809580/509000/w620/620/conor_mcgregor.jpg 620w, https://www.contra.gr/img/3109/9809580/509000/w940/940/conor_mcgregor.jpg 940w" data-sizes="(min-resolution:3x) and (min-width:1280px) 100px,(min-resolution:3x) and (min-width:600px) 153px,(min-resolution:3x) 66px,(-webkit-min-device-pixel-ratio:3) and (min-width:1280px) 100px,(-webkit-min-device-pixel-ratio:3) and (min-width:600px) 153px,(-webkit-min-device-pixel-ratio:3) 66px,(min-resolution:2x) and (min-width:1280px) 150px,(min-resolution:2x) and (min-width:600px) 230px,(min-resolution:2x) 100px,(-webkit-min-device-pixel-ratio:2) and (min-width:1280px) 150px,(-webkit-min-device-pixel-ratio:2) and (min-width:600px) 230px,(-webkit-min-device-pixel-ratio:2) 100px,(min-resolution:1x) and (min-width:1280px) 300px,(min-resolution:1x) and (min-width:600px) 460px,(min-resolution:1x) 200px,(-webkit-min-device-pixel-ratio:1) and (min-width:1280px) 300px,(-webkit-min-device-pixel-ratio:1) and (min-width:600px) 460px,(-webkit-min-device-pixel-ratio:1) 200px,200px" class="lazyload"> </a> </figure> <div class="Article__meta"> <h3 class="Article__title"> <a class="js-clamp-3" href="https://www.contra.gr/fitness/konor-makgkregkor-egine-thirio-kai-den-choraei-na-perasei-apo-tis-portes.9809561.html" title="Κόνορ ΜακΓκρέγκορ, έγινε θηρίο και δεν χωράει να περάσει από τις πόρτες" >Κόνορ ΜακΓκρέγκορ, έγινε θηρίο και δεν χωράει να περάσει από τις πόρτες</a> </h3> <div class="Article__authorList"> <svg class="icon icon_author"> <use xlink:href="https://www.contra.gr/resources/7d367a0/sprite/symbol/svg/sprite.symbol.svg#icon_author"></use> </svg> <p class="Article__author__name"> CONTRA.GR</p> </div> <div class="Article__date"> <time datetime="2022-10-27 14:27">27 ΟΚΤ 2022</time> </div> </div> </article> <article class="col-12 col-md-6 col-xl-4 Article Article--teaser Teaser__article Teaser__article--col-3 Teaser__article--image-right" data-position="5"> <a class="Article__tag " href="https://www.contra.gr/barcelonabasket" title="ΜΠΑΡΤΣΕΛΟΝΑ"> ΜΠΑΡΤΣΕΛΟΝΑ</a> <figure class="Article__image"> <a class="Article__image__intrinsic" href="https://www.contra.gr/fitness/ntani-alves-eton-39-me-kormi-gia-epistimoniki-meleti.9785585.html" title="Ντάνι Άλβες: Ετών 39 με κορμί για επιστημονική μελέτη" > <img src="https://www.contra.gr/img/2432/9785592/382000/w140/140/dani_alves.jpg" alt="FC Barcelona&apos;s Daniel Alves, from Brazil, celebrates a goal during a Spanish La Liga soccer match against Espanyol at the Camp Nou stadium in Barcelona, Spain, Sunday, Dec. 7, 2014. (AP Photo/Manu Fernandez)" data-srcset="https://www.contra.gr/img/8374/9785592/382000/w200/200/dani_alves.jpg 200w, https://www.contra.gr/img/268/9785592/382000/w300/300/dani_alves.jpg 300w, https://www.contra.gr/img/7454/9785592/382000/w460/460/dani_alves.jpg 460w, https://www.contra.gr/img/9618/9785592/382000/w620/620/dani_alves.jpg 620w, https://www.contra.gr/img/7792/9785592/382000/w940/940/dani_alves.jpg 940w" data-sizes="(min-resolution:3x) and (min-width:1280px) 100px,(min-resolution:3x) and (min-width:600px) 153px,(min-resolution:3x) 66px,(-webkit-min-device-pixel-ratio:3) and (min-width:1280px) 100px,(-webkit-min-device-pixel-ratio:3) and (min-width:600px) 153px,(-webkit-min-device-pixel-ratio:3) 66px,(min-resolution:2x) and (min-width:1280px) 150px,(min-resolution:2x) and (min-width:600px) 230px,(min-resolution:2x) 100px,(-webkit-min-device-pixel-ratio:2) and (min-width:1280px) 150px,(-webkit-min-device-pixel-ratio:2) and (min-width:600px) 230px,(-webkit-min-device-pixel-ratio:2) 100px,(min-resolution:1x) and (min-width:1280px) 300px,(min-resolution:1x) and (min-width:600px) 460px,(min-resolution:1x) 200px,(-webkit-min-device-pixel-ratio:1) and (min-width:1280px) 300px,(-webkit-min-device-pixel-ratio:1) and (min-width:600px) 460px,(-webkit-min-device-pixel-ratio:1) 200px,200px" class="lazyload"> </a> </figure> <div class="Article__meta"> <h3 class="Article__title"> <a class="js-clamp-3" href="https://www.contra.gr/fitness/ntani-alves-eton-39-me-kormi-gia-epistimoniki-meleti.9785585.html" title="Ντάνι Άλβες: Ετών 39 με κορμί για επιστημονική μελέτη" >Ντάνι Άλβες: Ετών 39 με κορμί για επιστημονική μελέτη</a> </h3> <div class="Article__authorList"> <svg class="icon icon_author"> <use xlink:href="https://www.contra.gr/resources/7d367a0/sprite/symbol/svg/sprite.symbol.svg#icon_author"></use> </svg> <p class="Article__author__name"> CONTRA.GR</p> </div> <div class="Article__date"> <time datetime="2022-10-08 09:43">08 ΟΚΤ 2022</time> </div> </div> </article> <article class="col-12 col-md-6 col-xl-4 Article Article--teaser Teaser__article Teaser__article--col-3 Teaser__article--image-right" data-position="6"> <a class="Article__tag " href="https://www.contra.gr/fitness/" title="FITNESS"> FITNESS</a> <figure class="Article__image"> <a class="Article__image__intrinsic" href="https://www.contra.gr/fitness/o-moynie-vgike-imigymnos-sto-chioni-gia-dialogismo.9507203.html" title="Ο Μουνιέ βγήκε ημίγυμνος στο χιόνι για διαλογισμό" > <img src="https://www.contra.gr/img/3709/9507205/710000/w140/140/mounier.jpg" alt="Ο Μουνιέ βγήκε ημίγυμνος στο χιόνι για διαλογισμό" data-srcset="https://www.contra.gr/img/7033/9507205/710000/w200/200/mounier.jpg 200w, https://www.contra.gr/img/2905/9507205/710000/w300/300/mounier.jpg 300w, https://www.contra.gr/img/1567/9507205/710000/w460/460/mounier.jpg 460w, https://www.contra.gr/img/9237/9507205/710000/w620/620/mounier.jpg 620w, https://www.contra.gr/img/1379/9507205/710000/w940/940/mounier.jpg 940w" data-sizes="(min-resolution:3x) and (min-width:1280px) 100px,(min-resolution:3x) and (min-width:600px) 153px,(min-resolution:3x) 66px,(-webkit-min-device-pixel-ratio:3) and (min-width:1280px) 100px,(-webkit-min-device-pixel-ratio:3) and (min-width:600px) 153px,(-webkit-min-device-pixel-ratio:3) 66px,(min-resolution:2x) and (min-width:1280px) 150px,(min-resolution:2x) and (min-width:600px) 230px,(min-resolution:2x) 100px,(-webkit-min-device-pixel-ratio:2) and (min-width:1280px) 150px,(-webkit-min-device-pixel-ratio:2) and (min-width:600px) 230px,(-webkit-min-device-pixel-ratio:2) 100px,(min-resolution:1x) and (min-width:1280px) 300px,(min-resolution:1x) and (min-width:600px) 460px,(min-resolution:1x) 200px,(-webkit-min-device-pixel-ratio:1) and (min-width:1280px) 300px,(-webkit-min-device-pixel-ratio:1) and (min-width:600px) 460px,(-webkit-min-device-pixel-ratio:1) 200px,200px" class="lazyload"> </a> </figure> <div class="Article__meta"> <h3 class="Article__title"> <a class="js-clamp-3" href="https://www.contra.gr/fitness/o-moynie-vgike-imigymnos-sto-chioni-gia-dialogismo.9507203.html" title="Ο Μουνιέ βγήκε ημίγυμνος στο χιόνι για διαλογισμό" >Ο Μουνιέ βγήκε ημίγυμνος στο χιόνι για διαλογισμό</a> </h3> <div class="Article__authorList"> <svg class="icon icon_author"> <use xlink:href="https://www.contra.gr/resources/7d367a0/sprite/symbol/svg/sprite.symbol.svg#icon_author"></use> </svg> <p class="Article__author__name"> CONTRA.GR</p> </div> <div class="Article__date"> <time datetime="2022-01-26 04:38">26 ΙΑΝ 2022</time> </div> </div> </article> </div> </section></div> </div> </div> <div class="group-container " style="--group-bg-color:#fff;" > <div class="container"> <div class="row"> <!-- /4834629/contra.gr/ros_970x250b --> <div id='ros_970x250b' style="text-align: center;" class="ad-wrap-fitness col-12 col-md-12 col-xl-12 slot_billboard slot_billboard_margin_top-diabled adSlot-height--250 slot_billboard_center"> <script> googletag.cmd.push(function() { googletag.display('ros_970x250b'); }); </script> </div></div> </div> </div> <div class="group-container bottom" > <div class="container"> <div class="row"> <section class="col-12 col-md-12 col-xl-9 Teaser Teaser--default " data-gtm="unsetid ID6872121" > <div class="row"> <article class="col-12 col-md-6 col-xl-4 Article Article--teaser Teaser__article Teaser__article--col-3 Teaser__article--image-right" data-position="1"> <a class="Article__tag " href="https://www.contra.gr/formula1" title="FORMULA 1"> FORMULA 1</a> <figure class="Article__image"> <a class="Article__image__intrinsic" href="https://www.contra.gr/sports/o-vegan-maniac-chamilton-den-agapa-panta-to-soma-toy-alla-to-frontizei.9211858.html" title="Ο vegan-maniac Χάμιλτον δεν αγαπά (πάντα) το σώμα του, αλλά το φροντίζει" > <img src="https://www.contra.gr/img/4159/9211871/266000/w140/140/hamilton.jpg" alt="Ο Λιούις Χάμιλτον παλεύει ν&apos; αγαπήσει το κορμί του και τον εαυτό του" data-srcset="https://www.contra.gr/img/3301/9211871/266000/w200/200/hamilton.jpg 200w, https://www.contra.gr/img/5101/9211871/266000/w300/300/hamilton.jpg 300w, https://www.contra.gr/img/1171/9211871/266000/w460/460/hamilton.jpg 460w, https://www.contra.gr/img/431/9211871/266000/w620/620/hamilton.jpg 620w, https://www.contra.gr/img/1535/9211871/266000/w940/940/hamilton.jpg 940w" data-sizes="(min-resolution:3x) and (min-width:1280px) 100px,(min-resolution:3x) and (min-width:600px) 153px,(min-resolution:3x) 66px,(-webkit-min-device-pixel-ratio:3) and (min-width:1280px) 100px,(-webkit-min-device-pixel-ratio:3) and (min-width:600px) 153px,(-webkit-min-device-pixel-ratio:3) 66px,(min-resolution:2x) and (min-width:1280px) 150px,(min-resolution:2x) and (min-width:600px) 230px,(min-resolution:2x) 100px,(-webkit-min-device-pixel-ratio:2) and (min-width:1280px) 150px,(-webkit-min-device-pixel-ratio:2) and (min-width:600px) 230px,(-webkit-min-device-pixel-ratio:2) 100px,(min-resolution:1x) and (min-width:1280px) 300px,(min-resolution:1x) and (min-width:600px) 460px,(min-resolution:1x) 200px,(-webkit-min-device-pixel-ratio:1) and (min-width:1280px) 300px,(-webkit-min-device-pixel-ratio:1) and (min-width:600px) 460px,(-webkit-min-device-pixel-ratio:1) 200px,200px" class="lazyload"> </a> </figure> <div class="Article__meta"> <h3 class="Article__title"> <a class="js-clamp-3" href="https://www.contra.gr/sports/o-vegan-maniac-chamilton-den-agapa-panta-to-soma-toy-alla-to-frontizei.9211858.html" title="Ο vegan-maniac Χάμιλτον δεν αγαπά (πάντα) το σώμα του, αλλά το φροντίζει" >Ο vegan-maniac Χάμιλτον δεν αγαπά (πάντα) το σώμα του, αλλά το φροντίζει</a> </h3> <div class="Article__authorList"> <svg class="icon icon_author"> <use xlink:href="https://www.contra.gr/resources/7d367a0/sprite/symbol/svg/sprite.symbol.svg#icon_author"></use> </svg> <a class="Article__author__name Article__author__name--link" href="https://www.contra.gr/giannhs-zwitos/" title="ΓΙΑΝΝΗΣ ΖΩΙΤΟΣ"> ΓΙΑΝΝΗΣ ΖΩΙΤΟΣ</a> </div> <div class="Article__date"> <time datetime="2021-04-25 09:19">25 ΑΠΡ 2021</time> </div> </div> </article> <article class="col-12 col-md-6 col-xl-4 Article Article--teaser Teaser__article Teaser__article--col-3 Teaser__article--image-right" data-position="2"> <a class="Article__tag " href="https://www.contra.gr/diatrofi" title="ΔΙΑΤΡΟΦΗ"> ΔΙΑΤΡΟΦΗ</a> <figure class="Article__image"> <a class="Article__image__intrinsic" href="https://www.contra.gr/fitness/i-pio-akatanoiti-diatrofiki-synitheia-toy-tom-mpreinti-efere-paniko.9168514.html" title="Η πιο ακατανόητη διατροφική συνήθεια του Τομ Μπρέιντι έφερε πανικό" > <img src="https://www.contra.gr/img/895/9168533/316000/w140/140/brady.jpg" alt="Δεν ήξερε κανείς ότι ο Τομ Μπρέιντι δεν τρώει τις άκρες από τις μπανάνες" data-srcset="https://www.contra.gr/img/1627/9168533/316000/w200/200/brady.jpg 200w, https://www.contra.gr/img/8317/9168533/316000/w300/300/brady.jpg 300w, https://www.contra.gr/img/6259/9168533/316000/w460/460/brady.jpg 460w, https://www.contra.gr/img/8175/9168533/316000/w620/620/brady.jpg 620w, https://www.contra.gr/img/1967/9168533/316000/w940/940/brady.jpg 940w" data-sizes="(min-resolution:3x) and (min-width:1280px) 100px,(min-resolution:3x) and (min-width:600px) 153px,(min-resolution:3x) 66px,(-webkit-min-device-pixel-ratio:3) and (min-width:1280px) 100px,(-webkit-min-device-pixel-ratio:3) and (min-width:600px) 153px,(-webkit-min-device-pixel-ratio:3) 66px,(min-resolution:2x) and (min-width:1280px) 150px,(min-resolution:2x) and (min-width:600px) 230px,(min-resolution:2x) 100px,(-webkit-min-device-pixel-ratio:2) and (min-width:1280px) 150px,(-webkit-min-device-pixel-ratio:2) and (min-width:600px) 230px,(-webkit-min-device-pixel-ratio:2) 100px,(min-resolution:1x) and (min-width:1280px) 300px,(min-resolution:1x) and (min-width:600px) 460px,(min-resolution:1x) 200px,(-webkit-min-device-pixel-ratio:1) and (min-width:1280px) 300px,(-webkit-min-device-pixel-ratio:1) and (min-width:600px) 460px,(-webkit-min-device-pixel-ratio:1) 200px,200px" class="lazyload"> </a> </figure> <div class="Article__meta"> <h3 class="Article__title"> <a class="js-clamp-3" href="https://www.contra.gr/fitness/i-pio-akatanoiti-diatrofiki-synitheia-toy-tom-mpreinti-efere-paniko.9168514.html" title="Η πιο ακατανόητη διατροφική συνήθεια του Τομ Μπρέιντι έφερε πανικό" >Η πιο ακατανόητη διατροφική συνήθεια του Τομ Μπρέιντι έφερε πανικό</a> </h3> <div class="Article__authorList"> <svg class="icon icon_author"> <use xlink:href="https://www.contra.gr/resources/7d367a0/sprite/symbol/svg/sprite.symbol.svg#icon_author"></use> </svg> <a class="Article__author__name Article__author__name--link" href="https://www.contra.gr/giannhs-zwitos/" title="ΓΙΑΝΝΗΣ ΖΩΙΤΟΣ"> ΓΙΑΝΝΗΣ ΖΩΙΤΟΣ</a> </div> <div class="Article__date"> <time datetime="2021-03-15 22:22">15 ΜΑΡ 2021</time> </div> </div> </article> <article class="col-12 col-md-6 col-xl-4 Article Article--teaser Teaser__article Teaser__article--col-3 Teaser__article--image-right" data-position="3"> <a class="Article__tag " href="https://www.contra.gr/diatrofi" title="ΔΙΑΤΡΟΦΗ"> ΔΙΑΤΡΟΦΗ</a> <figure class="Article__image"> <a class="Article__image__intrinsic" href="https://www.contra.gr/fitness/i-oliki-metamorfosi-toy-loykakoy-ofeiletai-kai-sto-thaymatoyrgo-shirataki.9169740.html" title="Η ολική μεταμόρφωση του Λουκάκου οφείλεται (και) στο &apos;θαυματουργό&apos; shirataki" > <img src="https://www.contra.gr/img/3636/9169663/862000/w140/140/lukaku_body.jpg" alt="Η ολική μεταμόρφωση του Λουκάκου οφείλεται (και) στο &apos;θαυματουργό&apos; shirataki" data-srcset="https://www.contra.gr/img/8346/9169663/862000/w200/200/lukaku_body.jpg 200w, https://www.contra.gr/img/5736/9169663/862000/w300/300/lukaku_body.jpg 300w, https://www.contra.gr/img/5794/9169663/862000/w460/460/lukaku_body.jpg 460w, https://www.contra.gr/img/7894/9169663/862000/w620/620/lukaku_body.jpg 620w, https://www.contra.gr/img/52/9169663/862000/w940/940/lukaku_body.jpg 940w" data-sizes="(min-resolution:3x) and (min-width:1280px) 100px,(min-resolution:3x) and (min-width:600px) 153px,(min-resolution:3x) 66px,(-webkit-min-device-pixel-ratio:3) and (min-width:1280px) 100px,(-webkit-min-device-pixel-ratio:3) and (min-width:600px) 153px,(-webkit-min-device-pixel-ratio:3) 66px,(min-resolution:2x) and (min-width:1280px) 150px,(min-resolution:2x) and (min-width:600px) 230px,(min-resolution:2x) 100px,(-webkit-min-device-pixel-ratio:2) and (min-width:1280px) 150px,(-webkit-min-device-pixel-ratio:2) and (min-width:600px) 230px,(-webkit-min-device-pixel-ratio:2) 100px,(min-resolution:1x) and (min-width:1280px) 300px,(min-resolution:1x) and (min-width:600px) 460px,(min-resolution:1x) 200px,(-webkit-min-device-pixel-ratio:1) and (min-width:1280px) 300px,(-webkit-min-device-pixel-ratio:1) and (min-width:600px) 460px,(-webkit-min-device-pixel-ratio:1) 200px,200px" class="lazyload"> </a> </figure> <div class="Article__meta"> <h3 class="Article__title"> <a class="js-clamp-3" href="https://www.contra.gr/fitness/i-oliki-metamorfosi-toy-loykakoy-ofeiletai-kai-sto-thaymatoyrgo-shirataki.9169740.html" title="Η ολική μεταμόρφωση του Λουκάκου οφείλεται (και) στο &apos;θαυματουργό&apos; shirataki" >Η ολική μεταμόρφωση του Λουκάκου οφείλεται (και) στο &apos;θαυματουργό&apos; shirataki</a> </h3> <div class="Article__authorList"> <svg class="icon icon_author"> <use xlink:href="https://www.contra.gr/resources/7d367a0/sprite/symbol/svg/sprite.symbol.svg#icon_author"></use> </svg> <a class="Article__author__name Article__author__name--link" href="https://www.contra.gr/giannhs-zwitos/" title="ΓΙΑΝΝΗΣ ΖΩΙΤΟΣ"> ΓΙΑΝΝΗΣ ΖΩΙΤΟΣ</a> </div> <div class="Article__date"> <time datetime="2021-03-14 09:01">14 ΜΑΡ 2021</time> </div> </div> </article> <article class="col-12 col-md-6 col-xl-4 Article Article--teaser Teaser__article Teaser__article--col-3 Teaser__article--image-right" data-position="4"> <a class="Article__tag " href="https://www.contra.gr/ispania" title="ΙΣΠΑΝΙΑ"> ΙΣΠΑΝΙΑ</a> <figure class="Article__image"> <a class="Article__image__intrinsic" href="https://www.contra.gr/podosfairo/o-chtistos-tores-einai-kalyteros-apo-ton-psiloligno-for-poy-ixeres.9158140.html" title="Ο &apos;χτιστός&apos; Τόρες είναι καλύτερος από τον ψηλόλιγνο φορ που ήξερες" > <img src="https://www.contra.gr/img/8033/9158176/267000/w140/140/torres.jpg" alt="Ο Φερνάντο Τόρες σκοράρει με τη φανέλα της Ατλέτικο κόντρα στη Λεβερκούζεν για την φάση των &apos;16&apos; του Champions League στο &apos;Vicente Calderon&apos; της Μαδρίτης | 17/03/2015 | ⓒ 2021 Andres Kudacki/Associated Press" data-srcset="https://www.contra.gr/img/8821/9158176/267000/w200/200/torres.jpg 200w, https://www.contra.gr/img/2157/9158176/267000/w300/300/torres.jpg 300w, https://www.contra.gr/img/9709/9158176/267000/w460/460/torres.jpg 460w, https://www.contra.gr/img/5585/9158176/267000/w620/620/torres.jpg 620w, https://www.contra.gr/img/3969/9158176/267000/w940/940/torres.jpg 940w" data-sizes="(min-resolution:3x) and (min-width:1280px) 100px,(min-resolution:3x) and (min-width:600px) 153px,(min-resolution:3x) 66px,(-webkit-min-device-pixel-ratio:3) and (min-width:1280px) 100px,(-webkit-min-device-pixel-ratio:3) and (min-width:600px) 153px,(-webkit-min-device-pixel-ratio:3) 66px,(min-resolution:2x) and (min-width:1280px) 150px,(min-resolution:2x) and (min-width:600px) 230px,(min-resolution:2x) 100px,(-webkit-min-device-pixel-ratio:2) and (min-width:1280px) 150px,(-webkit-min-device-pixel-ratio:2) and (min-width:600px) 230px,(-webkit-min-device-pixel-ratio:2) 100px,(min-resolution:1x) and (min-width:1280px) 300px,(min-resolution:1x) and (min-width:600px) 460px,(min-resolution:1x) 200px,(-webkit-min-device-pixel-ratio:1) and (min-width:1280px) 300px,(-webkit-min-device-pixel-ratio:1) and (min-width:600px) 460px,(-webkit-min-device-pixel-ratio:1) 200px,200px" class="lazyload"> </a> </figure> <div class="Article__meta"> <h3 class="Article__title"> <a class="js-clamp-3" href="https://www.contra.gr/podosfairo/o-chtistos-tores-einai-kalyteros-apo-ton-psiloligno-for-poy-ixeres.9158140.html" title="Ο &apos;χτιστός&apos; Τόρες είναι καλύτερος από τον ψηλόλιγνο φορ που ήξερες" >Ο &apos;χτιστός&apos; Τόρες είναι καλύτερος από τον ψηλόλιγνο φορ που ήξερες</a> </h3> <div class="Article__authorList"> <svg class="icon icon_author"> <use xlink:href="https://www.contra.gr/resources/7d367a0/sprite/symbol/svg/sprite.symbol.svg#icon_author"></use> </svg> <a class="Article__author__name Article__author__name--link" href="https://www.contra.gr/giwrgos-perperidhs/" title="ΓΙΩΡΓΟΣ ΠΕΡΠΕΡΙΔΗΣ"> ΓΙΩΡΓΟΣ ΠΕΡΠΕΡΙΔΗΣ</a> </div> <div class="Article__date"> <time datetime="2021-03-01 20:13">01 ΜΑΡ 2021</time> </div> </div> </article> <article class="col-12 col-md-6 col-xl-4 Article Article--teaser Teaser__article Teaser__article--col-3 Teaser__article--image-right" data-position="5"> <a class="Article__tag " href="https://www.contra.gr/chelsea" title="ΤΣΕΛΣΙ"> ΤΣΕΛΣΙ</a> <figure class="Article__image"> <a class="Article__image__intrinsic" href="https://www.contra.gr/fitness/me-soma-20chronoy-o-olivie-ziroy-paleyei-gia-mia-thesi-sto-euro.9154335.html" title="Χάρη στο σώμα ενός 20χρονου ο Ολιβιέ Ζιρού παλεύει για μια θέση στο Euro" > <img src="https://www.contra.gr/img/7693/9154357/160000/w140/140/giroud.jpg" alt="Ο Ολιβιέ Ζιρού πανηγυρίζει το τέρμα που πέτυχε σε αναμέτρηση της Τσέλσι με τη Νιούκαστλ στο &apos;Stamford Bridge&apos; για την Premier League στις 15/02/2021. ⓒ 2021 Paul Childs/Associated Press" data-srcset="https://www.contra.gr/img/9161/9154357/160000/w200/200/giroud.jpg 200w, https://www.contra.gr/img/1817/9154357/160000/w300/300/giroud.jpg 300w, https://www.contra.gr/img/49/9154357/160000/w460/460/giroud.jpg 460w, https://www.contra.gr/img/5925/9154357/160000/w620/620/giroud.jpg 620w, https://www.contra.gr/img/3629/9154357/160000/w940/940/giroud.jpg 940w" data-sizes="(min-resolution:3x) and (min-width:1280px) 100px,(min-resolution:3x) and (min-width:600px) 153px,(min-resolution:3x) 66px,(-webkit-min-device-pixel-ratio:3) and (min-width:1280px) 100px,(-webkit-min-device-pixel-ratio:3) and (min-width:600px) 153px,(-webkit-min-device-pixel-ratio:3) 66px,(min-resolution:2x) and (min-width:1280px) 150px,(min-resolution:2x) and (min-width:600px) 230px,(min-resolution:2x) 100px,(-webkit-min-device-pixel-ratio:2) and (min-width:1280px) 150px,(-webkit-min-device-pixel-ratio:2) and (min-width:600px) 230px,(-webkit-min-device-pixel-ratio:2) 100px,(min-resolution:1x) and (min-width:1280px) 300px,(min-resolution:1x) and (min-width:600px) 460px,(min-resolution:1x) 200px,(-webkit-min-device-pixel-ratio:1) and (min-width:1280px) 300px,(-webkit-min-device-pixel-ratio:1) and (min-width:600px) 460px,(-webkit-min-device-pixel-ratio:1) 200px,200px" class="lazyload"> </a> </figure> <div class="Article__meta"> <h3 class="Article__title"> <a class="js-clamp-3" href="https://www.contra.gr/fitness/me-soma-20chronoy-o-olivie-ziroy-paleyei-gia-mia-thesi-sto-euro.9154335.html" title="Χάρη στο σώμα ενός 20χρονου ο Ολιβιέ Ζιρού παλεύει για μια θέση στο Euro" >Χάρη στο σώμα ενός 20χρονου ο Ολιβιέ Ζιρού παλεύει για μια θέση στο Euro</a> </h3> <div class="Article__authorList"> <svg class="icon icon_author"> <use xlink:href="https://www.contra.gr/resources/7d367a0/sprite/symbol/svg/sprite.symbol.svg#icon_author"></use> </svg> <a class="Article__author__name Article__author__name--link" href="https://www.contra.gr/giwrgos-perperidhs/" title="ΓΙΩΡΓΟΣ ΠΕΡΠΕΡΙΔΗΣ"> ΓΙΩΡΓΟΣ ΠΕΡΠΕΡΙΔΗΣ</a> </div> <div class="Article__date"> <time datetime="2021-02-27 11:38">27 ΦΕΒ 2021</time> </div> </div> </article> <article class="col-12 col-md-6 col-xl-4 Article Article--teaser Teaser__article Teaser__article--col-3 Teaser__article--image-right" data-position="6"> <a class="Article__tag " href="https://www.contra.gr/manchesterunited" title="ΜΑΝΤΣΕΣΤΕΡ ΓΙΟΥΝΑΙΤΕΝΤ"> ΜΑΝΤΣΕΣΤΕΡ ΓΙΟΥΝΑΙΤΕΝΤ</a> <figure class="Article__image"> <a class="Article__image__intrinsic" href="https://www.contra.gr/podosfairo/to-mpaleto-voitha-ton-kavani-na-choreyei-akomi-sto-chortari.9155255.html" title="Το μπαλέτο βοηθά τον Καβάνι να χορεύει ακόμη στο χορτάρι" > <img src="https://www.contra.gr/img/4373/9155274/886000/w140/140/cavani.jpg" alt="Ο Καβάνι πανηγυρίζει το γκολ που πέτυχε απέναντι στην Έβερτον στο &apos;Old Trafford, σε αναμέτρηση της Premier League | 06/02/2021 ⓒ 2021 Alex Pantling/Associated Press" data-srcset="https://www.contra.gr/img/3931/9155274/886000/w200/200/cavani.jpg 200w, https://www.contra.gr/img/7047/9155274/886000/w300/300/cavani.jpg 300w, https://www.contra.gr/img/5181/9155274/886000/w460/460/cavani.jpg 460w, https://www.contra.gr/img/695/9155274/886000/w620/620/cavani.jpg 620w, https://www.contra.gr/img/8859/9155274/886000/w940/940/cavani.jpg 940w" data-sizes="(min-resolution:3x) and (min-width:1280px) 100px,(min-resolution:3x) and (min-width:600px) 153px,(min-resolution:3x) 66px,(-webkit-min-device-pixel-ratio:3) and (min-width:1280px) 100px,(-webkit-min-device-pixel-ratio:3) and (min-width:600px) 153px,(-webkit-min-device-pixel-ratio:3) 66px,(min-resolution:2x) and (min-width:1280px) 150px,(min-resolution:2x) and (min-width:600px) 230px,(min-resolution:2x) 100px,(-webkit-min-device-pixel-ratio:2) and (min-width:1280px) 150px,(-webkit-min-device-pixel-ratio:2) and (min-width:600px) 230px,(-webkit-min-device-pixel-ratio:2) 100px,(min-resolution:1x) and (min-width:1280px) 300px,(min-resolution:1x) and (min-width:600px) 460px,(min-resolution:1x) 200px,(-webkit-min-device-pixel-ratio:1) and (min-width:1280px) 300px,(-webkit-min-device-pixel-ratio:1) and (min-width:600px) 460px,(-webkit-min-device-pixel-ratio:1) 200px,200px" class="lazyload"> </a> </figure> <div class="Article__meta"> <h3 class="Article__title"> <a class="js-clamp-3" href="https://www.contra.gr/podosfairo/to-mpaleto-voitha-ton-kavani-na-choreyei-akomi-sto-chortari.9155255.html" title="Το μπαλέτο βοηθά τον Καβάνι να χορεύει ακόμη στο χορτάρι" >Το μπαλέτο βοηθά τον Καβάνι να χορεύει ακόμη στο χορτάρι</a> </h3> <div class="Article__authorList"> <svg class="icon icon_author"> <use xlink:href="https://www.contra.gr/resources/7d367a0/sprite/symbol/svg/sprite.symbol.svg#icon_author"></use> </svg> <a class="Article__author__name Article__author__name--link" href="https://www.contra.gr/giwrgos-perperidhs/" title="ΓΙΩΡΓΟΣ ΠΕΡΠΕΡΙΔΗΣ"> ΓΙΩΡΓΟΣ ΠΕΡΠΕΡΙΔΗΣ</a> </div> <div class="Article__date"> <time datetime="2021-02-26 14:06">26 ΦΕΒ 2021</time> </div> </div> </article> </div> </section> <div class="pagination"> <div class="btn btn-primary" onclick="window.Pagination.loadmore(6872121, 'SECTION', this);">ΔΕΙΤΕ ΠΕΡΙΣΣΟΤΕΡΑ<div class="load-image" style="display:none;"></div></div> </div></div> </div> </div> <div class="group-container margin-bottom-20 margin-bottom-md-60 margin-bottom-xl-80" style="--group-bg-color:#fff;" > <div class="container"> <div class="row"> <!-- /4834629/contra.gr/ros_970x250c --> <div id='ros_970x250c' style="text-align: center;" class="ad-wrap-fitness col-12 col-md-12 col-xl-12 adSlot-height--970x250c slot_billboard_center"> <script> googletag.cmd.push(function() { googletag.display('ros_970x250c'); }); </script> </div></div> </div> </div> </main> <!-- FOOTER --> <footer class="footer" id="footer"> <div class="group-container footer-menu group-container-amp-blue" style="--group-bg-color:#002040;" > <div class="container"> <div class="row"> <div class="col-12 footer-menu__inner"> <ul class="footer-menu__list"> <li class="nav-item d-none d-md-inline"> <a title="ΟΡΟΙ ΧΡΗΣΗΣ" class="nav-link" id="link0" href="https://www.contra.gr/oroi-chrisis.7442957.html" >ΟΡΟΙ ΧΡΗΣΗΣ</a> </li> <li class="nav-item"> <a title="ΤΑΥΤΟΤΗΤΑ" class="nav-link" id="link1" href="https://www.contra.gr/taytotita.10053775.html" target="_self">ΤΑΥΤΟΤΗΤΑ</a> </li> <li class="nav-item d-none d-md-inline"> <a title="ΠΟΛΙΤΙΚΗ ΑΠΟΡΡΗΤΟΥ" class="nav-link" id="link2" href="https://www.contra.gr/politiki-aporritoy-prostasias-prosopikon-dedomenon.7442956.html" >ΠΟΛΙΤΙΚΗ ΑΠΟΡΡΗΤΟΥ</a> </li> <li class="nav-item"> <a title="ΕΠΙΚΟΙΝΩΝΙΑ" class="nav-link" id="link3" href="javascript:void(0);" onclick="Modal.openModal();">ΕΠΙΚΟΙΝΩΝΙΑ</a> </li> </ul> <div class="footer-menu__social"> <div class="social-list"> <a class="social-list__icon" rel="noopener nofollow" target="_blank" href="https://www.facebook.com/contragr/" title="Facebook"> <svg class="icon icon_social"> <use xlink:href="https://www.contra.gr/resources/7d367a0/sprite/symbol/svg/sprite.symbol.svg#icon_facebook"></use> </svg> </a> <a class="social-list__icon" rel="noopener nofollow" target="_blank" href="https://www.twitter.com/Contragr" title="Twitter"> <svg class="icon icon_social"> <use xlink:href="https://www.contra.gr/resources/7d367a0/sprite/symbol/svg/sprite.symbol.svg#icon_twitter"></use> </svg> </a> <a class="social-list__icon" rel="noopener nofollow" target="_blank" href="https://www.instagram.com/Contragr/" title="Instagram"> <svg class="icon icon_social"> <use xlink:href="https://www.contra.gr/resources/7d367a0/sprite/symbol/svg/sprite.symbol.svg#icon_instagram"></use> </svg> </a> </div> <div class="newsletter"> <a href="http://eepurl.com/gs4Kyn" class="newsletter__icon" target="_blank" rel="noopener nofollow external"> Newsletter<svg class="icon icon_newsletter"> <use xlink:href="https://www.contra.gr/resources/7d367a0/sprite/symbol/svg/sprite.symbol.svg#icon_envelop"></use> </svg> </a> </div> </div> </div> <div id="contactFormContainer" class="contactFormContainer modal fade" role="dialog"> <div class="modal-dialog"> <!-- Modal content--> <div class="modal-content"> <div class="modal-header"> <h2 class="contactFormContainer__header" >ΕΠΙΚΟΙΝΩΝΙΑ</h2> <button type="button" class="close" onclick="Modal.closeModal();" data-dismiss="modal"> <svg class="icon icon-close"> <use xlink:href="https://www.contra.gr/resources/7d367a0/sprite/symbol/svg/sprite.symbol.svg#icon_window_close"></use> </svg> </button> </div> <div class="modal-body"> <form id="contact-form" name="contact-form" class="contactFormContainer__form" action="#" method="POST" novalidate="novalidate"> <div class="row"> <div class="form-group col-md-6"> <label for="subj">Προς*</label> <select name="subj" class="form-control form-select" id="subj"> <option value="ΕΠΙΚΟΙΝΩΝΙΑ" selected>ΕΠΙΚΟΙΝΩΝΙΑ</option> <option value="ΔIAΦΗΜΙΣΗ">ΔIAΦΗΜΙΣΗ</option> </select> <script> (function(){ for (let select of document.currentScript.parentNode.children) { if (select.tagName == 'SELECT') { const menuSelect = { element: select, options: { //silent: true, searchEnabled: false, shouldSort: false } }; window.menuSelects = window.menuSelects || []; window.menuSelects.push(menuSelect); } } })(); </script> <!--input type="hidden" name="subj" value="epikoinwnia" class="text ui-widget-content ui-corner-all" <input type="hidden" name="address" class="text ui-widget-content ui-corner-all"> <input type="hidden" name="tel" class="text ui-widget-content ui-corner-all">--> </div> </div> <div class="row"> <div class="form-group col-md-6"> <label for="name">ΟΝΟΜΑ*</label> <input type="text" class="form-control" name="name" id="name" oninput="Contact.onInput(this);"> <div class="errorForm"></div> </div> <div class="form-group col-md-6"> <label for="mailFrom">EMAIL*</label> <input type="text" class="form-control" name="mailFrom" id="mailFrom" oninput="Contact.onInput(this);"> <div class="errorForm"></div> </div> </div> <div class="row"> <div class="form-group col-md-6"> <label for="telFrom">ΤΗΛΕΦΩΝΟ</label> <input type="text" class="form-control" name="telFrom" id="telFrom" oninput="Contact.onInput(this);"> <div class="errorForm"></div> </div> </div> <div class="row"> <div class="form-group col-md-12"> <label for="plainContent">ΜΗΝΥΜΑ*</label> <textarea class="form-control" name="plainContent" id="plainContent" oninput="Contact.onInput(this);"></textarea> <div class="errorForm"></div> </div> </div> <div class="row"> <div class="col-md-6 placehold"> <div class="contactFormMessage viablePlaceholder"></div> </div> </div> <div class="row"> <div class="form-group col-md-6"> <span class="note">* Υποχρεωτικά Πεδία</span> </div> <div class="form-group col-md-6 button"> <button id="btn" class="btn btn-primary ml-auto" onclick="window.Contact.submit('contact-form', 'https://www.contra.gr/widget/id6723174?view=ajax')" type="button">ΑΠΟΣΤΟΛΗ</button> </div> </div> </form> </div> </div> </div> </div> <script> // Modal initialize window.Modal.init(); </script></div> </div> </div> <div class="group-container footer-bon d-none d-xl-block group-container-amp-grey" style="--group-bg-color:#f5f5f5;" > <div class="container"> <div class="row"> <section class="footer-bon__inner col-12" data-gtm="unsetid ID6723176"> <h2 class="footer-bon__title">24 MEDIA NETWORK</h2> <div class="rss-list"> <div id="Sport24" class="rss-list__box"> <div class="logo-brand"> <a href="https://www.sport24.gr/?utm_source=Contra&utm_medium=footer&utm_campaign=24MediaWidget" title="Sport24" target="_blank" rel="noopener nofollow external"> <svg id="sport24Logo" class="icon logo_sport24"> <use xlink:href="https://www.contra.gr/resources/7d367a0/sprite/symbol/svg/sprite.symbol.svg#logo_sport24"></use> </svg> </a> </div> <ul class="rss-articles list-group"> <li class="list-group-item" data-position="1"> <a class="list-group-link" href="https://www.sport24.gr/basket/nba-sans-ntoyrant-kai-mpil-epistrefoyn-kontra-stoys-leikers.10418035.html?utm_source=Contra&utm_medium=footer&utm_campaign=24MediaWidget" title="NBA, Σανς: Ντουράντ και Μπιλ επιστρέφουν κόντρα στους Λέικερς" target="_blank" rel="noopener nofollow external">NBA, Σανς: Ντουράντ και Μπιλ επιστρέφουν κόντρα στους Λέικερς</a> </li> <li class="list-group-item" data-position="2"> <a class="list-group-link" href="https://www.sport24.gr/football/nioykastl-goyest-cham-0-2-ta-sfyria-itan-kynika-piran-spoydaio-diplo-kai-evalan-stop-sto-seri-tis-omadas-toy-chaoyi.10417871.html?utm_source=Contra&utm_medium=footer&utm_campaign=24MediaWidget" title="Νιούκαστλ - Γουέστ Χαμ 0-2: Τα σφυριά ήταν κυνικά, πήραν σπουδαίο διπλό και έβαλαν στοπ στο σερί της ομάδας του Χάουι" target="_blank" rel="noopener nofollow external">Νιούκαστλ - Γουέστ Χαμ 0-2: Τα σφυριά ήταν κυνικά, πήραν σπουδαίο διπλό και έβαλαν στοπ στο σερί της ομάδας του Χάουι</a> </li> <li class="list-group-item" data-position="3"> <a class="list-group-link" href="https://www.sport24.gr/football/olympiakos-mentilimpar-opos-gkoyardiola-alonso-enrike-kai-to-head-to-head-me-almeida-kai-loytseskoy.10417948.html?utm_source=Contra&utm_medium=footer&utm_campaign=24MediaWidget" title="Ολυμπιακός: Μεντιλίμπαρ όπως Γκουαρδιόλα, Αλόνσο, Ενρίκε και το head to head με Αλμέιδα και Λουτσέσκου" target="_blank" rel="noopener nofollow external">Ολυμπιακός: Μεντιλίμπαρ όπως Γκουαρδιόλα, Αλόνσο, Ενρίκε και το head to head με Αλμέιδα και Λουτσέσκου</a> </li> </ul> </div> <div id="News247" class="rss-list__box"> <div class="logo-brand"> <a href="https://www.news247.gr/?utm_source=Contra&utm_medium=footer&utm_campaign=24MediaWidget" title="News247" target="_blank" rel="noopener nofollow external"> <svg id="news247Logo" class="icon logo_news247"> <use xlink:href="https://www.contra.gr/resources/7d367a0/sprite/symbol/svg/sprite.symbol.svg#logo_news247"></use> </svg> </a> </div> <ul class="rss-articles list-group"> <li class="list-group-item" data-position="1"> <a class="list-group-link" href="https://www.news247.gr/ellada/ilioupoli-andras-tampouromenos-me-karampina-apeilei-na-aftoktonisei/?utm_source=Contra&utm_medium=footer&utm_campaign=24MediaWidget" title="Ηλιούπολη: Διέφυγε ο ένοπλος που είχε απειλήσει τη σύζυγό του με καραμπίνα" target="_blank" rel="noopener nofollow external">Ηλιούπολη: Διέφυγε ο ένοπλος που είχε απειλήσει τη σύζυγό του με καραμπίνα</a> </li> <li class="list-group-item" data-position="2"> <a class="list-group-link" href="https://www.news247.gr/kosmos/ti-perilamvanei-i-diafainomeni-simfonia-israil-xezmpolax-gia-katapafsi-tou-piros/?utm_source=Contra&utm_medium=footer&utm_campaign=24MediaWidget" title="Τι περιλαμβάνει η διαφαινόμενη συμφωνία Ισραήλ - Χεζμπολάχ για κατάπαυση του πυρός" target="_blank" rel="noopener nofollow external">Τι περιλαμβάνει η διαφαινόμενη συμφωνία Ισραήλ - Χεζμπολάχ για κατάπαυση του πυρός</a> </li> <li class="list-group-item" data-position="3"> <a class="list-group-link" href="https://www.news247.gr/politiki/ekloges-siriza-ta-telika-apotelesmata-ton-eklogon-poses-psifous-piran-oi-4/?utm_source=Contra&utm_medium=footer&utm_campaign=24MediaWidget" title="Εκλογές ΣΥΡΙΖΑ: Τα τελικά αποτελέσματα - Πόσες ψήφους πήραν οι &quot;4&quot;" target="_blank" rel="noopener nofollow external">Εκλογές ΣΥΡΙΖΑ: Τα τελικά αποτελέσματα - Πόσες ψήφους πήραν οι &quot;4&quot;</a> </li> </ul> </div> <div id="Ladylike" class="rss-list__box"> <div class="logo-brand"> <a href="?utm_source=Contra&utm_medium=footer&utm_campaign=24MediaWidget" title="Ladylike" target="_blank" rel="noopener nofollow external"> <svg id="ladylikeLogo" class="icon logo_ladylike"> <use xlink:href="https://www.contra.gr/resources/7d367a0/sprite/symbol/svg/sprite.symbol.svg#logo_ladylike"></use> </svg> </a> </div> <ul class="rss-articles list-group"> </ul> </div> <div id="Oneman" class="rss-list__box"> <div class="logo-brand"> <a href="https://www.oneman.gr/?utm_source=Contra&utm_medium=footer&utm_campaign=24MediaWidget" title="Oneman" target="_blank" rel="noopener nofollow external"> <svg id="onemanLogo" class="icon logo_oneman"> <use xlink:href="https://www.contra.gr/resources/7d367a0/sprite/symbol/svg/sprite.symbol.svg#logo_oneman"></use> </svg> </a> </div> <ul class="rss-articles list-group"> <li class="list-group-item" data-position="1"> <a class="list-group-link" href="https://www.oneman.gr/athlitika/otan-oi-18xronoi-novak-djokovic-kai-andy-murray-eginan-simpaiktes/?utm_source=Contra&utm_medium=footer&utm_campaign=24MediaWidget" title="‘Οταν οι 18χρονοι Novak Djokovic και Andy Murray έγιναν συμπαίκτες" target="_blank" rel="noopener nofollow external">‘Οταν οι 18χρονοι Novak Djokovic και Andy Murray έγιναν συμπαίκτες</a> </li> <li class="list-group-item" data-position="2"> <a class="list-group-link" href="https://www.oneman.gr/life/to-zoo-me-ti-megaliteri-se-diarkeia-ekspermatisi/?utm_source=Contra&utm_medium=footer&utm_campaign=24MediaWidget" title="Το ζώο με τη μεγαλύτερη σε διάρκεια εκσπερμάτιση" target="_blank" rel="noopener nofollow external">Το ζώο με τη μεγαλύτερη σε διάρκεια εκσπερμάτιση</a> </li> <li class="list-group-item" data-position="3"> <a class="list-group-link" href="https://www.oneman.gr/publi/oi-iroes-tis-elenis-gkasouka-epistrefoun-kai-fernoun-ta-pano-kato-stin-athina/?utm_source=Contra&utm_medium=footer&utm_campaign=24MediaWidget" title="Οι «Ήρωες» της Ελένης Γκασούκα επιστρέφουν και φέρνουν τα πάνω κάτω στην Αθήνα" target="_blank" rel="noopener nofollow external">Οι «Ήρωες» της Ελένης Γκασούκα επιστρέφουν και φέρνουν τα πάνω κάτω στην Αθήνα</a> </li> </ul> </div> </div> </section> <div class="col-12 Code "> <!-- Contra.gr Scroller-Widget & Sticky Desktop Left --> <!-- Old Script Code <script data-ws="23523" data-h="phaistos-ssp.adman.gr" data-s="1x1" src="//static.adman.gr/adman.js"></script> --> <!-- New Script Code - ADOPS-140 --> <script async src="https://static.adman.gr/adman.js"></script> <script> console.log("Contra.gr Scroller-Widget & Sticky Desktop Left"); window.AdmanQueue=window.AdmanQueue||[];AdmanQueue.push(function(){Adman.adunit({id:667,h:'https://x.grxchange.gr',inline:true})}); </script></div></div> </div> </div> <div class="footer__copyright"> <div class="container"> <div class="row"> <div class="footer__links d-md-none"> <ul class="nav footer__links--wrap"> <li class="nav-item"> <a class="nav-link" href="/oroi-chrisis.7442957.html">ΟΡΟΙ ΧΡΗΣΗΣ</a> </li> <li class="nav-item"> <a class="nav-link" href="/politiki-aporritoy-prostasias-prosopikon-dedomenon.7442956.html">ΠΟΛΙΤΙΚΗ ΑΠΟΡΡΗΤΟΥ</a> </li> </ul> </div> <p>SITE ΤΟΥ ΟΜΙΛΟΥ 24 MEDIA</p> <div class="footer__logo-footer"> <a href="https://www.24media.gr/#about" target="_top"> <img src="https://www.contra.gr/resources/7d367a0/images/vector/24media_logo.svg" alt="24Media" title="24Media"/> </a> </div> <p>ΜΕΛΟΣ</p> <div class="footer__logo-footer ened"> <a href="http://www.ened.gr/" target="_top"> <img src="https://www.contra.gr/resources/7d367a0/images/vector/logo_contra_ened.svg" alt="ened" title="ened"/> </a> </div> <p>ΑΡΙΘΜΟΣ ΠΙΣΤΟΠΟΙΗΣΗΣ Μ.Η.Τ 232312</p> <span>© 2024 CONTRA. ALL RIGHTS RESERVED. </span> </div> </div> </div> </footer> <!-- BOTTOM --> <!-- /4834629/contra.gr/ros_320x50stuck --> <div id='ros_320x50stuck' style="text-align: center;" class="ad-wrap-fitness col-12 col-md-12 col-xl-12 adSlot-height--stuck"> <script> googletag.cmd.push(function() { googletag.display('ros_320x50stuck'); }); </script> </div> <!-- exitbee code --> <script> (function (e, x, i, t, b) {e["ExitBeeObject"] = b;e[b] = e[b] || function () { (e[b].args = e[b].args || []).push(arguments);}; a = x.createElement(i), m = x.getElementsByTagName(i)[0]; a.async = 1;a.src = t;m.parentNode.insertBefore(a, m) }) (window, document, "script", "https://cdn.exitbee.com/xtb.min.js", "xtb") xtb("loadSite", "7018"); </script><!-- Old Overlay Players & Glomex Code <script data-ws="23325" data-h="phaistos-ssp.adman.gr" data-s="1x1" src="//static.adman.gr/adman.js"></script> --> <!-- ADOPS-142 Glomex - Replace Phaistos script - 24media ( Overlay Players & Glomex) --> <script async src="https://static.adman.gr/adman.js"></script> <script>window.AdmanQueue=window.AdmanQueue||[];AdmanQueue.push(function(){Adman.adunit({id:671,h:'https://x.grxchange.gr',inline:true})});</script><!-- Important Note: place this code right before closing body tag (</body>) --> <!-- START Parse.ly Include: Standard --> <div id="parsely-root" style="display: none"> <div id="parsely-cfg" data-parsely-site="contra.gr"></div> </div> <script> window.PARSELY = window.PARSELY || { onload: function () { PARSELY.setConfigOptions({ track_ip_addresses: false, track_third_party_cookies: false });}}; (function(s, p, d) { var h=d.location.protocol, i=p+"-"+s, e=d.getElementById(i), r=d.getElementById(p+"-root"), u=h==="https:"?"d1z2jf7jlzjs58.cloudfront.net" :"static."+p+".com"; if (e) return; e = d.createElement(s); e.id = i; e.async = true; e.src = h+"//"+u+"/p.js"; r.appendChild(e); })("script", "parsely", document); </script> <!-- END Parse.ly Include: Standard --></body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10